| Age | Commit message (Expand) | Author | Lines |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -2/+5 |
| 2021-05-04 | Auto merge of #84472 - Aaron1011:conservative-paramenv-and, r=lcnr | bors | -0/+55 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -1/+1 |
| 2021-05-01 | Add regression test | Aaron Hill | -0/+55 |
| 2021-04-25 | Rollup merge of #84499 - estebank:issue-84272, r=jackh726 | Dylan DPC | -0/+3 |
| 2021-04-23 | Tweak suggestion output | Esteban Küber | -0/+3 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -0/+40 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-18 | Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -0/+87 |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+87 |
| 2021-04-16 | Fix tests | Ryan Levick | -2/+5 |
| 2021-04-11 | Auto merge of #83806 - JohnTitor:issue-51446, r=estebank | bors | -0/+34 |
| 2021-04-08 | Rollup merge of #83689 - estebank:cool-bears-hot-tip, r=davidtwco | Dylan DPC | -11/+46 |
| 2021-04-06 | Point at `impl` and type defs introducing requirements on E0277 | Esteban Küber | -11/+46 |
| 2021-04-06 | Do not ICE when closure is involved in TAIT | Esteban Küber | -0/+36 |
| 2021-04-06 | Remove trailing `:` from E0119 message | Esteban Küber | -12/+12 |
| 2021-04-03 | Add a regression test for issue-51446 | Yuki Okushi | -0/+34 |
| 2021-04-01 | Add a suggestion when using a type alias instead of trait alias | Yuki Okushi | -0/+40 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -4/+4 |
| 2021-03-29 | Suggest box/pin/arc ing receiver on method calls | Esteban Küber | -8/+0 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -0/+76 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -20/+20 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -1/+1 |
| 2021-03-13 | Avoid sorting predicates by `DefId` | Aaron Hill | -1/+1 |
| 2021-03-06 | Move some tests to more suitable subdirs | Yuki Okushi | -0/+285 |
| 2021-02-17 | In some limited cases, suggest `where` bounds for non-type params | Esteban Küber | -0/+8 |
| 2021-02-09 | Organize trait test files | Bram van den Heuvel | -285/+285 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -4/+4 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+244 |
| 2021-01-21 | Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-Simulacrum | Yuki Okushi | -0/+31 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+134 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -17/+53 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+1 |
| 2020-12-29 | Add regr. test for mutual recursion | kadmin | -0/+31 |
| 2020-12-17 | Revert change to evaluation order | Matthew Jasper | -0/+39 |
| 2020-12-16 | Take into account negative impls in "trait item not found" suggestions | LeSeulArtichaut | -0/+113 |
| 2020-12-01 | Add regression test for #79458 | ThePuzzlemaker | -0/+25 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -4/+4 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+1 |
| 2020-11-16 | improve error message for const ty param mismatch | Bastian Kauschke | -2/+0 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -3/+3 |
| 2020-10-22 | Normalize when finding trait object candidates | Matthew Jasper | -0/+37 |
| 2020-10-21 | Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebank | Yuki Okushi | -2/+2 |
| 2020-10-20 | review comments | Esteban Küber | -9/+9 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -39/+66 |
| 2020-10-19 | don't assume trait ambiguity happens in `Self` | SNCPlay42 | -0/+84 |
| 2020-10-17 | Improve wording of "cannot multiply" type error | Camelid | -2/+2 |
| 2020-10-18 | Add test for issue-75983 | Yuki Okushi | -0/+17 |
| 2020-10-18 | Add test for issue-70944 | Yuki Okushi | -0/+23 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+5 |