rust/src/test
bors 9303055f37 Auto merge of #29903 - nikomatsakis:incr-comp-ool-items, r=mw,nrc
This PR moves items into a separate map stored in the krate, rather than storing them inline in the HIR. The HIR visitor is also modified to skip visiting nested items by default. The goal here is to ensure that if you get access to the HIR for one item, you don't automatically get access to a bunch of other items, for better dependency tracking.

r? @nrc
cc @eddyb
2015-11-19 01:01:30 +00:00
..
auxiliary Add missing annotations and some tests 2015-11-18 01:24:21 +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 ratchet down the recursion limit because, at least in my testing, 2015-11-18 19:23:29 -05:00
compile-fail-fulldeps libsyntax: Add more quasiquoting macros 2015-11-11 15:19:01 -05:00
debuginfo Remove the deprecated box(PLACE) syntax. 2015-09-24 18:00:08 +03:00
parse-fail Detect confusing unicode characters and show the alternative 2015-11-17 12:14:28 +05:30
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 Patch graphviz tests to account for the fact that nested items are not 2015-11-18 19:23:29 -05:00
run-pass Revert not-ignoring weird environment variables for MinGW 2015-11-18 14:09:54 +00:00
run-pass-fulldeps libsyntax: Add more quasiquoting macros 2015-11-11 15:19:01 -05:00
run-pass-valgrind valgrind: update suppressions and move interesting tests 2015-11-08 13:36:36 -05:00
rustdoc Add missing annotations and some tests 2015-11-18 01:24:21 +03:00