rust/src
2024-01-09 17:52:21 +01:00
..
bootstrap Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obk 2024-01-09 05:33:22 +01:00
ci Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkan 2024-01-07 11:20:08 +00:00
doc Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errors 2024-01-09 17:52:21 +01:00
etc pass allow-{dirty,staged} to clippy 2024-01-01 09:41:39 +03:00
librustdoc Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomez 2024-01-09 13:23:19 +01:00
llvm-project@606bc11367 Update LLVM submodule 2023-12-20 16:50:43 +03:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errors 2024-01-09 17:52:21 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2023-12-22 11:04:31 +01:00
version bump version number to 1.77.0 2023-12-21 10:58:56 +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.