rust/src
bors 6c90ac8d8f Auto merge of #123546 - Rajveer100:branch-for-issue-122128, r=onur-ozkan
Bootstrap: Check validity of `--target` and `--host` triples before starting a build

Resolves #122128

As described in the issue, validating the `target` and `host` triples would save a lot of time before actually starting a build. This would also check for custom targets by looking for a valid JSON spec if the specified target does not exist in the [supported](42825768b1/compiler/rustc_target/src/spec/mod.rs (L1401-L1689)) list of targets.
2024-04-28 04:16:05 +00:00
..
bootstrap Auto merge of #123546 - Rajveer100:branch-for-issue-122128, r=onur-ozkan 2024-04-28 04:16:05 +00:00
ci Rollup merge of #124327 - Kobzol:ci-skip-jobs, r=pietroalbini 2024-04-25 06:31:04 +02:00
doc debuginfo: Stabilize -Z debug-macros, -Z collapse-macro-debuginfo and #[collapse_debuginfo] 2024-04-25 22:14:47 +03:00
etc introduce x vendor 2024-04-22 17:07:49 +03:00
librustdoc Auto merge of #124058 - TechVest:master, r=fmease 2024-04-25 13:02:08 +00:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools Rollup merge of #124434 - GKFX:remove-lazy-dependencies, r=jieyouxu 2024-04-27 20:46:09 +02:00
README.md
stage0.json Bump stage0 2024-03-19 19:27:24 -04:00
version Bump version to 1.80 2024-04-27 19:03:50 -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.