rust/src
Josh Soref 70ce74e1e2 Spelling src/bootstrap
* although
* correct
* granular
* libunwind
* repository
* section

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-17 12:04:06 -04:00
..
bootstrap Spelling src/bootstrap 2023-04-17 12:04:06 -04:00
ci Auto merge of #110142 - Mark-Simulacrum:reduce-core-counts, r=pietroalbini 2023-04-15 00:08:07 +00:00
doc Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r=GuillaumeGomez 2023-04-15 02:23:32 +00:00
etc Typo fix in src/etc/rust-gdb 2023-04-14 19:07:13 -07:00
librustdoc fix clippy::{filter_map_identiy, map_identity, manual_flatten} 2023-04-15 18:56:25 +02:00
llvm-project@585a6eb3eb Update to LLVM 16.0.1 2023-04-05 12:40:04 +02:00
rustdoc-json-types Fix remaining typos 2023-04-10 21:02:49 +02:00
tools Auto merge of #110319 - ferrocene:pa-more-ignore-reasons, r=ehuss 2023-04-15 21:43:36 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta 2023-03-15 08:55:22 -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.