rust/src
许杰友 Jieyou Xu (Joe) ead78bb243 run-make-support: add set_aux_fd helper
Co-authored-by: Noa <coolreader18@gmail.com>
Co-authored-by: Oneirical <manchot@videotron.ca>
2025-01-22 12:26:14 +08:00
..
bootstrap bump bootsrap windows to 0.57 2025-01-21 16:48:44 +03:00
build_helper apply a workaround fix for the release blocker issue 2025-01-07 09:12:54 +03:00
ci Rollup merge of #132232 - asomers:fbsd-13.4, r=Mark-Simulacrum 2025-01-21 23:30:17 +01:00
doc Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors 2025-01-21 19:46:20 +00:00
etc core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Remove unused item-row CSS class 2025-01-19 11:47:32 +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 Made Path::name only have item name rather than full name 2025-01-14 06:03:43 +00:00
tools run-make-support: add set_aux_fd helper 2025-01-22 12:26:14 +08: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.