rust/src/test
klutzy 0350d8e6d0 test: Add missing #![feature(managed_boxes)]
The tests use managed boxes, but are not perfectly feature-gated because
they use `@` inside macros. (It causes issue after `--pretty expanded`.)
2014-05-13 17:24:08 -07:00
..
auxiliary Allow blocks in const expressions 2014-05-13 17:24:07 -07:00
bench shootout-nbody improvement 2014-05-12 19:52:29 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Allow blocks in const expressions 2014-05-13 17:24:07 -07:00
compile-fail-fulldeps test: Add a compile-fail-fulldeps test suite 2014-04-28 17:31:43 -07:00
debuginfo core: Remove the cast module 2014-05-11 01:13:02 -07:00
pretty librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
run-fail core: Remove the cast module 2014-05-11 01:13:02 -07:00
run-make Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
run-pass test: Add missing #![feature(managed_boxes)] 2014-05-13 17:24:08 -07:00
run-pass-fulldeps syntax: implement ToSource for more things in the quasiquoter. 2014-05-02 22:54:55 +10:00