summary refs log tree commit diff
path: root/src/test/run-pass/deriving-zero.rs
AgeCommit message (Expand)AuthorLines
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-19/+42
2014-01-03test: De-`@mut` the test suitePatrick Walton-1/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-01remove the `float` typeDaniel Micay-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-09-12std: Remove Zero impl for OptionErick Tryzelaar-1/+0
2013-09-12std: Remove Zero impl from vecErick Tryzelaar-4/+3
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-1/+2
2013-08-26Fix deriving-zero testCorey Richardson-2/+0
2013-07-31Implement Zero for unitStepan Koltsov-0/+1
2013-07-24Implement std::num::Zero for boolBirunthan Mohanathas-0/+1
2013-06-14Implement a deriving(Zero) attributeAlex Crichton-0/+40