| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | Introduce assoc_parent | Cameron Steffen | -14/+7 |
| 2025-07-28 | Remove TraitAlias from trait_of_item | Cameron Steffen | -1/+1 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -12/+12 |
| 2025-07-28 | use let chains in hir, lint, mir | Kivooeo | -12/+12 |
| 2025-07-28 | Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr... | Matthias Krüger | -1/+4 |
| 2025-07-27 | Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errors | bors | -9/+38 |
| 2025-07-26 | Use the new attributes throughout the codebase | Jonathan Brouwer | -1/+4 |
| 2025-07-26 | Rollup merge of #144412 - camsteffen:localkey-cell-refactors, r=petrochenkov | Trevor Gross | -3/+3 |
| 2025-07-25 | Pre-intern some `TyKind::Bound` values. | Nicholas Nethercote | -1/+30 |
| 2025-07-25 | Tweak bound region pre-interning. | Nicholas Nethercote | -8/+8 |
| 2025-07-24 | Use LocalKey<Cell> methods more | Cameron Steffen | -3/+3 |
| 2025-07-24 | Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkov | León Orell Valerian Liehr | -0/+14 |
| 2025-07-24 | Rollup merge of #143374 - cjgillot:bare-extern-crate-map, r=petrochenkov | León Orell Valerian Liehr | -2/+5 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -1/+2 |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -2/+14 |
| 2025-07-23 | properly use caller-side panic location for some GenericArgs methods | Ralf Jung | -5/+12 |
| 2025-07-22 | Unquerify extern_mod_stmt_cnum. | Camille GILLOT | -2/+5 |
| 2025-07-22 | Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov | Matthias Krüger | -2/+0 |
| 2025-07-21 | Ensure we codegen and don't internalize the entrypoint | Ben Kimock | -0/+14 |
| 2025-07-20 | Rollup merge of #144216 - Nadrieril:revert-pin-hack, r=compiler-errors | Jacob Pratt | -16/+0 |
| 2025-07-20 | Don't consider unstable fields always-inhabited | Nadrieril | -16/+0 |
| 2025-07-20 | Unquerify maybe_unused_trait_imports. | Camille GILLOT | -2/+0 |
| 2025-07-20 | Rollup merge of #144148 - compiler-errors:async-print-hack, r=lqd | Matthias Krüger | -25/+1 |
| 2025-07-18 | Remove pretty print hack for async blocks | Michael Goulet | -25/+1 |
| 2025-07-18 | Auto merge of #143845 - cjgillot:stability-query, r=jieyouxu | bors | -5/+1 |
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -1/+19 |
| 2025-07-17 | Retire stability_index query. | Camille GILLOT | -5/+1 |
| 2025-07-17 | Auto merge of #141762 - compiler-errors:witnesser, r=lcnr | bors | -11/+7 |
| 2025-07-17 | Eagerly unify coroutine witness in old solver | Michael Goulet | -11/+7 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -1/+1 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -1/+1 |
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -0/+12 |
| 2025-07-17 | Use `join_path_syms` in one more place. | Nicholas Nethercote | -1/+1 |
| 2025-07-16 | resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` | Vadim Petrochenkov | -3/+1 |
| 2025-07-15 | Add alias for ArgOutlivesPredicate | Michael Goulet | -7/+8 |
| 2025-07-15 | Deduce outlives obligations from WF of coroutine interior types | Michael Goulet | -0/+11 |
| 2025-07-15 | Add outlives to CoroutineWitnessTypes | Michael Goulet | -0/+6 |
| 2025-07-15 | Implement other logics | tiif | -0/+5 |
| 2025-07-15 | Add the core logic in old and new solvers | tiif | -0/+7 |
| 2025-07-15 | Define datastructures for `#[cfg]` attribute, move StrippedCfgItem | Jonathan Brouwer | -3/+2 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -2/+2 |
| 2025-07-13 | Generalize TyCtxt::item_name. | Camille GILLOT | -5/+9 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -0/+10 |
| 2025-07-12 | Clean up implementation of RPITIT assoc item lowering | Michael Goulet | -21/+23 |
| 2025-07-13 | query RPITIT in a trait or impl | bohan | -2/+23 |
| 2025-07-12 | Port `#[automatically_derived]` to the new attribute parsing infrastructure | Jonathan Brouwer | -2/+2 |
| 2025-07-11 | Rollup merge of #143716 - workingjubilee:document-some-codegen-backend-stuff,... | Matthias Krüger | -8/+6 |
| 2025-07-11 | Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmann | Matthias Krüger | -11/+8 |
| 2025-07-10 | Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errors | Trevor Gross | -2/+4 |
| 2025-07-10 | Properly track the depth when expanding free alias types | León Orell Valerian Liehr | -2/+4 |