rust/src
bors f315c35a77 Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix
Implement new gdb/lldb pretty-printers

Reopened #60826

This PR replaces current gdb and lldb pretty-printers with new ones that were originally written for [IntelliJ Rust](https://github.com/intellij-rust/intellij-rust/tree/master/prettyPrinters).

The current state of lldb pretty-printers is poor, because [they don't use synthetic children](https://github.com/rust-lang/rust/issues/55586#issuecomment-436610063). When I started to reimplement lldb pretty-printers with synthetic children support, I've found current version strange and hard to support. I think `debugger_pretty_printers_common.py` is overkill, so I got rid of it.

The new pretty-printers have to support all types supported by current pretty-printers, and also support `Rc`, `Arc`, `Cell`, `Ref`, `RefCell`, `RefMut`, `HashMap`, `HashSet`.

Fixes #56252
2020-06-15 15:21:45 +00:00
..
bootstrap Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix 2020-06-15 15:21:45 +00:00
build_helper
ci Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-Simulacrum 2020-06-15 12:01:11 +02:00
doc
etc
liballoc Rollup merge of #72584 - CAD97:stabilize-58957, r=dtolnay 2020-06-15 09:57:26 +02:00
libcore Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_arena Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk 2020-06-15 12:00:58 +02:00
librustc_ast Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_ast_lowering Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm
librustc_codegen_ssa
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morse 2020-06-15 09:57:35 +02:00
librustc_errors Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper 2020-06-15 12:00:59 +02:00
librustc_expand
librustc_feature Add feature gate for precise live drop checking 2020-06-13 11:05:11 -07:00
librustc_fs_util
librustc_graphviz
librustc_hir Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk 2020-06-15 12:00:58 +02:00
librustc_hir_pretty Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_incremental
librustc_index
librustc_infer Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_interface Ensure that drop_elaboration_and_check_consts runs for all const items 2020-06-13 11:05:13 -07:00
librustc_lexer
librustc_lint Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_llvm
librustc_macros
librustc_metadata Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_middle Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_mir Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_mir_build Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closures, r=varkor 2020-06-15 09:57:37 +02:00
librustc_parse
librustc_parse_format
librustc_passes Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_plugin_impl
librustc_privacy Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_query_system
librustc_resolve Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_save_analysis Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
librustc_serialize
librustc_session
librustc_span Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis 2020-06-15 09:57:22 +02:00
librustc_symbol_mangling
librustc_target Rollup merge of #73086 - trevyn:apple-a7, r=nikic 2020-06-15 12:01:05 +02:00
librustc_trait_selection Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustc_traits
librustc_ty
librustc_typeck Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
librustdoc Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
libstd Rollup merge of #73331 - hermitcore:listen, r=kennytm 2020-06-15 12:01:14 +02:00
libterm
libtest
libunwind
llvm-project@02e0d7fa55
rtstartup
rustc
rustllvm
stdarch@45340c0e2f
test Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix 2020-06-15 15:21:45 +00:00
tools Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix 2020-06-15 15:21:45 +00:00
README.md
stage0.txt

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.