| Age | Commit message (Expand) | Author | Lines |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -11/+17 |
| 2024-09-16 | Rollup merge of #130033 - compiler-errors:foreign-fn-types, r=BoxyUwU | Matthias Krüger | -24/+25 |
| 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 | -9/+46 |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -11/+17 |
| 2024-09-13 | Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwU | bors | -50/+114 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -16/+14 |
| 2024-09-12 | Fix anon const def-creation when macros are involved | Noah Lev | -44/+110 |
| 2024-09-12 | Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkov | Matthias Krüger | -470/+481 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -111/+99 |
| 2024-09-12 | Introduce `'ra` lifetime name. | Nicholas Nethercote | -470/+481 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -26/+18 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -85/+81 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -3/+3 |
| 2024-09-07 | Don't call fn_arg_names for non-fn in resolver | Michael Goulet | -24/+25 |
| 2024-09-06 | elided_named_lifetimes: unify lint def & pass MissingLifetimeKind | Pavel Grigorenko | -4/+10 |
| 2024-09-02 | Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead | Matthias Krüger | -5/+5 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -5/+5 |
| 2024-09-01 | Replace walk with visit so we dont skip outermost expr kind in def collector | Michael Goulet | -1/+1 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -53/+65 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -53/+65 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -14/+76 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_resolve`. | Nicholas Nethercote | -0/+1 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -0/+1 |
| 2024-08-26 | mv `build_reduced_graph_for_external_crate_res` into Resolver | bohan | -68/+71 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -7/+9 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-08-21 | Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie... | Matthias Krüger | -2/+2 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -1/+1 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -2/+2 |
| 2024-08-20 | Rollup merge of #129270 - compiler-errors:inner-generics-shadowing, r=petroch... | Matthias Krüger | -3/+3 |
| 2024-08-20 | skip updating when external binding is existed | bohan | -5/+13 |
| 2024-08-19 | Don't consider RibKind::Module's bindings when checking generics shadowing | Michael Goulet | -3/+3 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -7/+9 |
| 2024-08-11 | Rollup merge of #128875 - bvanjoi:cleanup-import-used, r=petrochenkov | Matthias Krüger | -15/+16 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -23/+20 |
| 2024-08-10 | rm `import.used` | bohan | -15/+16 |
| 2024-08-08 | rm `declared_features` field in resolver | bohan | -6/+2 |
| 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 | -63/+129 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -23/+20 |
| 2024-08-04 | docs(resolve): more explain about `target` | bohan | -0/+1 |
| 2024-08-02 | Only walk ribs to collect possibly shadowed params if we are adding params in... | Michael Goulet | -96/+105 |
| 2024-07-31 | Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkov | Matthias Krüger | -7/+5 |
| 2024-07-31 | Rollup merge of #128151 - estebank:missing-extern-crate, r=petrochenkov | Matthias Krüger | -4/+13 |
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -7/+5 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -4/+13 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -10/+10 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -149/+163 |
| 2024-07-26 | Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errors | Trevor Gross | -2/+5 |