| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | Fix ICE when opaque captures a duplicated/invalid lifetime | Michael Goulet | -2/+2 |
| 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 | review comments: rewordings | Esteban Küber | -1/+1 |
| 2024-12-09 | Detect `struct S(ty = val);` | Esteban Küber | -8/+36 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -23/+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 |
| 2024-11-28 | Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=Amanieu | Guillaume Gomez | -1/+6 |
| 2024-11-26 | Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errors | Guillaume Gomez | -15/+3 |
| 2024-11-26 | Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillot | bors | -34/+25 |
| 2024-11-25 | Remove dead code stemming from the old effects desugaring (II) | León Orell Valerian Liehr | -15/+3 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -34/+25 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -6/+36 |
| 2024-11-24 | add guard pattern AST node | Max Niederman | -0/+2 |
| 2024-11-25 | Fix clobber_abi in RV32E and RV64E inline assembly | Taiki Endo | -1/+6 |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -9/+37 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -6/+36 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+1 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -48/+60 |
| 2024-11-16 | Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwU | bors | -3/+97 |
| 2024-11-16 | Fix ICE when passing DefId-creating args to legacy_const_generics. | Luca Versari | -3/+97 |
| 2024-11-15 | Fix span edition for 2024 RPIT coming from an external macro | Eric Huss | -1/+1 |
| 2024-11-10 | Stabilize Arm64EC inline assembly | Taiki Endo | -0/+1 |
| 2024-11-08 | Stabilize s390x inline assembly | Taiki Endo | -0/+1 |
| 2024-11-07 | Remove unused intercrate dependencies | clubby789 | -1/+0 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -3/+3 |
| 2024-10-30 | Review comments. | Camille GILLOT | -151/+0 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -246/+9 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -12/+13 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -12/+13 |
| 2024-10-28 | more consistent debug_assertions | Adwin White | -15/+32 |
| 2024-10-28 | Add duplicate lowering check | Adwin White | -38/+38 |