about summary refs log tree commit diff
path: root/src/test/run-pass/ifmt.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-323/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2019-05-29Update run-pass test suite to use dynmemoryruins-1/+1
2019-03-30Fix more testsFabian Drinck-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2017-12-19Always print floats with a decimal point with the Debug formatterDiggory Blake-2/+2
2017-09-21Less confusing placeholder when RefCell is exclusively borrowedDavid Tolnay-0/+12
2017-03-15Change how the 0 flag works in format! for floatsPiotr Jawniak-0/+12
2017-03-15Change how the `0` flag works in format!Piotr Jawniak-0/+16
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+0
2016-10-12Stabilise `?`Nick Cameron-1/+0
2016-07-23Fix run-pass/ifmt testTobias Bucher-3/+3
2016-07-21Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...bors-1/+2
2016-07-14format: add tests for ergonomic format_args!Wang Xuerui-0/+33
2016-07-06feat: reinterpret `precision` field for stringsEvgeny Safronov-1/+2
2016-03-23Make warnings of renamed and removed lints themselves lintsBrian Anderson-1/+1
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-2/+2
2015-09-29Add `fmt::Debug` string escape testsSimon Mazur-0/+4
2015-06-10Have std::fmt::Formatter implement std::fmt::Write.Simon Sapin-1/+1
2015-06-10Add a write_char method to std::fmt::Formatter.Simon Sapin-0/+9
2015-04-23Rollup merge of #24688 - SimonSapin:fmt-write-char, r=alexcrichtonManish Goregaokar-1/+3
2015-04-22Add a test for std::fmt::Write::write_charSimon Sapin-1/+3
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2015-04-12Make Debug include the - in -0.0Robin Kruppe-1/+7
2015-04-09fmt: Assume that we'll only ever see 32 or 64 bit pointersRicho Healey-2/+1
2015-04-09test: Unignore test for fixed issue #20676Richo Healey-3/+2
2015-04-09fmt: {:p#} formats pointers padded to native widthRicho Healey-0/+8
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-03-01Add import of usize (fixup #22901)Manish Goregaokar-0/+1
2015-02-28ifmt - Add a basic test for {:p} getting truncatedJohn Hodge-0/+7
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-6/+6
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-31Kill more `isize`sTobias Bucher-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-12/+12
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-12/+12
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-12/+12
2015-01-17Add allow(unstable) to more testsBrian Anderson-0/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+2
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2015-01-07std: Tweak String implementationsAlex Crichton-1/+1
2015-01-06More test fixesAlex Crichton-2/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+8
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+0
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-1/+3
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-12/+12