rust/src
Matthias Krüger 42f70c240a
Rollup merge of #129040 - Zalathar:bless-rmake, r=jieyouxu
Fix blessing of rmake tests

Fixes #129038.

When running in `--bless` mode, we now set the value of `RUSTC_BLESS_TEST` to the current test's source directory. This allows the diff helper in `run_make_support` to find the original snapshot file in the source directory and bless that, instead of unhelpfully blessing the temporary copy in `build`.

r? `@jieyouxu`
2024-08-13 12:12:25 +02: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 Auto merge of #122362 - Zoxc:rustc_driver_static_std, r=oli-obk,lqd,bjorn3,Kobzol 2024-08-11 15:08:03 +00:00
etc regenerate ./x completions 2024-08-12 15:28:39 +00:00
librustdoc Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc 2024-08-12 17:09:15 +02:00
llvm-project@ccf4c38bdd Update to LLVM 19 rc2 2024-08-05 11:53:11 +02:00
rustdoc-json-types rustdoc-json-types Discriminant: fix typo 2024-08-09 20:50:00 +02:00
tools Rollup merge of #129040 - Zalathar:bless-rmake, r=jieyouxu 2024-08-13 12:12:25 +02:00
README.md
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.