rust/src/test
bors 747d951e88 Auto merge of #29014 - petrochenkov:stability, r=brson
Stricter checking of stability attributes + enforcement of their invariants at compile time
(+ removed dead file librustc_front/attr.rs)
I intended to enforce use of `reason` for unstable items as well (it normally presents for new items), but it turned out too intrusive, many older unstable items don't have `reason`s.

r? @aturon 
I'm studying how stability works and do some refactoring along the way, so it's probably not the last PR.
2015-10-16 17:47:01 +00:00
..
auxiliary Refactor attr::Stability 2015-10-13 06:01:31 +03:00
bench Remove unnecessary parentheses around range expressions 2015-10-14 21:43:05 -04:00
codegen Set proper alignment on constants 2015-10-10 01:15:36 +02:00
compile-fail Auto merge of #29014 - petrochenkov:stability, r=brson 2015-10-16 17:47:01 +00:00
compile-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
debuginfo Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
parse-fail Test and gate empty structures and variants better 2015-10-13 15:19:20 +03:00
pretty Changes to tests 2015-09-17 12:16:46 +12:00
run-fail typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
run-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
run-make Update the comments for Win64 ABI in tests. 2015-10-15 01:07:22 -04:00
run-pass Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix 2015-10-15 03:26:48 +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 Miscellaneous cleanup for old issues. 2015-09-20 11:37:08 +01:00