rust/src
Michael Goulet 27dce304cb Fix clippy's usage of Body's coroutine_kind
Also fixes a bug where we weren't peeling blocks from async bodies
2023-12-25 21:13:41 +00:00
..
bootstrap bootstrap: use same make flags with rustdoc 2023-12-25 14:55:22 +03:00
ci Auto merge of #119283 - GuillaumeGomez:warning-block-pos, r=notriddle 2023-12-25 02:08:21 +00:00
doc Rollup merge of #112936 - Toasterson:illumos-aarch64-target, r=jackh726 2023-12-23 20:02:27 +01:00
etc Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm 2023-12-20 02:19:10 +00:00
librustdoc Auto merge of #119283 - GuillaumeGomez:warning-block-pos, r=notriddle 2023-12-25 02:08:21 +00:00
llvm-project@606bc11367 Update LLVM submodule 2023-12-20 16:50:43 +03:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Fix clippy's usage of Body's coroutine_kind 2023-12-25 21:13:41 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2023-12-22 11:04:31 +01:00
version bump version number to 1.77.0 2023-12-21 10:58:56 +01: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.