| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | Fix non-existent-field ICE for generic fields. | Mara Bos | -4/+4 |
| 2021-02-02 | Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebank | Jack Huey | -12/+12 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -0/+1 |
| 2021-02-02 | Update ui tests (nll) | Jesus Rubio | -0/+1 |
| 2021-02-02 | Improve wording of suggestion about accessing field | Hirochika Matsumoto | -12/+12 |
| 2021-02-01 | Rollup merge of #81504 - matsujika:suggestion-field-access, r=estebank | Jonas Schievink | -0/+137 |
| 2021-01-31 | Rollup merge of #81480 - b-naber:nested_fields_suggestion, r=estebank | Jonas Schievink | -0/+165 |
| 2021-01-30 | add suggestion for nested fields | b-naber | -0/+165 |
| 2021-01-30 | Account for union | Hirochika Matsumoto | -4/+42 |
| 2021-01-30 | Fix test to check help message as well | Hirochika Matsumoto | -21/+16 |
| 2021-01-29 | Add rust-fix test | Hirochika Matsumoto | -3/+32 |
| 2021-01-29 | Add test for match expression | Hirochika Matsumoto | -1/+42 |
| 2021-01-29 | Suggest accessing field when code compiles with it | Hirochika Matsumoto | -0/+34 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -12/+12 |
| 2021-01-26 | Refine "remove semicolon" suggestion in trait selection | Ömer Sinan Ağacan | -0/+36 |
| 2021-01-17 | Force vec! to expressions only | Dániel Buga | -32/+0 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -30/+132 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -30/+132 |
| 2021-01-08 | Change wording of note | Aaron Hill | -1/+1 |
| 2021-01-08 | Explain method-call move errors in loops | Aaron Hill | -1/+7 |
| 2020-12-26 | update tests | Bastian Kauschke | -4/+4 |
| 2020-12-19 | Handle desugaring in impl trait bound suggestion | William Bain | -1/+89 |
| 2020-11-16 | Rollup merge of #79032 - lcnr:arg-count, r=varkor | Mara Bos | -4/+0 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -4/+0 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -23/+84 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -23/+57 |
| 2020-11-01 | Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov | bors | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -3/+3 |
| 2020-10-26 | Suggest calling associated `fn` inside `trait`s | Esteban Küber | -1/+1 |
| 2020-10-26 | Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPC | bors | -4/+186 |
| 2020-10-25 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -12/+7 |
| 2020-10-23 | Suggest semicolon removal and boxing when appropriate | Esteban Küber | -8/+15 |
| 2020-10-23 | Add more `.await` suggestions on E0308 | Esteban Küber | -9/+21 |
| 2020-10-23 | Add test case for different `impl Future`s | Esteban Küber | -3/+36 |
| 2020-10-23 | Account for possible boxable `impl Future` in semicolon removal suggestions | Esteban Küber | -4/+48 |
| 2020-10-23 | Suggest semicolon removal on prior match arm | Esteban Küber | -0/+85 |
| 2020-10-23 | Tweak "use `.await`" suggestion | Esteban Küber | -4/+5 |
| 2020-10-20 | review comments | Esteban Küber | -5/+5 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -25/+47 |
| 2020-10-19 | Auto merge of #77278 - camelid:use-correct-article, r=estebank | bors | -5/+5 |
| 2020-10-16 | Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnay | Dylan DPC | -3/+3 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -0/+3 |
| 2020-10-06 | Normalize projection bounds when considering candidates | Matthew Jasper | -21/+1 |
| 2020-10-06 | Check opaque types satisfy their bounds | Matthew Jasper | -2/+0 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -43/+4 |
| 2020-09-29 | Add article after "to" | Camelid | -5/+5 |
| 2020-09-28 | pretty.rs: Update Closure and Generator print | Aman Arora | -4/+4 |
| 2020-09-16 | Retry fix error reporting suggestions | Nathan West | -5/+20 |
| 2020-09-14 | Added updated compiler diagnostic | Nathan West | -20/+5 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -3/+3 |