| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | suggest using `pub(crate)` for E0364 | Makai | -1/+33 |
| 2025-08-13 | bootstrap: Fix jemalloc 64K page support for aarch64 tools | Cathal Mullan | -0/+9 |
| 2025-08-13 | add test | lcnr | -0/+17 |
| 2025-08-13 | `fn new_coroutine_witness_for_coroutine` woops | lcnr | -61/+63 |
| 2025-08-13 | rework `add_placeholder_from_predicate_note` | lcnr | -34/+84 |
| 2025-08-13 | also consider HR bounds | lcnr | -3/+23 |
| 2025-08-13 | avoid duplicate error string | lcnr | -1/+1 |
| 2025-08-13 | Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLii | bors | -88/+134 |
| 2025-08-13 | Remove the `libgccjit.so.0` alias and only create the versioned library when ... | Jakub Beránek | -17/+9 |
| 2025-08-13 | Make sure that we won't accidentally ship libgccjit.so in the dist component | Jakub Beránek | -1/+13 |
| 2025-08-13 | Install libgccjit into the compiler's sysroot when the GCC codegen backend is... | Jakub Beránek | -55/+82 |
| 2025-08-13 | Auto merge of #145334 - Kobzol:rollup-fs5a133, r=Kobzol | bors | -322/+1268 |
| 2025-08-13 | check args in new_coroutine_witness | lcnr | -2/+5 |
| 2025-08-13 | Bless tests | Jakub Beránek | -1/+7 |
| 2025-08-13 | Manually optimize steps performed by `x clippy ci` | Jakub Beránek | -25/+32 |
| 2025-08-13 | Only check rustc when linting rustc_codegen_gcc | Jakub Beránek | -8/+7 |
| 2025-08-13 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-13 | Lint code in CI using in-tree Clippy | Jakub Beránek | -1/+1 |
| 2025-08-13 | Add more tests | Jakub Beránek | -9/+83 |
| 2025-08-13 | Fix staging of linting tools | Jakub Beránek | -36/+38 |
| 2025-08-13 | Fix staging for `x clippy std` | Jakub Beránek | -56/+67 |
| 2025-08-13 | Add snapshot test for `x clippy std` | Jakub Beránek | -0/+17 |
| 2025-08-13 | Fix Clippy staging for compiler | Jakub Beránek | -53/+84 |
| 2025-08-13 | Add snapshot test for `x clippy ci` | Jakub Beránek | -0/+57 |
| 2025-08-13 | Forbid running Clippy on stage 0 | Jakub Beránek | -0/+4 |
| 2025-08-13 | Implement `clippy::CodegenGcc` as a separate step | Jakub Beránek | -7/+81 |
| 2025-08-13 | Prepare standard library for checking rustc in `prepare_compiler_for_check` | Jakub Beránek | -27/+23 |
| 2025-08-13 | Rollup merge of #145325 - clarfonthey:cast-init, r=scottmcm | Jakub Beránek | -3/+74 |
| 2025-08-13 | Rollup merge of #145320 - Kobzol:fix-cranelift-codegen-dist, r=shepmaster | Jakub Beránek | -1/+5 |
| 2025-08-13 | Rollup merge of #145308 - giltho:dangling-doc, r=scottmcm | Jakub Beránek | -20/+20 |
| 2025-08-13 | Rollup merge of #145303 - m-ou-se:payload-as-str-doc, r=jhpratt | Jakub Beránek | -0/+2 |
| 2025-08-13 | Rollup merge of #145289 - rejected-l:master, r=Kobzol | Jakub Beránek | -7/+7 |
| 2025-08-13 | Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmease | Jakub Beránek | -198/+358 |
| 2025-08-13 | Rollup merge of #145269 - epage:test-env, r=jhpratt | Jakub Beránek | -13/+12 |
| 2025-08-13 | Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35 | Jakub Beránek | -10/+3 |
| 2025-08-13 | Rollup merge of #144642 - lolbinarycat:editorconfig-no-run-make, r=lcnr | Jakub Beránek | -1/+10 |
| 2025-08-13 | Rollup merge of #144519 - clarfonthey:const-system-time, r=jhpratt | Jakub Beránek | -68/+166 |
| 2025-08-13 | Rollup merge of #143467 - ChaiTRex:ascii_char_is_ascii, r=tgross35 | Jakub Beránek | -1/+611 |
| 2025-08-13 | Auto merge of #145093 - nikic:dead-on-return, r=nnethercote | bors | -6/+55 |
| 2025-08-13 | Make std use the edition 2024 prelude | Tim (Theemathas) Chirananthavat | -1/+1 |
| 2025-08-13 | Fix pgo tests | ywxt | -5/+27 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -83/+107 |
| 2025-08-13 | fix tail calls to `#[track_caller]` functions | Waffle Lapkin | -8/+134 |
| 2025-08-12 | Auto merge of #145295 - Kobzol:unify-stages, r=jieyouxu | bors | -266/+241 |
| 2025-08-12 | Add cast_init and cast_uninit methods for pointers | ltdk | -3/+74 |
| 2025-08-12 | Remove unused must_use | Michael Goulet | -198/+358 |
| 2025-08-12 | Allow cross-compiling the Cranelift dist component | Jakub Beránek | -1/+5 |
| 2025-08-12 | Constify SystemTime methods | ltdk | -68/+166 |
| 2025-08-12 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-12 | Replace `stage0-tools-bin` with `stage1-tools-bin` | Jakub Beránek | -5/+5 |