about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2015-01-27Auto merge of #21586 - pyfisch:patch-1, r=alexcrichtonbors-2/+2
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-7/+11
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-61/+106
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-7/+7
2015-01-24Spellfix for Debug traitPyfisch-2/+2
2015-01-23grandfathered -> rust1Brian Anderson-8/+8
2015-01-23Set unstable feature names appropriatelyBrian Anderson-33/+33
2015-01-22Add `#[rustc_on_unimplemented]` annotations to more traitsP1start-0/+4
2015-01-21Remove 'since' from unstable attributesBrian Anderson-33/+33
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-42/+70
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-60/+102
2015-01-17Register new snapshots.Eduard Burtescu-32/+0
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-3/+3
2015-01-10core: rm unused lifetime.Huon Wilson-0/+32
2015-01-08Improvements to feature stagingBrian Anderson-11/+11
2015-01-08Add missing module stability attributesAaron Turon-0/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-8/+7
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-8/+7
2015-01-07register new snapshotsJorge Aparicio-56/+0
2015-01-07Register new snapshotsAlex Crichton-58/+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-24/+165
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07falloutNick Cameron-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-24/+165
2015-01-07Replace full slice notation with index callsNick Cameron-6/+7
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-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-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-8/+8
2015-01-06FalloutNick Cameron-4/+4
2015-01-05Remove i suffix in docsSteve Klabnik-1/+1
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-4/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-16/+16
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-3/+3
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-2/+2
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