| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -22/+0 | |
| 2018-07-10 | Fix typo in error message E0277 | Rémy Rakic | -1/+1 | |
| 2018-06-19 | Update message for `!Sized` types | Esteban Küber | -1/+1 | |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -1/+1 | |
| 2016-10-24 | adapt existing tests | Tim Neumann | -7/+0 | |
| 2016-04-05 | improve the printing of substs and trait-refs | Ariel Ben-Yehuda | -2/+2 | |
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -2/+2 | |
| suggest adding a where-clause when there is an unmet trait-bound that can be satisfied if some type can implement it. | ||||
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -2/+2 | |
| 2015-01-07 | markers -> marker | Nick Cameron | -2/+2 | |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -2/+2 | |
| [breaking-change] | ||||
| 2015-01-06 | Fallout | Nick Cameron | -5/+5 | |
| 2014-12-02 | Correct various compile-fail tests. Most of the changes are because we | Niko Matsakis | -6/+14 | |
| now don't print duplicate errors within one context, so I sometimes had to break functions into two functions. | ||||
| 2014-09-15 | Update error messages in compile-fail tests | Niko Matsakis | -2/+9 | |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -1/+1 | |
| closes #13367 [breaking-change] Use `Sized?` to indicate a dynamically sized type parameter or trait (used to be `type`). E.g., ``` trait Tr for Sized? {} fn foo<Sized? X: Share>(x: X) {} ``` | ||||
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+1 | |
| 2013-05-30 | Add simple tests for Sized | Ben Blum | -0/+14 | |
