about summary refs log tree commit diff
path: root/src/libcore/fmt/rt.rs
AgeCommit message (Expand)AuthorLines
2015-01-17Register new snapshots.Eduard Burtescu-9/+0
2015-01-10core: rm unused lifetime.Huon Wilson-0/+9
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-6/+6
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-14/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+13
2014-11-18std: Stabilize std::fmtAlex Crichton-0/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+5
2014-09-16Register new snapshotsAlex Crichton-7/+0
2014-09-09Decouple string and argument piecesPiotr Czarnecki-1/+1
2014-09-04Center alignment for fmtwickerwaka-0/+2
2014-06-15Register new snapshotsAlex Crichton-5/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-36/+4
2014-06-01rustdoc: Fix some more broken linksAlex Crichton-3/+27
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+91