| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -2/+2 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -2/+2 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -21/+91 |
| 2022-03-29 | Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPC | Dylan DPC | -2/+7 |
| 2022-03-28 | Suggest function borrow ignoring needs_note | Michael Goulet | -2/+6 |
| 2022-03-28 | drive-by: move Copy bound suggestion to its own function | Michael Goulet | -60/+65 |
| 2022-03-28 | Add suggestion to borrow opaque Fn and FnMut instead of move | Michael Goulet | -13/+90 |
| 2022-03-28 | diagnostics: do not suggest `map.iter_mut()()` | Michael Howell | -2/+7 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -21/+91 |
| 2022-03-19 | diagnostics: do not give Option::as_ref suggestion for complex match | Michael Howell | -5/+19 |
| 2022-03-17 | Rollup merge of #94698 - WaffleLapkin:simplify-copy-suggestions, r=estebank | Dylan DPC | -80/+55 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -9/+9 |
| 2022-03-10 | Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco | bors | -7/+7 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -183/+195 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -7/+7 |
| 2022-03-07 | Remove redundant code from copy-suggestions | Maybe Waffle | -80/+55 |
| 2022-03-06 | Erase regions when checking for missing Copy predicates | Michael Goulet | -2/+10 |
| 2022-03-03 | Tweak move error | Esteban Kuber | -183/+195 |
| 2022-03-03 | Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank | Dylan DPC | -1/+62 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -26/+26 |
| 2022-03-01 | Suggest adding `Copy` bound when Adt is moved out | Maybe Waffle | -1/+62 |
| 2022-02-27 | 3 - Make more use of let_chains | Caio | -43/+32 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -69/+74 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -8/+4 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -27/+49 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -45/+28 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -5/+4 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -8/+4 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -35/+16 |
| 2022-02-19 | Adopt let else in more places | est31 | -35/+16 |
| 2022-02-19 | Rollup merge of #94006 - pierwill:upvar-field, r=nikomatsakis | Matthias Krüger | -6/+16 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -12/+7 |
| 2022-02-16 | Use a `Field` in `ConstraintCategory::ClosureUpvar` | pierwill | -6/+16 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -12/+7 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -29/+27 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -20/+20 |
| 2022-02-12 | Handle Fn family trait call errror | Deadbeef | -2/+2 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -1/+3 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -107/+37 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -12/+2 |
| 2022-02-11 | implement tainted_by_errors in mir borrowck | Michael Goulet | -41/+37 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -87/+21 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -87/+21 |
| 2022-02-10 | Remove further usage of `&hir::Map` | Frank Steffahn | -2/+2 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -21/+87 |
| 2022-02-02 | Rollup merge of #93590 - est31:let_else, r=lcnr | Matthias Krüger | -72/+65 |
| 2022-02-02 | Rollup merge of #93221 - alyssaverkade:fix-93093, r=wesleywiser | Matthias Krüger | -6/+26 |
| 2022-02-02 | More let_else adoptions | est31 | -72/+65 |
| 2022-01-22 | [borrowck] Fix help on mutating &self in async fns | Alyssa Verkade | -6/+26 |