| Age | Commit message (Expand) | Author | Lines |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -4/+4 |
| 2023-12-04 | Provide more suggestions for cloning immutable bindings | Esteban Küber | -9/+95 |
| 2023-12-04 | Mark more tests as `run-rustfix` | Esteban Küber | -1/+9 |
| 2023-12-04 | Suggest cloning and point out obligation errors on move error | Esteban Küber | -17/+91 |
| 2023-12-04 | Tweak `.clone()` suggestion to work in more cases | Esteban Küber | -8/+8 |
| 2023-11-28 | Fix a typo in a `format_args!` note | Josh Stone | -2/+2 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -169/+169 |
| 2023-11-21 | Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errors | Nilstrieb | -0/+58 |
| 2023-11-20 | Fix early param lifetimes in generic_const_exprs | ouz-a | -0/+58 |
| 2023-11-12 | Note about object lifetime defaults in does not live long enough error | Nilstrieb | -0/+4 |
| 2023-11-02 | Don't check for alias bounds in liveness when aliases have escaping bound vars | Michael Goulet | -0/+55 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -0/+195 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -353/+138 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -5/+5 |
| 2023-10-17 | Flesh out tests more | Michael Goulet | -7/+128 |
| 2023-10-14 | Consider static specially | Michael Goulet | -0/+28 |
| 2023-10-14 | Consider param-env candidates, too | Michael Goulet | -0/+20 |
| 2023-10-14 | Consider alias bounds when considering lliveness for alias types in NLL | Michael Goulet | -0/+26 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+1 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -76/+1 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -5/+5 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -5/+5 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -5/+6 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -3/+3 |
| 2023-09-11 | Auto merge of #115308 - chenyukang:yukang-fix-62387-iter-mut, r=davidtwco | bors | -0/+233 |
| 2023-09-06 | Rollup merge of #114511 - chenyukang:yukang-fix-114374-fmt-args, r=b-naber | Matthias Krüger | -0/+49 |
| 2023-09-07 | suggest iter_mut() where trying to modify elements from .iter() | yukang | -0/+233 |
| 2023-08-23 | Suggest mutable borrow on read only for-loop that should be mutable | Esteban Küber | -0/+76 |
| 2023-08-23 | Remove the unhelpful let binding diag comes from FormatArguments | yukang | -0/+49 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -24/+24 |
| 2023-07-28 | Account for macros when suggesting a new let binding | Esteban Küber | -1/+5 |
| 2023-07-14 | fix the issue of shorthand in suggest_cloning | yukang | -3/+4 |
| 2023-07-14 | use maybe_body_owned_by for closure | yukang | -0/+84 |
| 2023-07-10 | Don't use method span on clone suggestion | Michael Goulet | -2/+45 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -198/+161 |
| 2023-06-06 | Rollup merge of #112019 - jieyouxu:issue-111554, r=compiler-errors | Matthias Krüger | -0/+57 |
| 2023-05-29 | Don't suggest changing {ImmRef,MutRef} implicit self to be mutable | 许杰友 Jieyou Xu (Joe) | -0/+57 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -1/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -16/+11 |
| 2023-05-21 | Tweak the post-order for multi-successor blocks | Scott McMurray | -1/+1 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -1/+1 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -2/+2 |
| 2023-05-14 | Erase ReError properly | Michael Goulet | -0/+47 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+4 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -26/+26 |
| 2023-05-08 | Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillot | Dylan DPC | -0/+54 |
| 2023-05-05 | tweak "make mut" spans (No. 3) | Ezra Shaw | -19/+19 |
| 2023-05-05 | tweak "make mut" spans when assigning to locals | Ezra Shaw | -7/+7 |
| 2023-04-30 | Leave promoteds untainted by errors when borrowck fails | Tomasz Miąsko | -0/+26 |
| 2023-04-25 | Fix lifetime suggestion for type aliases with objects in them | Michael Goulet | -0/+54 |