| Age | Commit message (Expand) | Author | Lines |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -7/+28 |
| 2025-02-03 | Desugars contract into the internal AST extensions | Felix S. Klock II | -84/+79 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -5/+142 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -23/+25 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -5/+87 |
| 2025-02-01 | Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` | Zalathar | -4/+4 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -7/+28 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -11/+28 |
| 2025-01-29 | show supported register classes | Folkert de Vries | -4/+10 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -2/+2 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -6/+11 |
| 2025-01-23 | Semantic changes from new hir representation | Boxy | -1/+1 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -20/+36 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -4/+7 |
| 2025-01-22 | Enforce that all spans are lowered in ast lowering | Oli Scherer | -32/+36 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -1/+1 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -7/+32 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -3/+7 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -2/+2 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -36/+83 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -2/+3 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -24/+44 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -19/+39 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -6/+6 |
| 2025-01-02 | Unconditionally lower generic_arg_infer | Michael Goulet | -6/+3 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -2/+2 |
| 2024-12-31 | add guard patterns to HIR and implement lowering | Max Niederman | -2/+3 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -21/+10 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -1/+8 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -22/+28 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -3/+3 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -4/+25 |
| 2024-12-13 | Keep track of patterns that could have introduced a binding, but didn't | Esteban Küber | -1/+8 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+15 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -0/+8 |
| 2024-12-12 | Lower AST and resolve lifetimes for unsafe binder types | Michael Goulet | -0/+7 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -1/+1 |
| 2024-12-09 | Detect `struct S(ty = val);` | Esteban Küber | -8/+33 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -19/+9 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -0/+2 |
| 2024-12-03 | Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er... | Matthias Krüger | -1/+2 |
| 2024-12-03 | Use correct `hir_id` for array const arg infers | Boxy | -1/+2 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -5/+3 |
| 2024-12-02 | Deduplicate some matches that always panic in one arm | Oli Scherer | -4/+2 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -3/+3 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -22/+12 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -22/+12 |
| 2024-11-28 | Auto merge of #133468 - lcnr:uwu4, r=BoxyUwU | bors | -128/+74 |
| 2024-11-28 | ast_lowering: rm separate `def_id_parent` | lcnr | -96/+62 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -32/+12 |