about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2014-12-21std: Stabilize the std::str moduleAlex Crichton-2/+15
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-24/+10
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-33/+35
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-3/+3
2014-12-13libcore: use unboxed closures in `float_to_str_bytes_common`Jorge Aparicio-3/+6
2014-12-13libcore: use unboxed closures in `Formatter` methodsJorge Aparicio-5/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+22
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-3/+4
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-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-30/+30
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-3/+3
2014-11-25/** -> ///Steve Klabnik-30/+30
2014-11-25Fallout from stabilizationAaron Turon-3/+3
2014-11-23rollup merge of #19184: Gekkio/fix-binary-format-charJakub Bukaj-1/+1
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-1/+2
2014-11-21Fix std::fmt::Binary format char in docsJoonas Javanainen-1/+1
2014-11-18std: Stabilize std::fmtAlex Crichton-84/+72
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+11
2014-11-17Fix fallout from coercion removalNick Cameron-4/+4
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-4/+4
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-3/+3
2014-11-13Deprecate Num, Unsigned and PrimitiveBrendan Zabarauskas-7/+8
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-7/+7
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-4/+4
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