rust/src
onur-ozkan 8a461aa8cb distribute actual stage of the compiled compiler
By "actual" we refer to the uplifting logic where we may not compile the requested stage;
instead, we uplift it from the previous stages. Which can lead to bootstrap failures in
specific situations where we request stage X from other steps. However we may end up
uplifting it from stage Y, causing the other stage to fail when attempting to link with
stage X which was never actually built.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-01-18 11:02:57 +03:00
..
bootstrap distribute actual stage of the compiled compiler 2024-01-18 11:02:57 +03:00
ci Add debug info for macOS CI actions 2024-01-10 10:54:46 -08:00
doc Rollup merge of #115046 - joshtriplett:master, r=compiler-errors 2024-01-11 03:02:39 +01:00
etc Auto merge of #119654 - onur-ozkan:bump-dependencies, r=clubby789 2024-01-11 10:46:43 +00:00
librustdoc Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obk 2024-01-10 18:03:53 +00:00
llvm-project@606bc11367 Update LLVM submodule 2023-12-20 16:50:43 +03:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Rollup merge of #116343 - Nilstrieb:maybe-dont-mention-all-the-weird-lang-items-just-saying, r=bjorn3 2024-01-11 15:41:46 +09:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2023-12-22 11:04:31 +01:00
version bump version number to 1.77.0 2023-12-21 10:58:56 +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.