rust/src
2021-07-16 19:54:02 +02:00
..
bootstrap Upgrade cc crate to 1.0.69 2021-07-13 17:58:50 +09:00
build_helper
ci Rollup merge of #87130 - GuillaumeGomez:update-browser-ui-test, r=Mark-Simulacrum 2021-07-14 19:53:41 +02:00
doc
etc Add test for Unique<T>, weak ref counts and ref counts for Weak<T> 2021-07-12 13:26:01 -04:00
librustdoc Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk 2021-07-16 13:35:48 +00:00
llvm-project@bdb386270f Update to LLVM 12.0.1 2021-07-12 08:53:53 +02:00
rustdoc-json-types
test Rollup merge of #87158 - In-line:suggest-full-enum-variant-for-local-module, r=estebank 2021-07-16 19:54:02 +02:00
tools Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk 2021-07-16 13:35:48 +00:00
README.md
stage0.txt
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.