| Age | Commit message (Expand) | Author | Lines |
| 2021-02-10 | Keep existing names of regions in placeholder_error | Matthew Jasper | -4/+4 |
| 2021-02-09 | Print closure signatures when reporting placeholder errors | Matthew Jasper | -6/+32 |
| 2021-02-09 | Report "nice" placeholder errors more often | Matthew Jasper | -73/+69 |
| 2021-02-09 | Avoid repeating self type in placeholder error | Matthew Jasper | -2/+18 |
| 2021-02-09 | Remove unnecessary note on errors | Matthew Jasper | -4/+0 |
| 2021-02-09 | Using tracing macros in placeholder_error.rs | Matthew Jasper | -21/+7 |
| 2021-02-09 | Use longer lifetime in `try_report_from_nll` return type | Matthew Jasper | -4/+4 |
| 2021-02-04 | tidy: Run tidy style against markdown files. | Eric Huss | -1/+0 |
| 2021-02-02 | Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebank | Jack Huey | -1/+1 |
| 2021-02-02 | Rollup merge of #80593 - jackh726:chalk-upgrade, r=nikomatsakis | Jack Huey | -8/+4 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -1/+6 |
| 2021-02-02 | Improve wording of suggestion about accessing field | Hirochika Matsumoto | -1/+1 |
| 2021-02-01 | Upgrade Chalk | Jack Huey | -8/+4 |
| 2021-02-01 | Rollup merge of #81504 - matsujika:suggestion-field-access, r=estebank | Jonas Schievink | -0/+48 |
| 2021-02-01 | Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkor | Jonas Schievink | -11/+11 |
| 2021-01-31 | Rustfmt | Hirochika Matsumoto | -1/+4 |
| 2021-01-31 | Fix prefix of debug log | Hirochika Matsumoto | -1/+1 |
| 2021-01-30 | Rename function to `suggest_accessing_field_where_appropriate` | Hirochika Matsumoto | -2/+2 |
| 2021-01-30 | Account for union | Hirochika Matsumoto | -1/+8 |
| 2021-01-30 | Remove logging iterator | Hirochika Matsumoto | -3/+0 |
| 2021-01-29 | Suggest accessing field when code compiles with it | Hirochika Matsumoto | -0/+41 |
| 2021-01-28 | Rename NLL* to Nll* accordingly to C-CASE | Hirochika Matsumoto | -11/+11 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -2/+1 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -2/+1 |
| 2021-01-18 | Add suggestion for impl_candidates with E0283 | Daiki Ihara | -1/+39 |
| 2021-01-16 | More review comments | Jack Huey | -4/+2 |
| 2021-01-16 | Review changes | Jack Huey | -21/+22 |
| 2021-01-16 | Cleanup | Jack Huey | -1/+1 |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -2/+1 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-13 | Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPC | bors | -12/+64 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -4/+5 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -4/+5 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -12/+64 |
| 2021-01-10 | Tweak `?` inference error messages | William Bain | -11/+8 |
| 2021-01-10 | Extract parent def handling for infer failure err | William Bain | -35/+20 |
| 2021-01-10 | Refactor `cannot infer ...` message rendering | William Bain | -145/+92 |
| 2021-01-10 | Note inference failures using `?` conversion | William Bain | -30/+168 |
| 2021-01-05 | Rollup merge of #80637 - LingMan:filter, r=oli-obk | Yuki Okushi | -19/+9 |
| 2021-01-03 | Use Option::filter instead of open-coding it | LingMan | -19/+9 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -1/+1 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2020-12-31 | FIx ICE on wf check for foreign fns | Yuki Okushi | -0/+8 |
| 2020-12-30 | Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor | Yuki Okushi | -2/+2 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -2/+2 |
| 2020-12-30 | Rollup merge of #80348 - matthiaskrgr:less_clones, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -17/+4 |
| 2020-12-24 | remove redundant clones (clippy::redundant_clone) | Matthias Krüger | -1/+1 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -17/+21 |
| 2020-12-20 | Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk | bors | -1/+13 |