| Age | Commit message (Expand) | Author | Lines |
| 2025-02-08 | Rustfmt | bjorn3 | -9/+8 |
| 2025-02-06 | Rollup merge of #136219 - yotamofek:pr/hir-cleanup, r=compiler-errors | Matthias Krüger | -56/+36 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+2 |
| 2025-02-04 | Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnr | Matthias Krüger | -1/+20 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -0/+2 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -1/+20 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -1/+40 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -5/+2 |
| 2025-01-28 | rustc_hir: remove some uneeded refs and derefs | Yotam Ofek | -12/+12 |
| 2025-01-28 | rustc_hir: flatten nested `if`s | Yotam Ofek | -14/+12 |
| 2025-01-28 | rustc_hir: fix typo in comment | Yotam Ofek | -1/+1 |
| 2025-01-28 | rustc_hir: don't open-code `Iterator::eq` | Yotam Ofek | -4/+1 |
| 2025-01-28 | rustc_hir: use box patterns to flatten some nested pattern matches | Yotam Ofek | -24/+9 |
| 2025-01-28 | rustc_hir: replace `is_empty()`+indexing with `first()` | Yotam Ofek | -1/+1 |
| 2025-01-24 | rustc_hir: replace `debug_fn` with unstable `fmt::from_fn` | Yotam Ofek | -17/+7 |
| 2025-01-23 | make `hir::Ty/ConstArg` methods generic where applicable | Boxy | -10/+20 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -1/+1 |
| 2025-01-23 | Bless and add tests | Boxy | -0/+3 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -34/+133 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -6/+7 |
| 2025-01-17 | Auto merge of #135329 - oli-obk:push-sytltwnzxlrq, r=Noratrieb | bors | -2/+20 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -0/+11 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -2/+23 |
| 2025-01-10 | Stable Hash: Ignore all HirIds that just identify the node itself | Oli Scherer | -2/+20 |
| 2025-01-09 | Rollup merge of #128110 - veera-sivarajan:bugfix-80173, r=cjgillot | Matthias Krüger | -1/+13 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -4/+4 |
| 2025-01-08 | Exhaustively handle expressions in patterns | Oli Scherer | -2/+27 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -2/+5 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -11/+19 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -2/+10 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -11/+11 |
| 2025-01-02 | nit: Make get_infer_ret_ty name more consistent with is_suggestable_infer_ty | Michael Goulet | -1/+1 |
| 2025-01-01 | Rollup merge of #135000 - compiler-errors:opaque-captures-dupe, r=lqd | Matthias Krüger | -7/+9 |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -7/+9 |
| 2024-12-31 | add guard patterns to HIR and implement lowering | Max Niederman | -2/+5 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -15/+15 |
| 2024-12-21 | Suggest Semicolon in Incorrect Repeat Expressions | Veera | -1/+13 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -4/+9 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -2/+250 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -1/+14 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -0/+16 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -1/+14 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+2 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -2/+19 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -0/+16 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -3/+1 |
| 2024-12-12 | Fix tools | Michael Goulet | -1/+1 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -2/+11 |
| 2024-12-12 | Lower AST and resolve lifetimes for unsafe binder types | Michael Goulet | -0/+8 |