| Age | Commit message (Expand) | Author | Lines |
| 2025-07-02 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-02 | Rename {`HeadersCache`, `iter_header`} -> {`DirectivesCache`, `iter_directive... | Jieyou Xu | -14/+14 |
| 2025-07-02 | Update compiletest to use "directive" terminology consistently | Jieyou Xu | -24/+23 |
| 2025-07-02 | Rename `header` -> `directives` | Jieyou Xu | -12/+12 |
| 2025-07-02 | fix: Fix TypePrintFn flag passing for autodiff codegen | Karan Janthe | -0/+13 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -656/+557 |
| 2025-07-02 | Consider polarity in sizedness fast path | Michael Goulet | -3/+27 |
| 2025-07-02 | Use is_trivially_wf for ProvePredicate fast path | Michael Goulet | -12/+2 |
| 2025-07-02 | Remove fast path from codegen_select, since Sized has no methods | Michael Goulet | -9/+2 |
| 2025-07-01 | Specify the linker when building the test project in m68k CI | Antoni Boucher | -2/+2 |
| 2025-07-01 | Add missing space before --target-triple | Antoni Boucher | -1/+1 |
| 2025-07-01 | Add missing --target-triple flags in m68k CI | Antoni Boucher | -2/+2 |
| 2025-07-01 | Specify linker in m68k CI | Antoni Boucher | -3/+1 |
| 2025-07-01 | Fix installation of libgccjit for m68k | Antoni Boucher | -1/+1 |
| 2025-07-01 | doc_nested_refdefs: do not falsely report checkboxes as refdefs (#15146) | Samuel Tardieu | -32/+6 |
| 2025-07-01 | Remove OVERWRITE_TARGET_TRIPLE env var now that config.sh is gone | Antoni Boucher | -9/+20 |
| 2025-07-02 | Remove unneeded `.as_bytes()` | Samuel Tardieu | -1/+1 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -4/+0 |
| 2025-07-01 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -2203/+114 |
| 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 | 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 | -4/+0 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -2203/+114 |
| 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 |