rust/src
2024-05-02 22:33:26 -06:00
..
bootstrap Rollup merge of #124429 - Enselic:document-builder, r=Mark-Simulacrum 2024-04-28 01:25:01 +02:00
ci Bump to beta 2024-04-28 09:28:51 -04:00
doc debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] 2024-04-25 22:14:47 +03:00
etc introduce x vendor 2024-04-22 17:07:49 +03:00
librustdoc Auto merge of #124058 - TechVest:master, r=fmease 2024-04-25 13:02:08 +00:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools [beta] Update cargo 2024-05-02 22:33:26 -06:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to released 1.78 compiler 2024-05-02 08:46:13 -04:00
version Bump to 1.79.0 2024-03-16 09:56:09 -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.