rust/src
2024-09-06 16:01:47 +02:00
..
bootstrap Update to new Builder API 2024-09-06 16:01:47 +02:00
ci Rollup merge of #128928 - ojeda:ci-rfl-more-tools, r=Kobzol 2024-09-05 03:47:41 +02:00
doc Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx-zedboard, r=tgross35 2024-09-05 03:47:40 +02:00
etc Generate completions after version updates 2024-08-18 22:52:54 -05:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle 2024-09-05 18:58:56 +02:00
llvm-project@2b259b3c20 Update to LLVM 19 rc 3 2024-08-20 11:50:47 +02:00
rustdoc-json-types rustdoc-json: Use FxHashMap from rustdoc_json_types 2024-08-15 13:12:11 +00:00
tools Ignore gcc submodule for tidy checks 2024-09-06 16:01:44 +02:00
README.md
stage0
version Bump to 1.83 2024-08-30 19:58:04 +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.