about summary refs log tree commit diff
path: root/src/test/run-pass/syntax-extension-fmt.rs
AgeCommit message (Expand)AuthorLines
2013-10-18Remove the fmt! syntax extensionAlex Crichton-282/+0
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+6
2013-08-17Fix warnings it testsErick Tryzelaar-11/+11
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-07-29Added %p directive to fmt!, which expects *T as argumentDo Nhat Minh-0/+11
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-2/+2
2013-06-22Fix compiling empty fmt! stringsAlex Crichton-0/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-7/+7
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-7/+7
2013-03-15Clonify some of run-passBen Striegel-2/+2
2013-03-11Remove uses of logBrian Anderson-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-7/+7
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More run-pass test fixesPatrick Walton-3/+3
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+0
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-171/+171
2012-08-08Fix number-peek code in fmt!, close #1610.Graydon Hoare-0/+2
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-170/+170
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-172/+172
2012-06-02Add more #fmt float testsBrian Anderson-0/+9
2012-06-02(float) fix some rounding errors when showing as strKevin Cantu-2/+2
2012-06-01core: Fix handling of 0-padded floats with precision in #fmtBrian Anderson-1/+5
2012-02-21core: Fix to_str_exact for floats with no decimal componentBrian Anderson-0/+1
2012-01-21core: Shuffle around a #fmt testBrian Anderson-0/+6
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-2/+2
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-2/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-12-07Change literal representation to not truncateMarijn Haverbeke-2/+1
2011-12-02Disable a test that's failing on 32-bit due to imprecise literal handlingMarijn Haverbeke-1/+2
2011-11-10Add float support to #fmt. Fix #1014.Josh Matthews-0/+14
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-1/+1
2011-09-02Reformat. Issue #855Brian Anderson-151/+151
2011-09-01Make #fmt and #ifmt synonymous. Issue #855Brian Anderson-149/+149
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-2/+2
2011-08-30Add #ifmt extension, like #fmt but for istrs. Issue #855Brian Anderson-153/+153
2011-08-20ReformatBrian Anderson-150/+150
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-2/+0
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-0/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+3
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-3/+3
2011-06-24Make a test compile faster.Paul Stansifer-3/+26
2011-06-21rustc: Remove unused slice call from extfmt. Closes #532Brian Anderson-0/+3
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-186/+185
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-2/+2
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0