rust/src
bors efb1be3a08 Auto merge of #113786 - Kobzol:ci-disable-dist-tests, r=Mark-Simulacrum
Disable dist tests on beta/stable

Should resolve the beta/stable part of https://github.com/rust-lang/rust/issues/113784. To be extra safe, I also made the read of `RUST_RELEASE_CHANNEL` optional, just in case it was missing.

r? `@Mark-Simulacrum`
2023-08-01 07:18:59 +00:00
..
bootstrap Auto merge of #113484 - matthiaskrgr:rollup-goq2u0d, r=matthiaskrgr 2023-07-08 18:36:58 +00:00
ci Disable dist tests on beta/stable 2023-07-17 14:08:33 +02: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@06248fa7f3 Update LLVM submodule 2023-06-20 00:49:54 +01:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools [beta] Update cargo 2023-07-18 17:42:58 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to released stable compiler 2023-07-21 20:36:14 -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.