rust/src
2022-05-16 12:57:38 -04:00
..
bootstrap Rollup merge of #95445 - jyn514:rustc-unit-tests, r=Dylan-DPC 2022-03-31 13:09:52 +02:00
ci Switch to stable channel 2022-05-16 12:57:38 -04:00
doc Stabilize native library modifier syntax and the whole-archive modifier specifically 2022-03-30 23:53:21 +03:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddle 2022-04-03 23:21:43 +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 Add a test with both passing and erroneous cases. 2022-05-14 17:03:56 +02:00
tools Move only_used_in_recursion to nursery 2022-05-13 10:04:30 -04:00
README.md
stage0.json bump stage0 to 1.60.0 2022-04-08 15:55:11 +02:00
version Bump version to 1.61 2022-02-19 13:40:33 -05: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.