summary refs log tree commit diff
path: root/src/test/run-pass/nullable-pointer-iotareduction.rs
AgeCommit message (Collapse)AuthorLines
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
(And fix some tests.)
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+1
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-25test: Clean out the test suite a bitAlex Crichton-16/+4
This updates a number of ignore-test tests, and removes a few completely outdated tests due to the feature being tested no longer being supported. This brings a number of bench/shootout tests up to date so they're compiling again. I make no claims to the performance of these benchmarks, it's just nice to not have bitrotted code. Closes #2604 Closes #9407
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-02-02Update/delete tests using @[].Huon Wilson-2/+0
2014-02-02test: Remove `@str` from the test suitePatrick Walton-1/+0
2013-11-28Register new snapshotsAlex Crichton-3/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+10
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-2/+0
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-3/+3
fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself.
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-04-22Add some tests for nullable-pointer enumsJed Davis-0/+87