rust/src
Guillaume Gomez 920cb642a4
Rollup merge of #128758 - devnexen:vxworks_release_min, r=tgross35
Specify a minimum supported version for VxWorks

Document that VxWorks 7 is the minimum supported version.
2024-08-07 15:59:40 +02:00
..
bootstrap bootstrap: clear miri's ui test deps when rustc changes 2024-08-07 14:38:27 +02:00
ci Promote riscv64gc-unknown-linux-musl to tier 2 2024-08-03 23:26:10 +01:00
doc Specify a minimum supported version for VxWorks 2024-08-07 07:24:19 +01:00
etc Rewrite test-float-parse in Rust 2024-07-20 11:39:34 -05:00
librustdoc Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddle 2024-08-06 20:23:42 +02:00
llvm-project@57ae1a3474 Update to LLVM 19 2024-07-30 10:22:48 +02:00
rustdoc-json-types rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
tools Rollup merge of #128757 - Oneirical:calm-before-the-sltorm, r=jieyouxu 2024-08-07 15:59:39 +02:00
README.md
stage0 Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
version Bump to 1.82 2024-07-20 10:30:39 -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.