about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-10/+10
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-10/+10
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-8/+8
2014-09-24Remove unused enum variantsJakub Wieczorek-46/+9
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-2/+2
2014-09-17doc: Cleanup.Jonas Hietala-2/+2
2014-09-16Register new snapshotsAlex Crichton-7/+0
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-12auto merge of #17159 : brson/rust/snaps, r=alexcrichtonbors-61/+0
2014-09-11Fix bug in padding unicode, #17105.Ahmed Charles-2/+2
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