granite-rust/src
Guillaume Gomez 6b337684ed
Rollup merge of #113002 - camelid:bootstrap-settings.bak, r=jyn514
bootstrap: Backup `settings.json` to the correct filename

The old code actually replaced `.json` with `.bak` (so, `settings.bak`),
rather than appending `.bak` as claimed (`settings.json.bak`).

`Path::set_extension` can instead be used with dots:

> The new extension may contain dots and will be used in its entirety,
> but only the part after the final dot will be reflected in
> `self.extension`.

r? ``@jyn514``
2023-06-24 20:26:46 +02:00
..
bootstrap bootstrap: Backup settings.json to the correct filename 2023-06-24 10:23:46 -07:00
ci Rollup merge of #112787 - oli-obk:gha_tinder_for_problems, r=jyn514 2023-06-19 17:53:36 -07:00
doc Rollup merge of #112912 - joshtriplett:style-let-else-clarifications, r=calebcartwright 2023-06-24 20:26:44 +02:00
etc Rollup merge of #112915 - preveen-stack:patch-1, r=Mark-Simulacrum 2023-06-24 20:26:45 +02:00
librustdoc Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk 2023-06-23 19:39:59 +02:00
llvm-project@22897bce7b Update to LLVM 16.0.5 2023-06-05 14:19:09 +02:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Update cargo 2023-06-24 01:38:42 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta compiler 2023-05-30 08:00:10 -04:00
version Bump to 1.72.0 2023-05-27 14:23:37 -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.