rust/src
2022-01-10 17:42:20 +00:00
..
bootstrap Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum 2022-01-06 23:15:20 +01:00
build_helper
ci
doc
etc
librustdoc Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez 2022-01-08 08:55:46 +00:00
llvm-project@6b3dbcc81a
rustdoc-json-types
test rustc_pass_by_value lint: add test on custom types 2022-01-10 17:42:20 +00:00
tools cg: use thorin instead of llvm-dwp 2022-01-06 09:32:42 +00:00
README.md
stage0.json
version bump version to 1.60.0 2022-01-07 10:04:15 +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 rustdoc, rls, etc.

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