rust/src
2024-10-14 23:37:03 +02:00
..
bootstrap Auto merge of #131662 - matthiaskrgr:rollup-r1wkfxw, r=matthiaskrgr 2024-10-13 22:38:44 +00:00
ci Rollup merge of #131533 - workingjubilee:update-emscripten-version, r=Kobzol 2024-10-14 06:04:28 +02:00
doc Update books 2024-10-07 13:01:01 -04:00
etc bootstrap: Consolidate editor LSP setup 2024-10-03 15:22:44 +01:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotInTheVoid 2024-10-11 16:53:46 -05:00
llvm-project@3a17f74904 Update LLVM submodule 2024-10-12 21:42:13 +08:00
rustdoc-json-types Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotInTheVoid 2024-10-11 16:53:46 -05:00
tools use new check_min_arg_count helper in more places 2024-10-14 23:37:03 +02:00
README.md
stage0 Bump stage0 2024-09-22 19:04:19 -04:00
version Bump to 1.84 2024-10-11 09:55:11 -07: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.