| Age | Commit message (Expand) | Author | Lines |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -2203/+114 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -4/+0 |
| 2025-07-01 | Do not suggest borrow that is already there in fully-qualified call | Esteban Küber | -0/+40 |
| 2025-07-02 | NoArgsAttributeParser: use an assoc const instead | Pavel Grigorenko | -38/+11 |
| 2025-07-01 | fix: remove unneeded(?) install script | Jayden Qi | -3/+0 |
| 2025-07-01 | fix: error message | Jayden Qi | -3/+8 |
| 2025-07-01 | Rename mingw-* CI jobs to pr-* | Chris Denton | -81/+80 |
| 2025-07-01 | Fix `std-instead-of-core` FP when not all items come from the new crate (#15165) | Samuel Tardieu | -62/+139 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -2203/+114 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -4/+0 |
| 2025-07-01 | moved tests | Kivooeo | -0/+0 |
| 2025-07-01 | Test upper overflow in `strict_sub_signed` | Nurzhan Saken | -1/+1 |
| 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 | make Box::into_raw compatible with Stacked Borrows again | Ralf Jung | -2/+5 |
| 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 | moved tests | Kivooeo | -0/+0 |
| 2025-07-01 | Change `{Box,Arc,Rc,Weak}::into_raw` to only work with `A = Global` | Amanieu d'Antras | -314/+316 |
| 2025-07-02 | Migrate `wrap_unwrap_cfg_attr` assist to use `SyntaxEditor` | Hayashi Mikihiro | -42/+85 |
| 2025-07-01 | Fix `x clean` with a fifo | Eric Huss | -1/+1 |
| 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 | 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: `std-instead-of-core` FP when not all items come from the new crate | yanglsh | -62/+139 |
| 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 | moved tests | Kivooeo | -0/+0 |
| 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 | loop match: handle opaque patterns | Folkert de Vries | -5/+30 |
| 2025-07-01 | loop match: run exhaustiveness check | Folkert de Vries | -153/+242 |
| 2025-07-01 | Merge pull request #20136 from Hmikihiro/migrate-toggle_macro_delimiter | Laurențiu Nicola | -12/+14 |