rust/src
Matthias Krüger 4510ee3af3
Rollup merge of #124837 - GuillaumeGomez:migrate-rustdoc-map-file, r=jieyouxu
Migrate `run-make/rustdoc-map-file` to rmake

Part of https://github.com/rust-lang/rust/issues/121876.

r? `@jieyouxu`
2024-05-09 06:04:39 +02:00
..
bootstrap Rollup merge of #124903 - Skepfyr:rustc-wrapper, r=clubby789 2024-05-08 23:33:27 +02:00
ci Fuchsia test runner: fixup script 2024-05-07 17:29:38 +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.