summary refs log tree commit diff
path: root/src/libstd/unit.rs
AgeCommit message (Collapse)AuthorLines
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-5/+1
Cleaned up the source in a few places Renamed `map_move` to `map`, removed other `map` methods Added `as_ref` and `as_mut` adapters to `Result` Added `fmt::Default` impl
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