summary refs log tree commit diff
path: root/src/libcollections/fmt.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-4/+4
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-2/+2
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-2/+2
2015-02-13more int and cloned cleanup in collectionsAlexis-6/+6
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-1/+1
2015-02-07Make std::fmt a simple re-export from collectionsKeegan McAllister-9/+401
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+56