rust/src
2024-08-09 20:06:27 -04:00
..
bootstrap Rollup merge of #128874 - Kobzol:cmd-verbose-logging, r=onur-ozkan 2024-08-09 18:25:01 +02:00
ci Fuchsia Test Runner: enable ffx repository server 2024-08-07 16:08:41 -04:00
doc Update platform support docs for VxWorks target 2024-08-08 15:15:54 +05:30
etc Polymorphize RawVec 2024-08-09 20:06:26 -04:00
librustdoc Rollup merge of #128838 - notriddle:notriddle/invalid-tag-is-not-rust, r=GuillaumeGomez 2024-08-09 18:24:58 +02:00
llvm-project@57ae1a3474 Update to LLVM 19 2024-07-30 10:22:48 +02:00
rustdoc-json-types rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
tools Add a FIXME to the changed Miri test 2024-08-09 20:06:27 -04:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0 Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
version Bump to 1.82 2024-07-20 10:30:39 -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.