| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -0/+127 |
| 2024-03-13 | Detect calls to `.clone()` on `T: !Clone` types on borrowck errors | Esteban Küber | -0/+127 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -23/+23 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -23/+23 |
| 2024-03-10 | Fix invalid compiletest directives in tests | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-03-01 | Rollup merge of #120646 - clubby789:uninit-destructuring-sugg, r=michaelwoeri... | Matthias Krüger | -1/+49 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -40/+40 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -151/+151 |
| 2024-02-16 | Rollup merge of #121020 - oli-obk:diagnostics_ice, r=davidtwco | Guillaume Gomez | -0/+34 |
| 2024-02-14 | Fix two UI tests with incorrect directive / invalid revision | 许杰友 Jieyou Xu (Joe) | -1/+19 |
| 2024-02-13 | Avoid an ICE in diagnostics | Oli Scherer | -0/+34 |
| 2024-02-06 | Fix incorrect suggestion for uninitialize binding in destructuring pattern | clubby789 | -1/+49 |
| 2024-01-16 | borrowck: wf-check fn item args | Ali MJ Al-Nasrawy | -0/+127 |
| 2024-01-15 | Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errors | Matthias Krüger | -15/+4 |
| 2024-01-13 | Make InferCtxtExt::could_impl_trait less messed up | Michael Goulet | -27/+54 |
| 2024-01-11 | Keep error types around, even in obligations. | Oli Scherer | -15/+4 |
| 2024-01-09 | Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper | bors | -4/+15 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -4/+15 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -54/+183 |
| 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 |