rust/src
The Miri Conjob Bot 9bd77a3bcb Merge from rustc
2023-08-08 05:45:38 +00:00
..
bootstrap Adjust path to crtbegin.c / crtend.c 2023-08-07 20:35:55 +02:00
ci Symlink correct asm directory on dist-various-2 2023-08-07 20:35:56 +02:00
doc stabilize abi_thiscall 2023-08-07 14:11:03 +02:00
etc Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-Simulacrum 2023-07-31 22:49:50 +02:00
librustdoc Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli-obk 2023-08-08 03:30:56 +02:00
llvm-project@7c612e1732 Update LLVM submodule 2023-08-07 20:35:55 +02:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Merge from rustc 2023-08-08 05:45:38 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump bootstrap compiler to latest 2023-07-12 21:26:04 -04:00
version Bump version 2023-07-08 10:35:49 -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.