| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-21 | test: Fix fallout in tests | Alex Crichton | -3/+1 | |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -1/+2 | |
| here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test. | ||||
| 2014-09-15 | Update error messages in compile-fail tests | Niko Matsakis | -2/+2 | |
| 2014-08-17 | librustc: Allow trait bounds on structures and enumerations, and check | Patrick Walton | -0/+1 | |
| them during kind checking. This implements RFC #11. Closes #15759. | ||||
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+3 | |
| for `~str`/`~[]`. Note that `~self` still remains, since I forgot to add support for `Box<self>` before the snapshot. How to update your code: * Instead of `~EXPR`, you should write `box EXPR`. * Instead of `~TYPE`, you should write `Box<Type>`. * Instead of `~PATTERN`, you should write `box PATTERN`. [breaking-change] | ||||
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -4/+2 | |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+2 | |
| 2013-03-06 | Make object types not implement associated trait. Fixes #5087. | Niko Matsakis | -0/+17 | |
