rust/src/test
Huon Wilson f3d88c320d lint: dead_code ignores items with leading underscores.
This generalises the behaviour with struct fields (which recieve no
dead_code warning if they have a leading _), and other similar lints, to
all items, e.g. `fn _foo() {} fn main() {}` has no warnings.
2014-08-10 22:49:41 +10:00
..
auxiliary Rename Share to Sync 2014-08-07 08:54:38 -07:00
bench Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #16350 : hirschenberger/rust/issue-15917, r=alexcrichton 2014-08-09 19:56:21 +00:00
compile-fail-fulldeps test: Try to fix a failing snapshot test 2014-07-15 14:00:37 -07:00
debuginfo Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
pretty Rename Share to Sync 2014-08-07 08:54:38 -07:00
run-fail Remove obsolete stack growth tests 2014-08-04 21:52:57 -07:00
run-make auto merge of #16359 : epdtry/rust/mono-item-dedup-foreign, r=alexcrichton 2014-08-09 23:26:18 +00:00
run-pass lint: dead_code ignores items with leading underscores. 2014-08-10 22:49:41 +10:00
run-pass-fulldeps syntax: add support for quoting arms 2014-07-29 16:01:36 -07:00