rust/src
Takayuki Maeda 3644594cf3
Rollup merge of #117850 - onur-ozkan:fix-116538, r=Mark-Simulacrum
bootstrap: simplify setting unstable-options for tools

Previously, we unconditionally(instead of `if path == "src/tools/clippy" || ..`) set this (to prevent recompiling tools between `x check $tool` and '` check $another_tool` executions) specifically for tools in the `x check` step. This PR relocates that logic to `fn prepare_tool_cargo`, making it step-agnostic.

Fixes #116538
Fixes #117983
2023-11-17 12:56:30 +09:00
..
bootstrap Rollup merge of #117850 - onur-ozkan:fix-116538, r=Mark-Simulacrum 2023-11-17 12:56:30 +09:00
ci Auto merge of #117799 - erickt:fuchsia, r=tmandry 2023-11-11 00:03:52 +00:00
doc Add -Z llvm_module_flag 2023-11-11 19:48:47 -08:00
etc Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco 2023-11-04 02:28:17 +00:00
librustdoc Move lint_store from GlobalCtxt to Session. 2023-11-17 10:39:18 +11:00
llvm-project@7738295178 Update to LLVM 17.0.5 2023-11-14 12:06:30 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Move lint_store from GlobalCtxt to Session. 2023-11-17 10:39:18 +11:00
README.md
stage0.json Bump stage0 to latest 2023-11-15 19:40:51 -05:00
version Bump nightly version 2023-11-11 11:29:33 -05: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.