| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -25/+0 | |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -3/+3 | |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -1/+1 | |
| Fixes #76267 When there is a single applicable method candidate, but its trait bounds are not satisfied, we avoid saying that the method is "not found". Insted, we update the error message to directly mention which bounds are not satisfied, rather than mentioning them in a note. | ||||
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -4/+0 | |
| 2020-02-28 | Ignore output for some platforms with diverging test output | Esteban Küber | -0/+4 | |
| Get around #53081. | ||||
| 2020-02-28 | Reduce vebosity of E0599 | Esteban Küber | -4/+0 | |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -0/+4 | |
| Point at the intermediary unfullfilled trait bounds. | ||||
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+35 | |
