| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -128/+0 | |
| 2021-09-30 | add regression test for issue 89119 | Rémy Rakic | -0/+60 | |
| 2021-02-09 | Organize trait test files | Bram van den Heuvel | -170/+0 | |
| 2019-11-24 | fixup! Add negative tests where the diagnostic message would be wrong | Timo Freiberg | -4/+16 | |
| 2019-11-24 | Add version mismatch help message for unimplemented trait | Timo Freiberg | -7/+6 | |
| Issue #22750 The error reporting for E0277 (the trait `X` is not implemented for `Foo`) now checks whether `Foo` implements a trait with the same path as `X`, which probably means that the programmer wanted to actually use only one version of the trait `X` instead of the two. | ||||
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+194 | |
| 2019-05-20 | Update tests. | Alexander Regueiro | -3/+0 | |
| 2019-01-10 | new trait alias tests | Niko Matsakis | -0/+3 | |
| Co-authored-by: Alexander Regueiro <alexreg@me.com> | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -30/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+63 | |
