about summary refs log tree commit diff
path: root/src/libstd/fmt.rs
AgeCommit message (Expand)AuthorLines
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