rust/src
Matthias Krüger d4f87d1e4f
Rollup merge of #112231 - chenyukang:yukang-fix-110067-version-issue, r=jyn514
Make sure the build.rustc version is either the same or 1 apart (revised)

https://github.com/rust-lang/rust/pull/111538 is reverted in https://github.com/rust-lang/rust/pull/112023.

This PR will only check `build.rustc` to confirm the correct version.
2023-06-03 20:38:13 +02:00
..
bootstrap Rollup merge of #112231 - chenyukang:yukang-fix-110067-version-issue, r=jyn514 2023-06-03 20:38:13 +02:00
ci Auto merge of #111660 - Kobzol:try-build-skip-docs, r=mark-simulacrum 2023-06-01 20:44:23 +00:00
doc Remove "one thread in tests" limitation in nto-qnx.md 2023-06-02 16:12:21 +02:00
etc Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-Simulacrum 2023-06-03 20:38:12 +02:00
librustdoc Auto merge of #112032 - sladyn98:migrate-item-primitive, r=GuillaumeGomez 2023-06-03 14:37:23 +00:00
llvm-project@533d3f338b Update to LLVM 16.0.4 2023-05-17 10:35:12 +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 Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-Simulacrum 2023-06-03 20:38:12 +02: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.