| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | resolve: Avoid some unstable iteration | Vadim Petrochenkov | -12/+12 |
| 2025-03-13 | Delegation: allow foreign fns `reuse` | Bryanskiy | -8/+23 |
| 2025-03-12 | Disentangle ForwardGenericParamBan and ConstParamTy ribs | Michael Goulet | -13/+29 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -17/+50 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -1/+1 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -1/+1 |
| 2025-03-06 | Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errors | Michael Goulet | -3/+15 |
| 2025-03-04 | Rollup merge of #137913 - compiler-errors:struct-field-default-generic, r=Box... | Jubilee | -1/+3 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -7/+11 |
| 2025-03-04 | Allow struct field default values to reference struct's generics | Michael Goulet | -1/+3 |
| 2025-03-03 | Provide more context on resolve error caused from incorrect RTN | Esteban Küber | -3/+15 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -14/+35 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -1/+1 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -14/+14 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -0/+15 |
| 2025-02-08 | Rustfmt | bjorn3 | -25/+39 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -1/+5 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -3/+3 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -7/+6 |
| 2025-01-21 | rustc_resolve: use `Iterator` combinators instead of `for` loops where applic... | Yotam Ofek | -26/+12 |
| 2025-01-21 | rustc_resolve: reduce rightwards drift with `let..else` 👉💨 | Yotam Ofek | -58/+59 |
| 2025-01-21 | rustc_resolve: flatten nested `if`s | Yotam Ofek | -37/+28 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -2/+2 |
| 2025-01-18 | Fix ICE in resolving associated items as non-bindings | Frank King | -3/+3 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -3/+4 |
| 2024-12-18 | chore: fix some typos | acceptacross | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -4/+36 |
| 2024-12-15 | Use `ErrorGuaranteed` more | Esteban Küber | -3/+8 |
| 2024-12-13 | Keep track of patterns that could have introduced a binding, but didn't | Esteban Küber | -3/+30 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -0/+22 |
| 2024-12-12 | Lower AST and resolve lifetimes for unsafe binder types | Michael Goulet | -0/+22 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -0/+7 |
| 2024-12-09 | review comments: rewordings | Esteban Küber | -1/+1 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -4/+23 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -2/+2 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -7/+6 |
| 2024-11-25 | Rollup merge of #133105 - bvanjoi:issue-132743, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -15/+17 |
| 2024-11-23 | only store valid proc marco item for doc link | bohan | -15/+17 |
| 2024-11-21 | Re-delay a resolve `bug` | Jieyou Xu | -3/+3 |
| 2024-11-14 | Move a call outside a loop. | Nicholas Nethercote | -1/+1 |
| 2024-10-30 | Review comments. | Camille GILLOT | -1/+1 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -39/+1 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -2/+2 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -5/+5 |
| 2024-10-18 | Fix #131471, range misleading field access | Falco Hirschenberger | -0/+1 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -2/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -41/+30 |
| 2024-09-22 | Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelid | bors | -2/+2 |
| 2024-09-21 | Handle macro calls in anon const def creation take 2 | Boxy | -2/+2 |