rust/src
bors 37efc81072 Auto merge of #105714 - jyn514:tidy-first, r=Mark-Simulacrum
Run `x test tidy` sooner in mingw-check

It takes less time to run than the other tests and is more likely to fail. `expand-yaml-anchors` is still run first to make sure the CI files are internally consistent.

Note that changing to `--stage 0` doesn't actually do anything since bootstrap tools are always built with the bootstrap compiler, this just makes it less confusing.

cc https://github.com/rust-lang/rust/pull/105058/commits/83bab41b5b2d4752d187dd91b05c88ac74cf3783
2022-12-18 16:03:46 +00:00
..
bootstrap Auto merge of #105714 - jyn514:tidy-first, r=Mark-Simulacrum 2022-12-18 16:03:46 +00:00
ci Auto merge of #105714 - jyn514:tidy-first, r=Mark-Simulacrum 2022-12-18 16:03:46 +00:00
doc Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa 2022-12-17 12:10:27 +00:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Rollup merge of #105789 - notriddle:notriddle/examples-margin, r=GuillaumeGomez 2022-12-17 23:44:27 +01:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +01:00
rustdoc-json-types Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez 2022-11-30 19:53:17 +01:00
test Auto merge of #104417 - mejrs:mir_build, r=davidtwco 2022-12-18 08:53:49 +00:00
tools Auto merge of #105849 - matthiaskrgr:rollup-ya4s1n2, r=matthiaskrgr 2022-12-17 23:27:53 +00:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.