rust/src/test
Flaper Fesp 408367ba6d Add a safe implementation of MutexArc::access* methods
Current access methods are nestable and unsafe. This patch renames
current methods implementation - prepends unsafe_ - and implements 2 new
methods that are both safe and un-nestable.

Fixes #7473
2013-09-04 01:13:56 +02:00
..
auxiliary Implement support for indicating the stability of items. 2013-09-04 00:12:27 +10:00
bench fix various warnings 2013-08-30 15:10:55 -07:00
codegen Fix warnings it tests 2013-08-17 08:42:35 -07:00
compile-fail Add a safe implementation of MutexArc::access* methods 2013-09-04 01:13:56 +02:00
debug-info switch __field__ hack to <unnamed_field> 2013-09-02 05:00:42 -04:00
pretty Fix warnings it tests 2013-08-17 08:42:35 -07:00
run-fail extra: error message should reflact that RUST_TEST_TASKS should be strictly positive (zero is illegal). 2013-08-29 22:58:27 +10:00
run-pass auto merge of #8945 : alexcrichton/rust/ifmt-dont-move, r=thestinger 2013-09-03 09:50:58 -07:00
run-pass-fulldeps quote_*! macros take an ExtCtx 2013-08-18 13:14:15 -04:00