| Age | Commit message (Expand) | Author | Lines |
| 2024-04-14 | Merge `WithNumNodes` into DirectedGraph | Maybe Waffle | -2/+0 |
| 2024-04-14 | Consolidate two copies of ty_kind_suggestion | Michael Goulet | -63/+2 |
| 2024-04-13 | Auto merge of #122603 - estebank:clone-o-rama, r=lcnr | bors | -62/+481 |
| 2024-04-12 | review comments | Esteban Küber | -8/+36 |
| 2024-04-12 | Better account for more cases involving closures | Esteban Küber | -14/+36 |
| 2024-04-12 | Fix rebase | Esteban Küber | -2/+2 |
| 2024-04-12 | Rollup merge of #123599 - matthiaskrgr:rm, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-04-11 | Rollup merge of #123523 - estebank:issue-123414, r=BoxyUwU | Matthias Krüger | -35/+54 |
| 2024-04-11 | remove some things that do not need to be | Matthias Krüger | -1/+1 |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -2/+13 |
| 2024-04-11 | Account for move error in the spread operator on struct literals | Esteban Küber | -11/+107 |
| 2024-04-11 | Better account for `FnOnce` in move errors | Esteban Küber | -7/+72 |
| 2024-04-11 | Account for assign binops in clone suggestions | Esteban Küber | -2/+32 |
| 2024-04-11 | When possible, suggest cloning the result of a call instead of an argument | Esteban Küber | -13/+92 |
| 2024-04-11 | Do not recomment cloning explicit `&mut` expressions | Esteban Küber | -0/+5 |
| 2024-04-11 | Fix accuracy of `T: Clone` check in suggestion | Esteban Küber | -0/+1 |
| 2024-04-11 | Remove unnecessary argument from `suggest_cloning` | Esteban Küber | -21/+9 |
| 2024-04-11 | Silence redundant clone suggestion | Esteban Küber | -0/+5 |
| 2024-04-11 | More move error suggestions to clone | Esteban Küber | -0/+4 |
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -0/+10 |
| 2024-04-11 | Account for unops when suggesting cloning | Esteban Küber | -19/+24 |
| 2024-04-11 | Suggest `.clone()` when moved while borrowed | Esteban Küber | -17/+56 |
| 2024-04-11 | Account for `.clone()` when suggesting `<T as Clone>::clone` | Esteban Küber | -2/+33 |
| 2024-04-11 | Slightly more readable NLL/constraint graph dumps | Amanda Stjerna | -6/+38 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -26/+70 |
| 2024-04-11 | Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebank | bors | -4/+153 |
| 2024-04-10 | Handle more cases of "values to suggest" given a type | Esteban Küber | -3/+16 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -18/+51 |
| 2024-04-10 | Use trait solver to answer questions instead of manually writing a trait solver | Oli Scherer | -79/+22 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -10/+8 |
| 2024-04-08 | Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnr | bors | -8/+23 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -8/+5 |
| 2024-04-08 | Eagerly check for accidentally registered region constraints instead of waiti... | Oli Scherer | -0/+6 |
| 2024-04-08 | Pass list of defineable opaque types into canonical queries | Oli Scherer | -0/+12 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+2 |
| 2024-04-06 | Account for trait/impl difference when suggesting changing argument from ref ... | Esteban Küber | -35/+54 |
| 2024-04-05 | Provide suggestion to dereference closure tail if appropriate | Esteban Küber | -4/+210 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -2/+2 |
| 2024-03-30 | Stop calling visitors V | Michael Goulet | -3/+12 |
| 2024-03-29 | Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb | Matthias Krüger | -16/+15 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -10/+9 |
| 2024-03-28 | and few more | klensy | -16/+15 |
| 2024-03-28 | Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err... | bors | -181/+253 |
| 2024-03-28 | simplify check_unique | Ali MJ Al-Nasrawy | -70/+25 |
| 2024-03-28 | reject external lifetimes as invalid arguments | Ali MJ Al-Nasrawy | -4/+10 |
| 2024-03-28 | rework opaque types region inference | Ali MJ Al-Nasrawy | -87/+72 |
| 2024-03-28 | convert all named regions in opaque types to nll vars | Ali MJ Al-Nasrawy | -0/+16 |