rust/src
Matthias Krüger 23537ce47e
Rollup merge of #115598 - GoldsteinE:fix-bootstrap-formatting, r=onur-ozkan
Fix log formatting in bootstrap

`format!()` was missing, so log was just showing `{target}` verbatim.

(I also applied a small clippy suggestion in `builder.info()`)
2023-09-06 19:31:51 +02:00
..
bootstrap fix log formatting in bootstrap 2023-09-06 10:14:09 +03:00
ci Mirror the rustc-perf source 2023-09-04 13:21:05 -04:00
doc make it more clear what 'Tier 2' (without host tools) means 2023-09-02 10:34:49 +02:00
etc rust-gdbgui: remove excessive quotes 2023-08-22 09:09:00 -04:00
librustdoc Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obk 2023-09-05 21:03:56 +00:00
llvm-project@0537f6354c Update LLVM submodule to 17.0.0-rc4 2023-09-05 18:34:53 +00:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Update cargo 2023-09-06 12:58:59 +08:00
README.md
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version

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.