about summary refs log tree commit diff
path: root/src/test/run-pass/log-str.rs
AgeCommit message (Collapse)AuthorLines
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-19/+0
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2013-10-21std: Move sys::log_str to repr::repr_to_str. Further work on #2240.Brian Anderson-2/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-18fix 4 repr tests due to differences in spacing. r=burningtree.Graydon Hoare-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-20core: Demode sysBrian Anderson-1/+1
2012-09-13fix some of the broken tests (the ones that were doing the right thing)Niko Matsakis-2/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-2/+2
#2907.
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-18Use unboxed vecs for string shape glue.Michael Sullivan-1/+1
2012-06-12Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.Michael Sullivan-2/+2
2012-01-11add a log_str() function and allow '%?' in fmt strings to use itNiko Matsakis-0/+4