rust/src/test
bors 43fd619819 auto merge of #17286 : vberger/rust/deprecated_in_macros, r=aturon
Closes #17185.

The stability lint will now check code generated by macro expansion. It will allow to detect :
- arguments passed to macros using deprecated (and others) items
- macro expansion generating code using deprecated items due to its arguments (hence the second commit, fixing such issue found in libcollections)

Checking is still done at expansion, but it will also detect a macro explicitly using a deprecated item in its definition.
2014-09-22 23:50:30 +00:00
..
auxiliary auto merge of #17286 : vberger/rust/deprecated_in_macros, r=aturon 2014-09-22 23:50:30 +00:00
bench auto merge of #17335 : TeXitoi/rust/relicense-shootout, r=brson 2014-09-18 03:20:39 +00:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #17286 : vberger/rust/deprecated_in_macros, r=aturon 2014-09-22 23:50:30 +00:00
compile-fail-fulldeps Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
debuginfo Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
pretty Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
run-fail Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
run-make Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
run-pass auto merge of #17419 : anchovieshat/rust/remove_no_opt, r=cmr 2014-09-21 21:45:28 +00:00
run-pass-fulldeps Test fixes from the rollup 2014-09-19 19:58:14 -07:00