rust/src/test
Nick Cameron e9f1b06329 Use ast attributes every where (remove HIR attributes).
This could be a [breaking-change] if your lint or syntax extension (is that even possible?) uses HIR attributes or literals.
2015-09-16 10:57:06 +12:00
..
auxiliary Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
bench Shim some of the old std::simd functionality. 2015-08-17 14:48:43 -07:00
codegen Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
compile-fail Auto merge of #28406 - petrochenkov:primitive, r=eddyb 2015-09-15 11:35:11 +00:00
compile-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
debuginfo Revert "debuginfo: Bring back some GDB pretty printing autotests that are not actually broken." 2015-08-05 09:20:28 -07:00
parse-fail Auto merge of #28247 - christopherdumas:fix_28243, r=eddyb 2015-09-14 20:37:49 +00:00
pretty Add an intital HIR and lowering step 2015-09-03 10:02:36 +12:00
run-fail Add test for overflowing pow 2015-09-13 22:19:36 -04:00
run-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
run-make Use consistent terminology for byte string literals 2015-09-03 10:54:53 +03:00
run-pass Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb 2015-09-14 05:08:27 +00:00
run-pass-fulldeps Remove the Modifier and Decorator kinds of syntax extensions. 2015-09-01 13:16:03 +12:00
run-pass-valgrind Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
rustdoc Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichton 2015-08-25 01:10:55 +00:00
borrowck-loan-of-static-data-issue-27616.rs Treat loans of 'static data as extending to the end of the enclosing 2015-09-09 16:04:55 -04:00