| Age | Commit message (Expand) | Author | Lines |
| 2022-06-07 | Remove arg_matrix.rs, bless tests | Michael Goulet | -66/+10 |
| 2022-05-13 | Add regression test for #28935 | Yuki Okushi | -0/+9 |
| 2022-04-30 | Bless the UI tests | Scott McMurray | -10/+4 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -10/+66 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -3/+1 |
| 2022-02-08 | Rollup merge of #92715 - chordtoll:empty-string, r=davidtwco | Matthias Krüger | -2/+11 |
| 2022-01-16 | Only suggest char literal for single-character strings | chordtoll | -2/+11 |
| 2022-01-14 | Don't use source-map when detecting struct field shorthand | Michael Goulet | -1/+1 |
| 2022-01-04 | Auto merge of #92560 - matthiaskrgr:rollup-jeli7ip, r=matthiaskrgr | bors | -60/+0 |
| 2022-01-03 | Suggest changing quotes when str/char type mismatch | chordtoll | -0/+100 |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -60/+0 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -1/+1 |
| 2021-12-07 | Add test with multiple type params failing inference | Esteban Kuber | -12/+45 |
| 2021-12-07 | Refer to const params as "const params" and not "type params" | Esteban Kuber | -1/+1 |
| 2021-12-07 | Refer to uninferred `const` params by their name, instead of `{ _: _ }` | Esteban Kuber | -1/+1 |
| 2021-12-07 | Only shown relevant type params in E0283 label | Esteban Kuber | -1/+36 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -0/+9 |
| 2021-11-19 | Auto merge of #91033 - JohnTitor:rollup-sr9zg6o, r=JohnTitor | bors | -0/+162 |
| 2021-11-19 | Auto merge of #90329 - nbdd0121:typeck, r=nagisa | bors | -2/+75 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+162 |
| 2021-11-15 | Add regression test for issue 90320 | Gary Guo | -2/+75 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+38 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+15 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -2/+9 |
| 2021-10-15 | Bless tests | Cameron Steffen | -1/+1 |
| 2021-09-17 | Make diagnostics clearer for `?` operators | Yuki Okushi | -0/+22 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -6/+10 |
| 2021-08-14 | Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkov | bors | -0/+220 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -4/+4 |
| 2021-08-10 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+218 |
| 2021-08-03 | Do not suggest impl traits as type arguments | Yuki Okushi | -0/+51 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -0/+60 |
| 2021-07-18 | Remove impl_trait_in_bindings handling on inference error reporting | Santiago Pastorino | -38/+0 |
| 2021-07-02 | Add a regression test for issue-70703 | Yuki Okushi | -0/+26 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -2/+2 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -2/+2 |
| 2021-05-06 | Better rustc_on_unimplemented, and UI test fixes | Scott McMurray | -24/+20 |
| 2021-04-05 | Rollup merge of #81922 - magurotuna:issue81522, r=matthewjasper | Dylan DPC | -0/+31 |
| 2021-03-30 | Do not emit a suggestion that causes the E0632 error | JohnTitor | -0/+21 |
| 2021-03-24 | Add regression test to ensure `#[allow(unstable_name_collisions)]` works | Yusuke Tanaka | -0/+31 |
| 2021-02-25 | Rollup merge of #81713 - estebank:unstable-assoc-item-lint, r=oli-obk | Dylan DPC | -7/+28 |
| 2021-02-24 | Account for associated consts in the "unstable assoc item name colission" lint | Esteban Küber | -7/+28 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -9/+9 |
| 2021-01-10 | Tweak `?` inference error messages | William Bain | -8/+8 |
| 2021-01-10 | Note inference failures using `?` conversion | William Bain | -3/+68 |
| 2020-10-23 | Add regression test for issue-71732 | Yuki Okushi | -0/+36 |
| 2020-10-23 | Add a regression test for issue-72616 | Yuki Okushi | -0/+42 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -1/+1 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -7/+7 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -8/+8 |