about summary refs log tree commit diff
path: root/src/libcore/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-25/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-7/+7
2014-06-15Register new snapshotsAlex Crichton-5/+0
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-95/+8
2014-06-12auto merge of #14811 : forticulous/rust/refcell-show, r=alexcrichtonbors-1/+14
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-95/+8
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-6/+0
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-3/+0
2014-06-10Show impl for Ref & RefMutfort-1/+14
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-6/+0
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+0
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-3/+5
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-18auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmrbors-4/+32
2014-05-17core: Document FormatWriter and allow `write!`Alex Crichton-4/+32
2014-05-17Register new snapshotsAlex Crichton-4/+0
2014-05-15core: Update all tests for fmt movementAlex Crichton-28/+45
2014-05-15std: Fix float testsAlex Crichton-27/+1
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+843