rust/src
2023-09-21 12:24:38 +02:00
..
bootstrap Rollup merge of #115957 - cuishuang:master, r=GuillaumeGomez 2023-09-19 20:23:20 +02:00
ci Make ui-fulldeps --stage=1 builds in CI 2023-09-21 04:11:57 +00:00
doc Rollup merge of #114394 - joshtriplett:style-guide-as, r=calebcartwright 2023-09-21 00:11:35 +02:00
etc update rust_analyzer_settings.json 2023-09-14 09:58:43 +02:00
librustdoc rustdoc: add comment about numeric spacing 2023-09-20 07:51:30 -07:00
llvm-project@42263494d2 Update to LLVM 17.0.0 2023-09-19 11:14:35 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools compiletest: use builder pattern to construct Config in tests 2023-09-21 12:24:38 +02:00
README.md
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -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.