summary refs log tree commit diff
path: root/src/libcollections/fmt.rs
AgeCommit message (Expand)AuthorLines
2015-04-25Update reference to old_io in fmt docsMatt Brubeck-1/+1
2015-04-25Whoops, please tidySteve Klabnik-9/+9
2015-04-25Add examples by @pnkfelix to fmt precisionSteve Klabnik-5/+62
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-4/+4
2015-03-30Document the effect of `#` on array formattingMatt Brubeck-6/+6
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-3/+4
2015-03-19Document {:.*}Steve Klabnik-5/+12
2015-03-19Small formatting fixes to fmt.rsSteve Klabnik-22/+23
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-12/+0
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-01Addresses rust-lang/rust#22646Leonids Maslovs-1/+1
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-1/+1
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