rust/src/test
bors ad3bd1b46d Auto merge of #29726 - petrochenkov:privsan, r=alexcrichton
- Check privacy sanity in all blocks, not only function bodies
- Check all fields, not only named
- Check all impl items, not only methods
- Check default impls
- Move the sanity check in the beginning of privacy checking, so others could rely on it

Technically it's a [breaking-change], but I expect no breakage because, well, it's *sane* privacy visitor, if code is broken it must be insane by definition!
2015-11-11 00:25:08 +00:00
..
auxiliary Auto merge of #29582 - oli-obk:token_tree, r=sfackler 2015-11-06 21:11:06 +00: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 #29726 - petrochenkov:privsan, r=alexcrichton 2015-11-11 00:25:08 +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 syntax: Merge parsing code for structures and variants 2015-11-09 18:43:32 +03:00
pretty Changes to tests 2015-09-17 12:16:46 +12:00
run-fail Move test file to run-fail, since it does an unwrap 2015-10-28 18:48:49 -04:00
run-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
run-make Preserve public static items across LTO 2015-11-06 05:04:43 -05:00
run-pass Auto merge of #29726 - petrochenkov:privsan, r=alexcrichton 2015-11-11 00:25:08 +00:00
run-pass-fulldeps std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
run-pass-valgrind valgrind: update suppressions and move interesting tests 2015-11-08 13:36:36 -05:00
rustdoc librustdoc: ignore lint warnings when compiling documentation 2015-11-02 23:44:53 +00:00