rust/src
2023-03-04 20:48:18 +01:00
..
bootstrap Rollup merge of #108632 - Teapot4195:issue-108612-fix, r=ozkanonur 2023-03-04 20:48:17 +01:00
ci Rollup merge of #108647 - nikic:pgo-sh, r=jyn514 2023-03-03 20:45:01 +01:00
doc Rollup merge of #108634 - SUPERCILEX:patch-1, r=JohnTitor 2023-03-03 20:45:01 +01:00
etc Change src/etc/vscode_settings.json to always treat ./library as the sysroot source 2023-02-17 15:18:09 -06:00
librustdoc Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomez 2023-03-04 20:48:18 +01:00
llvm-project@fd949f3034 Update LLVM submodule 2023-02-10 17:00:09 +09:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Rollup merge of #108674 - flip1995:clippy_backport, r=Manishearth 2023-03-03 20:06:28 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Download rustc component for rustfmt toolchain as well 2023-01-31 10:29:33 -05:00
version Bump to 1.69.0 2023-01-20 18:06:54 -05: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.