| Age | Commit message (Expand) | Author | Lines |
| 2025-07-02 | Add snapshot tests for checking compiler, library and rustc tools | Jakub Beránek | -1/+182 |
| 2025-07-02 | Automatically derive stage in step metadata where possible | Jakub Beránek | -62/+60 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -656/+557 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -2203/+114 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -2203/+114 |
| 2025-07-01 | Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez | bors | -574/+1573 |
| 2025-07-01 | Ignore `float_minimum_maximum` doctests on i586 | Josh Stone | -2/+2 |
| 2025-07-01 | Update `cfg(bootstrap)` | Josh Stone | -143/+26 |
| 2025-07-01 | Update `STAGE0_MISSING_TARGETS` | Josh Stone | -2/+0 |
| 2025-07-01 | Update stage0 to 1.89.0-beta.1 | Josh Stone | -460/+480 |
| 2025-07-01 | Update version placeholders | Josh Stone | -49/+49 |
| 2025-07-01 | Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obk | Guillaume Gomez | -29/+14 |
| 2025-07-01 | Rollup merge of #143269 - tshepang:patch-1, r=Kobzol | Guillaume Gomez | -2/+2 |
| 2025-07-01 | Rollup merge of #143262 - dianqk:non_exhaustive, r=oli-obk | Guillaume Gomez | -25/+27 |
| 2025-07-01 | Rollup merge of #143255 - Kobzol:disable-lld-by-default, r=jieyouxu | Guillaume Gomez | -5/+8 |
| 2025-07-01 | Rollup merge of #143240 - JonathanBrouwer:object_lifetime_default_parser, r=o... | Guillaume Gomez | -2/+27 |
| 2025-07-01 | Rollup merge of #143230 - jieyouxu:compiletest-maintenance-2, r=Kobzol | Guillaume Gomez | -38/+84 |
| 2025-07-01 | Rollup merge of #143212 - Kivooeo:tf20, r=tgross35 | Guillaume Gomez | -223/+253 |
| 2025-07-01 | Rollup merge of #143210 - Kivooeo:tf19, r=tgross35 | Guillaume Gomez | -222/+265 |
| 2025-07-01 | Rollup merge of #143181 - JonathanBrouwer:malformed-attrs, r=oli-obk | Guillaume Gomez | -15/+858 |
| 2025-07-01 | Rollup merge of #142760 - epage:lock, r=tgross35 | Guillaume Gomez | -6/+6 |
| 2025-07-01 | Rollup merge of #141867 - Diggsey:db-improve-future-docs, r=tgross35 | Guillaume Gomez | -7/+16 |
| 2025-07-01 | Rollup merge of #136801 - sorairolake:add-random-for-tuple, r=joshtriplett | Guillaume Gomez | -0/+13 |
| 2025-07-01 | Update clippy source code to make use of `TyCtxt::def_descr` instead of `Item... | Guillaume Gomez | -6/+12 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -1012/+1149 |
| 2025-07-01 | Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta... | Jonathan Brouwer | -20/+39 |
| 2025-07-01 | Port `#[rustc_object_lifetime_default]` to the new attribute parsing infrastr... | Jonathan Brouwer | -2/+27 |
| 2025-07-01 | Fix duplicate help on export_name and others | Jonathan Brouwer | -25/+6 |
| 2025-07-01 | Fix `#[rustc_macro_transparency]` giving two errors | Jonathan Brouwer | -75/+69 |
| 2025-07-01 | Fix `#[must_use = 1]` not giving an error | Jonathan Brouwer | -44/+81 |
| 2025-07-01 | Fix double error for `export_name` | Jonathan Brouwer | -88/+75 |
| 2025-07-01 | New test for malformed attributes | Jonathan Brouwer | -0/+825 |
| 2025-07-01 | Remove `ItemKind::descr` method | Guillaume Gomez | -23/+2 |
| 2025-07-01 | Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obk | bors | -37/+86 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -102/+132 |
| 2025-07-01 | Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk | bors | -69/+146 |
| 2025-07-01 | bootstrap: make comment more clear | Tshepang Mbambo | -2/+2 |
| 2025-07-01 | Do not enable LLD by default in the dist profile | Jakub Beránek | -5/+8 |
| 2025-07-01 | Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgr | bors | -812/+977 |
| 2025-07-01 | Make some compiletest errors/warnings/help more visually obvious | Jieyou Xu | -38/+84 |
| 2025-07-01 | Rollup merge of #143264 - Muscraft:fix-suggestion-filename, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2025-07-01 | Rollup merge of #143263 - ComputerDruid:linkify_CodeSuggestion, r=compiler-er... | Matthias Krüger | -2/+2 |
| 2025-07-01 | Rollup merge of #143257 - tgross35:run-make-deps, r=jieyouxu | Matthias Krüger | -13/+41 |
| 2025-07-01 | Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche... | Matthias Krüger | -668/+739 |
| 2025-07-01 | Rollup merge of #143234 - GuillaumeGomez:ice-143128, r=oli-obk | Matthias Krüger | -101/+89 |
| 2025-07-01 | Rollup merge of #143178 - eeshvardasikcm:master, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-07-01 | Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju... | Matthias Krüger | -26/+93 |
| 2025-07-01 | Rollup merge of #143125 - tgross35:aarch64-neon-llvm19-f16, r=cuviper | Matthias Krüger | -0/+8 |
| 2025-07-01 | Auto merge of #141875 - nnethercote:ByteSymbol, r=petrochenkov | bors | -267/+447 |
| 2025-06-30 | fix: Emit suggestion filename if primary diagnostic span is dummy | Scott Schafer | -1/+4 |