about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-5/+5
2014-11-05Register snapshots.Eduard Burtescu-153/+0
2014-11-02core: Replace secret formatting functions with UFCS versionsJorge Aparicio-4/+132
2014-11-01collections: Remove all collections traitsAlex Crichton-6/+2
2014-10-31auto merge of #18431 : japaric/rust/show, r=alexcrichtonbors-28/+28
2014-10-30DSTify Show and all the other formatting traitsJorge Aparicio-28/+28
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-4/+4
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5
2014-10-28Update code with new lint namesAaron Turon-4/+4
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-10/+10
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