about summary refs log tree commit diff
path: root/src/libstd/fmt
AgeCommit message (Expand)AuthorLines
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-6/+6
2014-02-15impl fmt::Pointer for &T and &mut TCorey Richardson-1/+11
2014-02-14Fix all code examplesAlex Crichton-6/+6
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-5/+5
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-77/+77
2014-02-06Remove std::conditionAlex Crichton-41/+24
2014-02-04Register new snapshotsAlex Crichton-5/+0
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-18/+9
2014-02-03std: Fixing all documentationAlex Crichton-6/+16
2014-02-03std: Remove io::io_errorAlex Crichton-86/+92
2014-02-02Remove the SNAP line to work around #11985.Huon Wilson-2/+2
2014-02-02std::fmt: prepare to convert the formatting traits to methods, and workHuon Wilson-0/+35
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-8/+27
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-1/+0
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-4/+4
2014-01-22Add LowerExp 'e' and UpperExp 'E' format traits/specifiersSiegeLord-0/+30
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-18Rename iterators for consistencyPalmer Cox-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+2
2014-01-08Remove the io::Decorator traitAlex Crichton-2/+1
2014-01-03Remove std::eitherAlex Crichton-22/+35
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-12-23Fixing more doc testsAlex Crichton-1/+1
2013-12-23std: Fix all code examplesAlex Crichton-15/+26
2013-12-15std: fix spelling in docs.Huon Wilson-3/+3
2013-12-11Make 'self lifetime illegal.Erik Price-65/+65
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-1/+1
2013-11-29Removed useless cmp::{min, max} reexports from the integer modulesMarvin Löbel-1/+1
2013-11-29Removed a few macro-expanding-to-module workaroundsMarvin Löbel-22/+17
2013-11-28Register new snapshotsAlex Crichton-10/+10
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-14/+14
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-2/+4
2013-11-11Move std::rt::io to std::ioAlex Crichton-5/+5
2013-11-05Clarify which errors are format string errorsAlex Crichton-15/+15
2013-10-23Removed unnecessary comments and white spaces as suggestedreedlepee-5/+3
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-14/+1
2013-10-23Making fields in std and extra : private #4386reedlepee-4/+18
2013-10-21std: Move sys::log_str to repr::repr_to_str. Further work on #2240.Brian Anderson-7/+3
2013-10-19std::fmt: fix markdown peculiarity, unicodify some arrows, ` some trait names.Huon Wilson-14/+14
2013-10-19auto merge of #9932 : alexcrichton/rust/better-fmt-errors, r=cmrbors-24/+27
2013-10-18Try to improve format! error messagesAlex Crichton-24/+27
2013-10-18Document traits and Default about format! betterAlex Crichton-3/+48
2013-10-17Register new snapshotsAlex Crichton-76/+0
2013-10-15Build a few extra features into format! parsingAlex Crichton-19/+135
2013-10-15Require module documentation with missing_docAlex Crichton-0/+6
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+5
2013-10-01remove the `float` typeDaniel Micay-2/+0
2013-10-01auto merge of #9644 : alexcrichton/rust/clarify, r=huonwbors-19/+42