rust/src
bors 06082086b4 Auto merge of #112796 - Kobzol:ci-merge-msvc-cargo-tools, r=pietroalbini
CI: merge msvc cargo and tools jobs

The `x86_64-msvc-cargo` and `x86_64-msvc-tools` jobs both run for ~1 hour, but most of that time is actually spent in building LLVM and `rustc`, so I want to try merging them.
![image](https://github.com/rust-lang/rust/assets/4539057/8652fa2a-b8b7-41d0-8f16-555d31acd9a5)
2023-07-07 00:39:47 +00:00
..
bootstrap Rollup merge of #113371 - jyn514:submodule-with-tags, r=albertlarsan68 2023-07-06 09:20:34 +08:00
ci Auto merge of #112796 - Kobzol:ci-merge-msvc-cargo-tools, r=pietroalbini 2023-07-07 00:39:47 +00:00
doc Rollup merge of #113384 - joshtriplett:style-guide-grammar, r=compiler-errors 2023-07-06 09:20:35 +08:00
etc User may want to skip tidy check sometimes 2023-06-30 15:37:10 +08:00
librustdoc remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
llvm-project@22897bce7b Update to LLVM 16.0.5 2023-06-05 14:19:09 +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 #113406 - matthiaskrgr:rollup-0rprs5k, r=matthiaskrgr 2023-07-06 10:29:49 +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 compiler 2023-05-30 08:00:10 -04:00
version Bump to 1.72.0 2023-05-27 14:23:37 -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.