rust/src
2023-11-08 15:03:56 +08:00
..
bootstrap coverage: Register test::Coverage as the test suite for tests/coverage 2023-11-07 11:15:19 +11:00
ci add note to remember to update a url when bumping to gcc 10.1.0 2023-11-07 18:26:20 +00:00
doc Add AIX platform-support doc 2023-11-08 15:03:56 +08:00
etc Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco 2023-11-04 02:28:17 +00:00
librustdoc rustdoc: minor changes suggested by clippy perf lints. 2023-11-08 09:35:35 +11:00
llvm-project@fef3d7b14e Update to LLVM 17.0.4 2023-10-31 09:30:13 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #117484 - Zalathar:tests, r=cjgillot 2023-11-08 03:00:14 +00:00
README.md
stage0.json Bump to latest beta 2023-10-08 19:57:43 -04:00
version Bump to 1.75.0 2023-09-30 19:09:22 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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