rust/src/test
bors 329fcd48e5 auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr
Makes labelled loops hygiene by performing renaming of the labels defined in e.g. `'x: loop { ... }` and then used in break and continue statements within loop body so that they act hygienically when used with macros.
    
Closes #12262.
2014-02-23 15:37:05 -08:00
..
auxiliary auto merge of #12311 : brson/rust/unstable, r=alexcrichton 2014-02-23 02:21:53 -08:00
bench auto merge of #12311 : brson/rust/unstable, r=alexcrichton 2014-02-23 02:21:53 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Make break and continue hygienic 2014-02-23 21:20:37 +08:00
debug-info debuginfo: Re-enable test case that should have worked all along. 2014-02-19 17:16:36 +01:00
pretty extern mod => extern crate 2014-02-14 22:55:21 -08:00
run-fail Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
run-make auto merge of #12416 : alexcrichton/rust/highlight, r=huonw 2014-02-23 03:36:56 -08:00
run-pass auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr 2014-02-23 15:37:05 -08:00
run-pass-fulldeps extern mod => extern crate 2014-02-14 22:55:21 -08:00