about summary refs log tree commit diff
path: root/src/libstd/fmt/num.rs
AgeCommit message (Expand)AuthorLines
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-472/+0
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-0/+2
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+1
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+2
2014-04-20Fix spelling mistakes in documentation and code.Joseph Crail-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-115/+116
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-22/+22
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-10/+10
2014-04-01rand: bubble up IO messages futher.Huon Wilson-10/+10
2014-03-31std: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-02-22Decouple integer formatting from std::num::strconvBrendan Zabarauskas-0/+467