| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -2/+2 | |
| 2014-11-05 | Fix tests | Jorge Aparicio | -2/+2 | |
| 2014-11-03 | Fix error message in compile-fail test | Jorge Aparicio | -1/+2 | |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 | |
| This is part of the ongoing renaming of the equality traits. See #12517 for more details. All code using Eq/Ord will temporarily need to move to Partial{Eq,Ord} or the Total{Eq,Ord} traits. The Total traits will soon be renamed to {Eq,Ord}. cc #12517 [breaking-change] | ||||
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -0/+24 | |
| This unfortunately changes an error like error: mismatched types: expected `&&NotClone` but found `&NotClone` into error: type `NotClone` does not implement any method in scope named `clone` | ||||
