summary refs log tree commit diff
path: root/src/libcollections/fmt.rs
AgeCommit message (Expand)AuthorLines
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-9/+11
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-9/+11
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+1
2015-06-30fmt: Update docs and mention :#? pretty-printingUlrik Sverdrup-22/+23
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+1
2015-05-28remove references to IoResultSteve Klabnik-2/+2
2015-05-19fmt.rs: add note about lack of padding support for some typesParker Moore-0/+4
2015-04-30Clarify intention wrt integersSteve Klabnik-1/+1
2015-04-24Whoops, please tidySteve Klabnik-9/+9
2015-04-24Add examples by @pnkfelix to fmt precisionSteve Klabnik-5/+62
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-4/+4
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-4/+4
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-2/+0
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-2/+0
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-2/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-20Update reference to old_io in fmt docsMatt Brubeck-1/+1
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-1/+1
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