| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Rollup merge of #138376 - nnethercote:hir-ItemKind-ident-precursors, r=compil... | Matthias Krüger | -10/+0 |
| 2025-03-12 | Remove unused `OwnerNode::ident` method. | Nicholas Nethercote | -10/+0 |
| 2025-03-12 | Introduce `sym::dummy` and `Ident::dummy`. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Error on `define_opaques` entries without any opaques actually referenced | Oli Scherer | -1/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -2/+7 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -1/+7 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -1/+7 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -1/+1 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -1/+1 |
| 2025-03-01 | Rollup merge of #137686 - nbdd0121:asm_const, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-28 | Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2025-02-27 | Clean up TypeckResults::extract_binding_mode | Maja Kądziołka | -0/+6 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -2/+2 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -1/+1 |
| 2025-02-24 | lower attr spans and inline some functions to hopefully mitigate perf regress... | Jana Dönszelmann | -1/+29 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -0/+1 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -0/+4 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -56/+107 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -4/+21 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -3/+3 |
| 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 |