rust/src
2022-04-11 15:18:54 -04:00
..
bootstrap Rollup merge of #95875 - aswild:pr/alias-cmd-paths, r=Mark-Simulacrum 2022-04-11 12:06:55 +02:00
ci Auto merge of #95724 - Kobzol:ci-update-rustc-perf, r=nnethercote 2022-04-09 07:53:34 +00:00
doc Rollup merge of #95861 - ChrisDenton:windows7-support, r=Dylan-DPC 2022-04-11 12:06:54 +02:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obk 2022-04-11 12:06:56 +02:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Extend the MIR validator to check many more things around rvalues. 2022-04-11 15:18:54 -04:00
tools Add new Deinit statement kind 2022-04-11 08:55:03 -04:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version bump version to 1.62.0 2022-04-04 09:21:03 +02: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.