about summary refs log tree commit diff
path: root/src/libstd/fmt.rs
AgeCommit message (Expand)AuthorLines
2015-02-07Make std::fmt a simple re-export from collectionsKeegan McAllister-414/+0
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-23/+1
2015-02-02register snapshotsJorge Aparicio-4/+0
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-8/+8
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-4/+3
2015-01-30Remove all `i` suffixesTobias Bucher-8/+8
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-8/+6
2015-01-26Fallout of io => old_ioAlex Crichton-8/+6
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-13/+14
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-3/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-13/+14
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-1/+1
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-1/+1
2015-01-17Evaluate # fn in docsSteve Klabnik-9/+2
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06More test fixesAlex Crichton-3/+3
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-7/+29
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-18/+5
2014-12-30Register new snapshotsAlex Crichton-27/+0
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-25/+36
2014-12-08core: remove the dead function fmt::argumentstr.Eduard Burtescu-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-11-26More test fixes and rebase conflicts!Alex Crichton-99/+108
2014-11-26/*! -> //!Steve Klabnik-386/+382
2014-11-25remove deprecated stuff from std::fmt docsSteve Klabnik-22/+17
2014-11-18std: Stabilize std::fmtAlex Crichton-22/+17
2014-11-18implement Writer for Vec<u8>Daniel Micay-5/+6
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-05Register snapshots.Eduard Burtescu-16/+0
2014-11-02core: Replace secret formatting functions with UFCS versionsJorge Aparicio-0/+6
2014-10-16Remove libdebug and update tests.Luqman Aden-9/+2
2014-09-04Center alignment for fmtwickerwaka-1/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-2/+0
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-15Fix errorsAdolfo OchagavĂ­a-4/+1
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-25Fix wrong type name: IoError<()> -> IoResult<()>Alexei Sholik-1/+1
2014-06-25Fix a typo in fmt.rsAlexei Sholik-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-10/+10
2014-06-18std: Remove dual export of `Show`Alex Crichton-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-82/+4
2014-06-02docs: Stop using `notrust`Florian Gilcher-6/+6
2014-05-30Register new snapshotsAlex Crichton-40/+0