rust/src
bors 905b1bf1cc Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee
Rollup of 9 pull requests

Successful merges:

 - #135439 (Make `-O` mean `OptLevel::Aggressive`)
 - #136460 (Simplify `rustc_span` `analyze_source_file`)
 - #136904 (add `IntoBounds` trait)
 - #136908 ([AIX] expect `EINVAL` for `pthread_mutex_destroy`)
 - #136924 (Add profiling of bootstrap commands using Chrome events)
 - #136951 (Use the right binder for rebinding `PolyTraitRef`)
 - #136981 (ci: switch loongarch jobs to free runners)
 - #136992 (Update backtrace)
 - #136993 ([cg_llvm] Remove dead error message)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-14 06:13:42 +00:00
..
bootstrap Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee 2025-02-14 06:13:42 +00:00
build_helper Update username in build helper example 2025-01-28 10:51:30 +01:00
ci Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee 2025-02-14 06:13:42 +00:00
doc Rollup merge of #136924 - Kobzol:bootstrap-tracing, r=jieyouxu 2025-02-13 21:37:51 -08:00
etc Update bootstrap completions 2025-02-05 15:33:40 +01:00
gcc@fd3498bff0
librustdoc Rollup merge of #136950 - notriddle:notriddle/svg-example-buttons, r=GuillaumeGomez 2025-02-13 17:46:10 -08:00
llvm-project@7e8c93c87c Update to LLVM 19.1.7 2025-01-14 14:46:09 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc-json-types: Document that crate name isn't package name. 2025-02-01 19:57:59 +00:00
tools Make -O mean -C opt-level=3 2025-02-13 19:47:55 +00:00
README.md
stage0 Update bootstrap compiler and rustfmt 2025-02-08 22:07:11 +00:00
version bump version 2025-01-03 10:36:06 +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.