| Age | Commit message (Expand) | Author | Lines |
| 2025-07-02 | Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov | Matthias Krüger | -207/+61 |
| 2025-07-02 | Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obk | Matthias Krüger | -124/+83 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -27/+173 |
| 2025-07-02 | Rollup merge of #143258 - compiler-errors:disambiguator-state, r=oli-obk | Matthias Krüger | -46/+47 |
| 2025-07-02 | Rollup merge of #143231 - xizheyin:143152, r=fee1-dead | Matthias Krüger | -0/+2 |
| 2025-07-02 | Rollup merge of #143194 - folkertdev:fix-single-element-simd-bitcast, r=worki... | Matthias Krüger | -8/+2 |
| 2025-07-02 | Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubilee | Matthias Krüger | -0/+8 |
| 2025-07-02 | Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 | bors | -4/+12 |
| 2025-07-02 | Make the enum check work for negative discriminants | Bastian Kersting | -4/+26 |
| 2025-07-02 | Explicitly handle all nodes in generics_of when computing parent | Michael Goulet | -5/+16 |
| 2025-07-02 | miri: improve errors for type validity assertion failures | Ralf Jung | -41/+44 |
| 2025-07-02 | interpret: move the native call preparation logic into Miri | Ralf Jung | -43/+29 |
| 2025-07-02 | Auto merge of #142978 - Kobzol:query-hit, r=oli-obk | bors | -7/+94 |
| 2025-07-02 | Add `track_caller` attributes to trace origin of Clippy lints | Samuel Tardieu | -0/+2 |
| 2025-07-02 | Hash resolutions. | Camille GILLOT | -22/+19 |
| 2025-07-02 | Do not depend on FOREVER_RED_NODE. | Camille GILLOT | -6/+4 |
| 2025-07-02 | Use portable `AtomicU64` | Jakub Beránek | -1/+2 |
| 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 | -91/+34 |
| 2025-07-02 | Consider polarity in sizedness fast path | Michael Goulet | -3/+4 |
| 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 | Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk | bors | -594/+52 |
| 2025-07-01 | Do not suggest borrow that is already there in fully-qualified call | Esteban Küber | -0/+9 |
| 2025-07-02 | NoArgsAttributeParser: use an assoc const instead | Pavel Grigorenko | -38/+11 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -594/+52 |
| 2025-07-01 | Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez | bors | -54/+71 |
| 2025-07-01 | Update `cfg(bootstrap)` | Josh Stone | -81/+24 |
| 2025-07-01 | Update version placeholders | Josh Stone | -10/+10 |
| 2025-07-01 | Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obk | Guillaume Gomez | -22/+1 |
| 2025-07-01 | Rollup merge of #143262 - dianqk:non_exhaustive, r=oli-obk | Guillaume Gomez | -25/+27 |
| 2025-07-01 | Rollup merge of #143240 - JonathanBrouwer:object_lifetime_default_parser, r=o... | Guillaume Gomez | -2/+27 |
| 2025-07-01 | Rollup merge of #143181 - JonathanBrouwer:malformed-attrs, r=oli-obk | Guillaume Gomez | -5/+16 |
| 2025-07-01 | Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors | bors | -384/+322 |
| 2025-07-01 | Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta... | Jonathan Brouwer | -0/+3 |
| 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 | -4/+1 |
| 2025-07-01 | Fix `#[rustc_macro_transparency]` giving two errors | Jonathan Brouwer | -0/+1 |
| 2025-07-01 | Fix `#[must_use = 1]` not giving an error | Jonathan Brouwer | -1/+10 |
| 2025-07-01 | Fix double error for `export_name` | Jonathan Brouwer | -0/+1 |
| 2025-07-01 | loop match: handle opaque patterns | Folkert de Vries | -3/+4 |
| 2025-07-01 | loop match: run exhaustiveness check | Folkert de Vries | -18/+46 |
| 2025-07-01 | Remove `ItemKind::descr` method | Guillaume Gomez | -22/+1 |
| 2025-07-01 | Avoid computing layouts inside coroutines. | Camille GILLOT | -1/+8 |
| 2025-07-01 | Suggest use another lifetime specifier instead of underscore lifetime | xizheyin | -0/+2 |
| 2025-07-01 | Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obk | bors | -33/+82 |
| 2025-07-01 | Remove extraneous types. | Camille GILLOT | -130/+79 |
| 2025-07-01 | Store a full Ty with each Value. | Camille GILLOT | -130/+114 |
| 2025-07-01 | Introduce Value::RawPtr as it behaves differently from other aggregates. | Camille GILLOT | -55/+67 |
| 2025-07-01 | Simplify assignments. | Camille GILLOT | -28/+33 |