summary refs log tree commit diff
path: root/src/test/run-pass/deriving-zero.rs
AgeCommit message (Expand)AuthorLines
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