rust/src
bors 99768c80a1 Auto merge of #135921 - matthiaskrgr:rollup-5mzn76m, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #134746 (Don't ICE in coerce when autoderef fails to structurally normalize non-WF type in new solver)
 - #135552 ([AIX] Lint on structs that have a different alignment in AIX's C ABI)
 - #135779 (CI: free disk on linux arm runner)
 - #135790 (Update windows-gnu targets to set `DebuginfoKind::DWARF`)
 - #135879 (fix outdated file path ref in llvm)
 - #135883 (Remove erroneous `unsafe` in `BTreeSet::upper_bound_mut`)
 - #135884 (remove implied end of slice)
 - #135887 (improvements on `build_steps::test` implementation)
 - #135898 (rustdoc-json-types: Finalize dyn compatibility renaming)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-01-23 12:39:00 +00:00
..
bootstrap Rollup merge of #135887 - onur-ozkan:testing-improvements, r=jieyouxu 2025-01-23 09:49:33 +01:00
build_helper apply a workaround fix for the release blocker issue 2025-01-07 09:12:54 +03:00
ci Rollup merge of #135779 - marcoieni:free-disk-arm-runner, r=Kobzol 2025-01-23 09:49:21 +01:00
doc Auto merge of #135164 - Kobzol:run-make-test-glibc-symbols, r=jieyouxu 2025-01-23 01:03:32 +00:00
etc core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmease 2025-01-23 09:30:49 +00: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: Finalize dyn compatibility renaming 2025-01-22 20:01:17 +00:00
tools Auto merge of #135461 - jieyouxu:migrate-jobserver-errors, r=Noratrieb 2025-01-23 05:31:12 +00:00
README.md
stage0 bump stage0 2025-01-08 20:03:28 +01: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.