rust/src
bors 9d46c7a3e6 Auto merge of #104555 - matthiaskrgr:rollup-tncyca8, r=matthiaskrgr
Rollup of 11 pull requests

Successful merges:

 - #103852 (Don't remap early-bound regions for return-position `impl Trait` in trait originating from `impl`)
 - #104366 (Simplify settings theme choice)
 - #104433 (Fix `emit_unused_delims_expr` ICE)
 - #104444 (Fix ICE in in_operand for ty error)
 - #104483 (Convert predicates into Predicate in the Obligation constructor)
 - #104496 (Don't attempt to normalize compiler backtraces)
 - #104503 (rustdoc: remove redundant font-color CSS on `.where`)
 - #104508 (Check `dyn*` return type correctly)
 - #104515 (ICE fixing, remove is_tainted_by_errors since we have ty_error for delay bug)
 - #104532 (Migrate tooltip style to CSS variables)
 - #104545 (Readd the matches_macro diag item)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-18 10:06:28 +00:00
..
bootstrap fmt 2022-11-17 09:56:59 +01:00
ci install the target g++ in armhf-gnu 2022-11-17 09:37:37 +01:00
doc Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 2022-11-16 15:39:45 +01:00
etc
librustdoc Rollup merge of #104532 - GuillaumeGomez:migrate-tooltip-css, r=notriddle 2022-11-17 22:33:22 +01:00
llvm-project@a1232c451f
rustdoc-json-types fix some typos in comments 2022-11-13 15:26:17 +08:00
test Auto merge of #104555 - matthiaskrgr:rollup-tncyca8, r=matthiaskrgr 2022-11-18 10:06:28 +00:00
tools Auto merge of #104555 - matthiaskrgr:rollup-tncyca8, r=matthiaskrgr 2022-11-18 10:06:28 +00:00
README.md
stage0.json
version

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

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, etc.

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