about summary refs log tree commit diff
path: root/src/libstd/unit.rs
AgeCommit message (Expand)AuthorLines
2014-12-18std: Remove public bool,tuple,unit modulesAlex Crichton-0/+45
2014-05-07core: Inherit the unit moduleAlex Crichton-52/+0
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-4/+1
2014-02-13Add some missing Show implementations in libstdBrendan Zabarauskas-0/+7
2014-02-08Fix unused import warnings.OGINO Masanori-0/+1
2014-02-07Cleaned up imports per coding standards.chromatic-1/+1
2014-02-07Removed prelude::* from libstd files.chromatic-1/+2
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-10/+0
2013-11-01Reordered the methods in std::Option and std::ResultMarvin Löbel-5/+1
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