os-rust/src
2024-12-25 10:49:46 +01:00
..
bootstrap Finish port 2024-12-25 10:49:46 +01:00
ci Revert "add new CI step: "setup upstream remote"" 2024-11-25 14:15:21 +01: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 rustdoc-search: case-sensitive only when capitals are used 2024-11-15 09:56:23 -08: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 Revert "Prepare for omittiong parts of completion data that need to be resolved" 2024-11-25 23:33:29 +02:00
README.md
stage0 bump stage0 to 1.82.0 2024-10-17 10:29:19 -07:00
version Bump to 1.83 2024-08-30 19:58:04 +01: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.