about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
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
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