rust/src
2022-12-22 11:38:59 +01:00
..
bootstrap Auto merge of #105876 - matthiaskrgr:rollup-a9dgzjt, r=matthiaskrgr 2022-12-18 18:44:37 +00:00
ci Auto merge of #105845 - lqd:revert-thinlto-revert, r=Mark-Simulacrum 2022-12-19 06:25:22 +00:00
doc Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa 2022-12-17 12:10:27 +00:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Migrate search tab title color to CSS variable 2022-12-22 11:38:39 +01: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 Extend search GUI test to include search tab title color check 2022-12-22 11:38:59 +01:00
tools Update cargo 2022-12-18 23:41:09 +00:00
README.md
stage0.json
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.