rust/src/test
bors 8067d03679 auto merge of #15726 : aturon/rust/macro-stability, r=alexcrichton
This small patch causes the stability lint to bail out when traversing
any AST produced via a macro expansion. Ultimately, we would like to
lint the contents of the macro at the place where the macro is defined,
but regardless we should not be linting it at the use site.

Closes #15703
2014-07-18 06:11:24 +00:00
..
auxiliary stability lint: ignore code from macro expansion 2014-07-16 13:53:06 -07:00
bench Rename functions in the CloneableVector trait 2014-07-17 16:35:48 +02:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #15726 : aturon/rust/macro-stability, r=alexcrichton 2014-07-18 06:11:24 +00:00
compile-fail-fulldeps test: Try to fix a failing snapshot test 2014-07-15 14:00:37 -07:00
debuginfo librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
pretty librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
run-fail Deprecate str::from_byte 2014-07-15 19:55:19 +02:00
run-make Deprecate str::from_utf8_lossy 2014-07-15 19:55:21 +02:00
run-pass auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton 2014-07-18 03:46:23 +00:00
run-pass-fulldeps librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00