rust/src
2025-01-28 00:00:33 +00:00
..
bootstrap Auto merge of #136116 - fmease:rollup-c8pk3mj, r=fmease 2025-01-27 06:54:42 +00:00
build_helper fix(bootstrap): deserialize null as f64::NAN 2025-01-24 19:08:32 -05:00
ci Rollup merge of #135953 - cuviper:ci-run-local-fail, r=Kobzol 2025-01-26 01:51:17 -05:00
doc rustc-dev-guide: update bootstrap tracing docs 2025-01-27 01:24:53 +08:00
etc Rollup merge of #135812 - Walnut356:gdb_osstring, r=Mark-Simulacrum 2025-01-26 01:51:15 -05:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Add TooGeneric variant to LayoutError and emit Unknown one 2025-01-27 00:37:34 +01:00
llvm-project@7e8c93c87c Update to LLVM 19.1.7 2025-01-14 14:46:09 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types Rollup merge of #135799 - aDotInTheVoid:skrrt-skrrt-revrrt, r=GuillaumeGomez 2025-01-24 08:08:08 +01:00
tools Represent the raw pointer for a array length check as a new kind of fake borrow 2025-01-28 00:00:33 +00:00
README.md
stage0 bump stage0 2025-01-08 20:03:28 +01:00
version bump version 2025-01-03 10:36:06 +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.