| Age | Commit message (Expand) | Author | Lines |
| 2025-08-22 | Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease | Jacob Pratt | -57/+113 |
| 2025-08-22 | Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillot | Jacob Pratt | -3/+36 |
| 2025-08-22 | Rollup merge of #137396 - compiler-errors:param-default, r=fmease | Jacob Pratt | -2/+25 |
| 2025-08-23 | Auto merge of #145469 - cjgillot:split-transmute, r=nnethercote | bors | -120/+131 |
| 2025-08-22 | Auto merge of #145494 - cjgillot:span-decode-once, r=lqd | bors | -10/+9 |
| 2025-08-22 | convert strings to symbols in attr diagnostics | Jana Dönszelmann | -31/+36 |
| 2025-08-22 | Revert "Detect method not being present that is present in other tuple types" | Rémy Rakic | -121/+2 |
| 2025-08-22 | Simplify implementation. | Camille Gillot | -44/+46 |
| 2025-08-22 | Separate transmute checking from typeck. | Camille Gillot | -119/+128 |
| 2025-08-22 | interpret/allocation: get_range on ProvenanceMap | Nia Espera | -0/+11 |
| 2025-08-22 | Recover param: Ty = EXPR | Michael Goulet | -2/+25 |
| 2025-08-22 | Add aarch64_be-unknown-hermit target | Jens Reidel | -0/+26 |
| 2025-08-22 | On E0277, point at type that doesn't implement bound | Esteban Küber | -55/+88 |
| 2025-08-22 | Stabilize `round_char_boundary` feature | okaneco | -2/+2 |
| 2025-08-22 | fix(lexer): Allow '-' in the infostring continue set | Ed Page | -2/+2 |
| 2025-08-22 | resolve: Remove `ScopeSet::Late` | Vadim Petrochenkov | -23/+32 |
| 2025-08-22 | resolve: Remove derive fallback lint id from `ScopeSet::Late` | Vadim Petrochenkov | -11/+13 |
| 2025-08-22 | resolve: Remove `Module` from `ScopeSet::Late` | Vadim Petrochenkov | -7/+9 |
| 2025-08-22 | resolve: `early_resolve_ident_in_lexical_scope` -> `resolve_ident_in_scope_set` | Vadim Petrochenkov | -20/+16 |
| 2025-08-22 | change HIR typeck unification handling approach | lcnr | -117/+159 |
| 2025-08-22 | Region inference: Use outlives-static constraints in constraint search | Amanda Stjerna | -190/+258 |
| 2025-08-22 | Auto merge of #144689 - JonathanBrouwer:share_parse_path, r=jdonszelmann | bors | -366/+471 |
| 2025-08-22 | Migrate `BuiltinLintDiag::HiddenUnicodeCodepoints` to use `LintDiagnostic` di... | Josh Triplett | -126/+98 |
| 2025-08-22 | Remove unused `BuiltinLintDiag` variant `InnerAttributeUnstable` | Josh Triplett | -21/+0 |
| 2025-08-22 | Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directly | Josh Triplett | -21/+14 |
| 2025-08-22 | Migrate `BuiltinLintDiag::UnexpectedBuiltinCfg` to use `LintDiagnostic` directly | Josh Triplett | -26/+17 |
| 2025-08-22 | Refactor lint buffering to avoid requiring a giant enum | Josh Triplett | -83/+136 |
| 2025-08-22 | miri: also detect aliasing of in-place argument and return place | Ralf Jung | -7/+16 |
| 2025-08-22 | Auto merge of #145358 - Kobzol:symbol-name-sort, r=nnethercote | bors | -3/+20 |
| 2025-08-22 | Use the new attribute parser throughout the codebase | Jonathan Brouwer | -41/+71 |
| 2025-08-22 | Rewrite the new attribute parser | Jonathan Brouwer | -243/+303 |
| 2025-08-22 | Move validate_attr to `rustc_attr_parsing` | Jonathan Brouwer | -83/+98 |
| 2025-08-22 | address review comments | Deadbeef | -19/+14 |
| 2025-08-22 | don't print invalid labels with `r#` | Deadbeef | -2/+8 |
| 2025-08-22 | print raw lifetime idents with `r#` | Deadbeef | -48/+103 |
| 2025-08-22 | Auto merge of #145410 - cuviper:expand-stack, r=lqd | bors | -1/+2 |
| 2025-08-22 | Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_stru... | Camille Gillot | -8/+7 |
| 2025-08-21 | Correct comments. | Camille Gillot | -13/+12 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -58/+125 |
| 2025-08-21 | Rollup merge of #145712 - notJoon:fix/outdate-link, r=lqd | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145705 - folkertdev:prefetch-remove-as-cast, r=RalfJung | Jacob Pratt | -1/+1 |
| 2025-08-21 | Rollup merge of #145700 - nnethercote:fix-145696, r=lcnr | Jacob Pratt | -3/+3 |
| 2025-08-21 | Rollup merge of #145672 - compiler-errors:query-instab-ice, r=lcnr | Jacob Pratt | -9/+14 |
| 2025-08-21 | Rollup merge of #145604 - compiler-errors:static-closure, r=fmease | Jacob Pratt | -2/+7 |
| 2025-08-21 | Rollup merge of #145507 - jdonszelmann:refactor-attr-parsing, r=davidtwco | Jacob Pratt | -787/+754 |
| 2025-08-21 | Rollup merge of #144780 - bjorn3:mir_build_debug, r=matthewjasper | Jacob Pratt | -0/+37 |
| 2025-08-21 | Rollup merge of #144613 - pantsman0:nintendo_switch_cpu_features, r=wesleywiser | Jacob Pratt | -1/+1 |
| 2025-08-21 | Introduce Reborrow lang item and trait | Aapo Alasuutari | -1/+5 |
| 2025-08-21 | Introduce reborrow unstable feature | Aapo Alasuutari | -0/+1 |
| 2025-08-21 | Promote aarch64-pc-windows-msvc to Tier 1 | Daniel Paoliello | -1/+1 |