about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-1/+20
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-49/+46
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-5/+5
2014-12-31core: unbox closures used in let bindingsJorge Aparicio-3/+3
2014-12-30Register new snapshotsAlex Crichton-94/+0
2014-12-30Fallout from mut slicesNick Cameron-2/+2
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+93
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-5/+5
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-1/+1
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-1/+1
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