rust/src
2024-07-19 12:27:47 -04:00
..
bootstrap Rollup merge of #127913 - onur-ozkan:broken-defaults, r=Kobzol 2024-07-18 23:05:23 +02:00
ci Rollup merge of #127913 - onur-ozkan:broken-defaults, r=Kobzol 2024-07-18 23:05:23 +02:00
doc Update extern linking documentation 2024-07-18 12:39:42 +02:00
etc Auto merge of #127001 - beetrees:f16-debuginfo, r=michaelwoerister 2024-07-09 09:07:42 +00:00
librustdoc Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr 2024-07-19 13:39:12 +00:00
llvm-project@c54cff0e6e Update LLVM submodule 2024-07-05 22:06:57 +08:00
rustdoc-json-types Add rustdoc-json support for use<> 2024-07-12 05:24:51 -04:00
tools rewrite extern-fn-with-union to rmake 2024-07-19 12:27:47 -04:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version set version number to 1.81.0 2024-06-07 10:37:34 +02: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.