rust/src
bors f217411bac Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errors
Rollup of 6 pull requests

Successful merges:

 - #112537 (Don't record adjustments twice in `note_source_of_type_mismatch_constraint`)
 - #112663 (cleanup azure leftovers)
 - #112668 (Test `x.ps1` in `msvc` CI job)
 - #112710 (Re-use the deref-pattern recursion instead of duplicating the logic)
 - #112753 (Don't try to auto-bless 32-bit `mir-opt` tests on ARM Mac hosts)
 - #112758 (refactor(resolve): delete update_resolution function)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-06-18 22:30:48 +00:00
..
bootstrap Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errors 2023-06-18 22:30:48 +00:00
ci Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errors 2023-06-18 22:30:48 +00:00
doc Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk 2023-06-17 16:10:57 +00:00
etc Rollup merge of #111962 - theIDinside:better-gdb, r=Mark-Simulacrum 2023-06-06 12:00:32 +02:00
librustdoc Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
llvm-project@22897bce7b
rustdoc-json-types
tools Rollup merge of #112663 - klensy:dusk-and-dawn, r=pietroalbini 2023-06-18 13:17:06 -07:00
README.md
stage0.json
version

This directory contains some source code for the Rust project, including:

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

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