rust/src
2024-08-15 01:22:42 +08:00
..
bootstrap Rollup merge of #128983 - Kobzol:bootstrap-target, r=onur-ozkan 2024-08-13 12:12:24 +02:00
ci don't use --rustc-args to test the stdlib's size optimizations feature 2024-08-12 15:28:38 +00:00
doc Add documentation for the doctest standalone attribute 2024-08-13 20:14:53 +02:00
etc regenerate ./x completions 2024-08-12 15:28:39 +00:00
librustdoc Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors 2024-08-14 00:56:53 +00:00
llvm-project@57ae1a3474 trying common codepath for every unixes 2024-08-12 23:44:42 +01:00
rustdoc-json-types rustdoc-json-types Discriminant: fix typo 2024-08-09 20:50:00 +02:00
tools fix r-a 2024-08-15 01:22:42 +08:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0 Bump src/stage0 with determinism 2024-07-30 15:16:35 -07:00
version Bump to 1.82 2024-07-20 10:30:39 -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.