rust/src
Matthias Krüger b94d2754b5
Rollup merge of #126888 - compiler-errors:oops-debug-printing, r=dtolnay
Remove stray println from rustfmt's `rewrite_static`

r? `@calebcartwright` `@ytmimi` -- though anyone should probably r+ this so it gets into nightly sooner than later, since it's obviously wrong.

This can just be fixed in-tree, since I don't think we want to wait until the next sync to fix this.

Fix https://github.com/rust-lang/rustfmt/issues/6210
Fix https://github.com/rust-lang/rust/issues/126887
2024-06-24 06:27:17 +02:00
..
bootstrap Rollup merge of #126298 - heiher:loongarch64-musl-ci, r=Mark-Simulacrum 2024-06-24 06:27:13 +02:00
ci ci: Add support for dist-loongarch64-musl 2024-06-23 22:36:35 +08:00
doc Promote loongarch64-unknown-linux-musl to Tier 2 with host tools 2024-06-23 22:36:46 +08:00
etc Rollup merge of #126663 - onur-ozkan:gitdir-thing, r=Mark-Simulacrum 2024-06-23 22:38:59 +02:00
librustdoc Auto merge of #126761 - GuillaumeGomez:unsafe_extern_blocks, r=spastorino 2024-06-22 20:59:00 +00:00
llvm-project@5a5152f653 Update to LLVM 18.1.7 2024-06-06 08:37:27 +02:00
rustdoc-json-types Remove Type from rustdoc Const 2024-06-05 22:25:42 +01:00
tools Rollup merge of #126888 - compiler-errors:oops-debug-printing, r=dtolnay 2024-06-24 06:27:17 +02:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version set version number to 1.81.0 2024-06-07 10:37:34 +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.