| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -45/+0 | |
| 2022-08-27 | Revert "Remove deferred sized checks" | Michael Goulet | -0/+6 | |
| This reverts commit 33212bf7f527798a8cfa2bbb38781742f4ca718a. | ||||
| 2022-08-16 | Remove deferred sized checks | Michael Goulet | -3/+0 | |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-07 | remove `#[rustc_error]` from ui/ tests that remain compile-fail tests. | Felix S. Klock II | -2/+2 | |
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -9/+0 | |
| 2017-07-05 | `rustc_on_unimplemented` supports referring to trait | Esteban Küber | -0/+61 | |
| Add support to `rustc_on_unimplemented` to reference the full path of the annotated trait. For the following code: ```rust pub mod Bar { #[rustc_on_unimplemented = "test error `{Self}` with `{Bar}` `{Baz}` `{Quux}` in `{Foo}`"] pub trait Foo<Bar, Baz, Quux> {} } ``` the error message will be: ``` test error `std::string::String` with `u8` `_` `u32` in `Bar::Foo` ``` | ||||
