rust/src
2023-07-10 10:45:24 -04:00
..
bootstrap Rollup merge of #111936 - ferrocene:pa-test-suite-metadata, r=jyn514 2023-05-27 13:38:30 +02:00
ci Prepare 1.71.0 stable release 2023-07-10 10:45:24 -04:00
doc Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomez 2023-05-25 13:57:59 -07:00
etc Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonur 2023-05-24 10:56:34 +00:00
librustdoc Fix URL encoding of % sign in Rust Doc. 2023-06-24 10:18:17 -04:00
llvm-project@22897bce7b Update to LLVM 16.0.5 2023-06-24 10:18:30 -04:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Ignore in-proc-macros items 2023-07-06 19:43:58 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to released 1.70 stable 2023-06-03 12:17:13 -04:00
version bump to rust 1.71.0 2023-04-15 12:29:51 +02: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.