| Age | Commit message (Expand) | Author | Lines |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -3/+2 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -3/+2 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -5/+5 |
| 2025-02-11 | Explain that in paths generics can't be set on both the enum and the variant | Esteban Küber | -3/+4 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -75/+75 |
| 2025-01-31 | Don't export `rustc_hir_analysis::collect`. | Nicholas Nethercote | -7/+7 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -7/+7 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -6/+5 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -3/+3 |
| 2025-01-23 | Semantic changes from new hir representation | Boxy | -21/+4 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -6/+6 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -6/+11 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -2/+2 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -2/+2 |
| 2025-01-02 | Suppress type param suggestion if encountering invalid const infer | Michael Goulet | -17/+45 |
| 2025-01-02 | nit: Make get_infer_ret_ty name more consistent with is_suggestable_infer_ty | Michael Goulet | -1/+1 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -43/+2 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-14 | Rollup merge of #134259 - compiler-errors:infer-ret-ty, r=dtolnay | Matthias Krüger | -85/+94 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -1/+10 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -1/+10 |
| 2024-12-14 | Rollup merge of #134256 - krtab:suggestion_overlapping, r=petrochenkov | Matthias Krüger | -3/+4 |
| 2024-12-13 | Clean up infer_return_ty_for_fn_sig | Michael Goulet | -85/+94 |
| 2024-12-13 | Use a more precise span in placeholder_type_error_diag | Arthur Carcano | -3/+4 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -9/+10 |
| 2024-12-10 | Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errors | León Orell Valerian Liehr | -2/+14 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -2/+14 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -3/+4 |
| 2024-12-03 | Don't try and handle unfed `type_of` on anon consts | Boxy | -3/+2 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -4/+4 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -4/+4 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -1/+2 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+1 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -1/+9 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -0/+8 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -1/+1 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -1/+22 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -1/+1 |
| 2024-11-03 | compiler: Directly use rustc_abi in hir_{analysis,typeck} | Jubilee Young | -5/+5 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -4/+13 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -1/+1 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -4/+6 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -1/+1 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -0/+2 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -2/+2 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -100/+4 |
| 2024-10-04 | Remove stray fixmes. | Camille GILLOT | -3/+0 |