rust/src
Matthias Krüger 34c935baf3
Rollup merge of #130143 - RalfJung:miri-test-libstd, r=compiler-errors
miri-test-libstd: add missing BOOTSTRAP_ARGS

Note sure if BOOTSTRAP_ARGS will make any difference here, but all the other x.py invocations have it and I did not *deliberately* leave it away when I added these, so... probably best to add them?

Also don't unnecessarily set BOOTSTRAP_SKIP_TARGET_SANITY while we are at it.
2024-09-10 17:35:13 +02:00
..
bootstrap Rollup merge of #130143 - RalfJung:miri-test-libstd, r=compiler-errors 2024-09-10 17:35:13 +02:00
ci Auto merge of #128939 - bjorn3:windows_cg_clif_component, r=albertlarsan68 2024-09-09 16:09:06 +00:00
doc Update books 2024-09-09 13:00:45 -04:00
etc Remove unused option from x.py 2024-09-07 10:35:23 +05:30
librustdoc Auto merge of #129337 - EtomicBomb:rfc, r=notriddle 2024-09-10 11:15:51 +00:00
llvm-project@2b259b3c20 Update to LLVM 19 rc 3 2024-08-20 11:50:47 +02:00
rustdoc-json-types rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
tools Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee 2024-09-10 07:26:27 +00:00
README.md
stage0 bump stage0 2024-09-04 03:13:55 +01:00
version Bump to 1.83 2024-08-30 19:58:04 +01: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.