rust/src
bors aa5b179599 Auto merge of #105646 - lqd:revert-thinlto, r=Mark-Simulacrum
Revert "enable ThinLTO for rustc on x86_64-apple-darwin dist builds"

Apparently ThinLTO on x64 mac can regress some of the ICEs' output. This reverts #103647 to allow for investigation, and helps with #105637 in the meantime.
2022-12-13 15:50:16 +00:00
..
bootstrap Adjust miri to still be optional 2022-12-13 00:01:20 +01:00
ci Revert "enable ThinLTO for rustc on x86_64-apple-darwin dist builds" 2022-12-13 01:11:54 +00:00
doc doc: document remap matching behaviour in rustc flags 2022-12-10 16:04:00 +01:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomez 2022-12-13 13:09:40 +00:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +01:00
rustdoc-json-types Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez 2022-11-30 19:53:17 +01:00
test Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obk 2022-12-13 07:10:53 +00:00
tools Auto merge of #105592 - matthiaskrgr:rollup-1cazogq, r=matthiaskrgr 2022-12-12 07:57:41 +00:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01:00

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.