rust/src/test
bors f5a5d7c32c auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis
This patch removes the special auto-rooting for `@` from the borrow checker. With `@` moving into a library, it doesn't make sense to keep this code around anymore. It also simplifies `trans` by removing root checking from there 

@nikomatsakis

Closes: #11586
2014-04-24 05:51:28 -07:00
..
auxiliary Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
bench auto merge of #13675 : sfackler/rust/taskbuilder-new, r=alexcrichton 2014-04-23 20:31:36 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis 2014-04-24 05:51:28 -07:00
debug-info Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
pretty Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-fail Move task::task() to TaskBuilder::new() 2014-04-23 20:02:02 -07:00
run-make rustc: Don't die when a crate id can't be inferred 2014-04-23 10:04:29 -07:00
run-pass auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis 2014-04-24 05:51:28 -07:00
run-pass-fulldeps Enable use of syntax extensions when cross compiling. 2014-04-23 20:33:54 +01:00