summary refs log tree commit diff
path: root/src/libstd/unit.rs
AgeCommit message (Collapse)AuthorLines
2013-09-12std: Add a bunch of Default implsErick Tryzelaar-5/+6
2013-08-26Add a Default trait.Corey Richardson-0/+5
2013-08-14Methodyfied the string ascii extionsion functionsMarvin Löbel-0/+54
Added into_owned() method for vectors Added DoubleEnded Iterator impl to Option Renamed nil.rs to unit.rs