about summary refs log tree commit diff
path: root/src/libcore/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+7
2015-01-25Add a missing fmt::Debug impl lintSteven Fackler-0/+1
2015-01-25Auto merge of #21582 - FlaPer87:rollup, r=brsonbors-0/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-50/+93
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-3/+3
2015-01-24Spellfix for Debug traitPyfisch-2/+2
2015-01-23grandfathered -> rust1Brian Anderson-8/+8
2015-01-23Set unstable feature names appropriatelyBrian Anderson-29/+29
2015-01-22Add `#[rustc_on_unimplemented]` annotations to more traitsP1start-0/+4
2015-01-21Remove 'since' from unstable attributesBrian Anderson-29/+29
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-38/+62
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