about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2014-09-10Register snapshotsBrian Anderson-61/+0
2014-09-09Optimize for the most common cases of `format!`Piotr Czarnecki-6/+52
2014-09-09Decouple string and argument piecesPiotr Czarnecki-1/+72
2014-09-04Center alignment for fmtwickerwaka-7/+18
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+3
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-3/+3
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-7/+12
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-3/+3
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-3/+3
2014-08-11Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN a...nham-3/+4
2014-08-08Register new snapshot 12e0f72Niko Matsakis-10/+0
2014-08-06Use byte literals in libcorenham-18/+18
2014-08-04Clarify Argument docs.Steve Klabnik-3/+3
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-2/+4
2014-07-26auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brsonbors-0/+1
2014-07-25rustdoc: Hide impls for #[doc(hidden)] traitsAlex Crichton-0/+1
2014-07-25Fix assert messageRandati-1/+1
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-4/+12
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-30Add `impl Show for &Show`Alex Crichton-0/+3
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-305/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-7/+7
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-29/+29
2014-06-15Register new snapshotsAlex Crichton-10/+0
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-131/+12
2014-06-12auto merge of #14811 : forticulous/rust/refcell-show, r=alexcrichtonbors-1/+14
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-131/+12
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-3/+3
2014-06-05std: Recreate a `collections` moduleAlex Crichton-6/+0
2014-06-01rustdoc: Fix some more broken linksAlex Crichton-3/+27
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-7/+7
2014-05-29std: Recreate a `rand` moduleAlex Crichton-14/+13
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
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-118/+120
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-32/+57
2014-05-15std: Fix float testsAlex Crichton-27/+1
2014-05-15core: Implement f32/f64 formattingAlex Crichton-0/+362