rust/src
bors 8700ba1c2c Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 - #134463 (compiletest: don't register predefined `MSVC`/`NONMSVC` FileCheck prefixes)
 - #134487 (Add reference annotations for the `coverage` attribute)
 - #134497 (coverage: Store coverage source regions as `Span` until codegen (take 2))
 - #134502 (Update std libc version to 0.2.169)
 - #134506 (Remove a duplicated check that doesn't do anything anymore.)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-12-19 22:38:49 +00:00
..
bootstrap Rollup merge of #134437 - onur-ozkan:improve-compiler-build, r=jieyouxu 2024-12-19 16:48:09 +08:00
build_helper move src/tools/build_helper into src/build_helper 2024-11-11 11:19:11 +03:00
ci Rollup merge of #134427 - MarcoIeni:ci-remove-code-duplication, r=Kobzol 2024-12-19 16:48:08 +08:00
doc Rollup merge of #134388 - rustbot:docs-update, r=ehuss 2024-12-18 21:38:09 -05:00
etc Auto merge of #133134 - Walnut356:synth_prov, r=Mark-Simulacrum 2024-12-08 19:30:33 +00:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle 2024-12-19 16:48:09 +08:00
llvm-project@59512b0027 Update to LLVM 19.1.6 2024-12-17 16:31:22 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc-json: Include safety of statics 2024-12-01 21:39:58 +00:00
tools Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgr 2024-12-19 22:38:49 +00:00
README.md
stage0 bump stage0 2024-11-27 12:12:23 +00:00
version Bump to 1.85 2024-11-22 11:08:33 +00: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.