rust/src
bors 59579907ab Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillot
Merge CrateDisambiguator into StableCrateId

This simplifies the code and potentially improves performance by reducing the amount of hashed data.

Fixes https://github.com/rust-lang/rust/issues/85795
2021-05-30 14:48:26 +00:00
..
bootstrap Auto merge of #84586 - GuillaumeGomez:enforce-rustdoc-gui-test-suite-run, r=Mark-Simulacrum 2021-05-30 12:32:41 +00:00
build_helper Revert "Move llvm submodule updates to rustbuild" 2021-05-24 17:52:18 -04:00
ci Auto merge of #84586 - GuillaumeGomez:enforce-rustdoc-gui-test-suite-run, r=Mark-Simulacrum 2021-05-30 12:32:41 +00:00
doc Fix typo on nvptx support 2021-05-28 10:14:56 -07:00
etc
librustdoc Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jsha 2021-05-29 16:27:14 +00:00
llvm-project@5f67a57157
rustdoc-json-types
test Update mir opt tests 2021-05-30 12:51:36 +02:00
tools Auto merge of #85786 - GuillaumeGomez:error-code-checker-improvement, r=Mark-Simulacrum 2021-05-30 07:25:38 +00:00
README.md
stage0.txt remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
version

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

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

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