about summary refs log tree commit diff
path: root/src/libcore/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-1/+1
2014-12-21std: Stabilize the std::str moduleAlex Crichton-1/+14
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-8/+10
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-7/+7
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-7/+7
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-13libcore: use unboxed closures in `Formatter` methodsJorge Aparicio-5/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-12-08core: make the public fmt API completely safe.Eduard Burtescu-28/+53
2014-12-08core: remove the dead function fmt::argumentstr.Eduard Burtescu-8/+0
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-12-04Make missing_doc lint check typedefsSteven Fackler-0/+1
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-3/+3
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-3/+3
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-21Fix std::fmt::Binary format char in docsJoonas Javanainen-1/+1
2014-11-18std: Stabilize std::fmtAlex Crichton-82/+67
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-3/+3
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-3/+3
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
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-1/+0
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-28Update code with new lint namesAaron Turon-2/+2
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-09-16Fallout from renamingAaron Turon-1/+1
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-0/+71
2014-09-04Center alignment for fmtwickerwaka-7/+16
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-1/+1
2014-08-11Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN a...nham-3/+4
2014-08-04Clarify Argument docs.Steve Klabnik-3/+3
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-2/+4
2014-06-30Add `impl Show for &Show`Alex Crichton-0/+3