| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
