about summary refs log tree commit diff
path: root/src/libstd/fmt.rs
AgeCommit message (Expand)AuthorLines
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
2014-05-28std: Remove format_strbuf!()Alex Crichton-7/+0
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-19/+31
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-12/+12
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-8/+8
2014-05-15core: Update all tests for fmt movementAlex Crichton-2/+10
2014-05-15std: Fix float testsAlex Crichton-3/+0
2014-05-15std: Delegate some integer formatting to core::fmtAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-15core: Inherit the std::fmt moduleAlex Crichton-0/+583