rust/src
2024-10-08 22:51:53 +11:00
..
bootstrap Rollup merge of - jieyouxu:yeet-the-valgrind, r=Kobzol 2024-10-07 11:10:54 -07:00
ci Rollup merge of - GuillaumeGomez:no-sandbox, r=notriddle 2024-10-04 15:42:55 +02:00
doc Update books 2024-10-07 13:01:01 -04:00
etc bootstrap: Consolidate editor LSP setup 2024-10-03 15:22:44 +01:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Add comment to describe camelcase line break 2024-10-07 13:27:50 -07:00
llvm-project@dd46457da7 Update to LLVM 19.1.1 2024-10-05 21:10:04 +08:00
rustdoc-json-types rustdoc: update ProcMacro docs section on helper attributes 2024-09-27 14:34:48 -04:00
tools Simplify the directives for ignoring coverage-test modes 2024-10-08 22:51:53 +11:00
README.md
stage0 Bump stage0 2024-09-22 19:04:19 -04:00
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.