about summary refs log tree commit diff
path: root/src/test/run-pass/ifmt.rs
AgeCommit message (Expand)AuthorLines
2014-11-18std: Stabilize std::fmtAlex Crichton-50/+50
2014-11-18implement Writer for Vec<u8>Daniel Micay-6/+4
2014-10-16Remove libdebug and update tests.Luqman Aden-10/+3
2014-10-02tests: remove uses of Gc.Eduard Burtescu-2/+0
2014-09-11Fix bug in padding unicode, #17105.Ahmed Charles-0/+8
2014-09-04Center alignment for fmtwickerwaka-0/+5
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+1
2014-06-30Add `impl Show for &Show`Alex Crichton-0/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-14/+14
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+2
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-17/+3
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-17/+3
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-5/+5
2014-05-13test: Ignore a pretty expanded failing testAlex Crichton-0/+2
2014-05-13Touch up and rebase previous commitsAlex Crichton-2/+1
2014-05-13compiletest: Test `--pretty expanded`klutzy-0/+1
2014-05-13test: Add missing `#![feature(managed_boxes)]`klutzy-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-05-05log: Logger receiveis a LogRecordSean McArthur-1/+5
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-3/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-3/+3
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-1/+0
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-2/+2
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-02-28syntax: Expand format!() deterministicallyAlex Crichton-0/+16
2014-02-22Decouple integer formatting from std::num::strconvBrendan Zabarauskas-99/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-2/+2
2014-02-03rpass: Remove io_error usageAlex Crichton-5/+10
2014-02-02test: Remove `@str` from the test suitePatrick Walton-2/+0
2014-01-22Add some tests for the exponential notationSiegeLord-1/+9
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2014-01-08Remove the io::Decorator traitAlex Crichton-3/+2
2013-11-26std: Remove unused attributesklutzy-1/+0
2013-11-11Move std::rt::io to std::ioAlex Crichton-4/+4
2013-10-15Build a few extra features into format! parsingAlex Crichton-0/+3
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+1
2013-10-01remove the `float` typeDaniel Micay-6/+4