about summary refs log tree commit diff
path: root/src/libcore/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-51/+91
2015-01-17Register new snapshots.Eduard Burtescu-23/+0
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-10core: rm unused lifetime.Huon Wilson-0/+23
2015-01-08Improvements to feature stagingBrian Anderson-10/+10
2015-01-08Add missing module stability attributesAaron Turon-0/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-4/+4
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-33/+6
2015-01-07std: Tweak String implementationsAlex Crichton-55/+6
2015-01-07use slicing sugarJorge Aparicio-4/+4
2015-01-07register new snapshotsJorge Aparicio-40/+0
2015-01-07Register new snapshotsAlex Crichton-42/+0
2015-01-06More test fixesAlex Crichton-6/+42
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-3/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-18/+121
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07falloutNick Cameron-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-18/+121
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+4
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-4/+4
2015-01-06FalloutNick Cameron-4/+4
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-1/+4
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-8/+8
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-4/+20
2015-01-02Ensure that, for every trait `Foo`, the predicate `Foo : Foo` holds.Niko Matsakis-3/+0
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-38/+33
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-3/+3
2014-12-31core: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-30Register new snapshotsAlex Crichton-85/+0
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+86
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-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