rust/src
Michael Goulet 98ba299a48
Rollup merge of #119414 - xry111:xry111/lto-test, r=Mark-Simulacrum
bootstrap: Move -Clto= setting from Rustc::run to rustc_cargo

It prevents a full rebuild of stage 1 compiler when issuing "x.py test" with rust.lto != thin-local in config.toml.
2024-01-05 23:41:42 -05:00
..
bootstrap Rollup merge of #119414 - xry111:xry111/lto-test, r=Mark-Simulacrum 2024-01-05 23:41:42 -05:00
ci Auto merge of #119549 - fmease:rollup-jxvbfes, r=fmease 2024-01-03 18:37:41 +00:00
doc Rollup merge of #119588 - Nemo157:i586-netbsd-tier-3, r=Nilstrieb 2024-01-05 10:57:24 -05:00
etc Auto merge of #106790 - the8472:rawvec-niche, r=scottmcm 2023-12-20 02:19:10 +00:00
librustdoc Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk 2024-01-05 10:57:24 -05: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 #119554 - matthewjasper:remove-guard-distinction, r=compiler-errors 2024-01-05 20:39:52 +01: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.