rust/src
bors fe3eae3f31 Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgr
Clippy backport

r? `@Manishearth`

This is the accompanying PR to https://github.com/rust-lang/rust/pull/114937. This needs to be merged before tomorrow, so that it gets into master, before beta is branched.

The second commit is pretty much an out-of cycle sync, so that we don't get backport-debt for next release cycle right away.

cc `@Mark-Simulacrum` also mentioning you here, to make sure this is included in the beta branching.
2023-08-18 02:06:50 +00:00
..
bootstrap Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
ci Rollup merge of #114625 - klensy:ci-pr-workers, r=Mark-Simulacrum 2023-08-13 21:00:46 +02:00
doc Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor 2023-08-17 15:40:08 -07:00
etc Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini 2023-08-10 13:07:18 +00:00
librustdoc Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha 2023-08-17 08:39:20 +02:00
llvm-project@1833c2be10 Update LLVM submodule 2023-08-15 11:14:01 +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 Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgr 2023-08-18 02:06:50 +00:00
README.md
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

README.md

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.