rust/src
bors 6f7e00a3e6 Auto merge of #124743 - Kobzol:arbitrary-try-build, r=pietroalbini
CI: enable arbitrary try builds, take two

Fixed version of https://github.com/rust-lang/rust/pull/124631, which hopefully won't completely break our CI this time 🤦‍♂️ Sorry once again. Only the last commit is new.

r? `@pietroalbini`
2024-05-09 10:39:50 +00:00
..
bootstrap Rollup merge of #124903 - Skepfyr:rustc-wrapper, r=clubby789 2024-05-08 23:33:27 +02:00
ci Auto merge of #124743 - Kobzol:arbitrary-try-build, r=pietroalbini 2024-05-09 10:39:50 +00:00
doc Fuchsia test runner: fixup script 2024-05-07 17:29:38 +00:00
etc Implement lldb formattter for "clang encoded" enums (LLDB 18.1+) 2024-05-05 17:53:02 -07:00
librustdoc Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errors 2024-05-08 23:33:26 +02:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools Rollup merge of #124837 - GuillaumeGomez:migrate-rustdoc-map-file, r=jieyouxu 2024-05-09 06:04:39 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump stage0 to next beta 2024-05-01 21:01:51 -04:00
version Bump version to 1.80 2024-04-27 19:03:50 -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.