| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-20 | Flesh out some TODOs | Michael Goulet | -1/+3 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -0/+1 |
| 2024-09-20 | Resolve RTN for TyKind::Path ending in (..) | Michael Goulet | -7/+26 |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -11/+17 |
| 2024-09-16 | Introduce distinct error codes for precise capturing | Michael Goulet | -3/+4 |
| 2024-09-16 | Do precise capturing arg validation in resolve | Michael Goulet | -7/+39 |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -11/+17 |
| 2024-09-12 | Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkov | Matthias Krüger | -128/+129 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -9/+7 |
| 2024-09-12 | Introduce `'ra` lifetime name. | Nicholas Nethercote | -128/+129 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -9/+7 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-06 | elided_named_lifetimes: unify lint def & pass MissingLifetimeKind | Pavel Grigorenko | -4/+10 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -2/+2 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -1/+1 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -12/+67 |
| 2024-08-19 | Don't consider RibKind::Module's bindings when checking generics shadowing | Michael Goulet | -3/+3 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -11/+9 |
| 2024-08-08 | Auto merge of #128550 - compiler-errors:shadowed-params-perf, r=petrochenkov | bors | -96/+105 |
| 2024-08-07 | make `import.vis` is not mutable | bohan | -1/+2 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -11/+9 |
| 2024-08-02 | Only walk ribs to collect possibly shadowed params if we are adding params in... | Michael Goulet | -96/+105 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -10/+10 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -9/+12 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -1/+5 |
| 2024-07-18 | Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnr | bors | -22/+56 |
| 2024-07-07 | Remove `HasSpan` trait. | Nicholas Nethercote | -1/+1 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -0/+1 |