rust/src/test
Niko Matsakis ebf1e4f23a Three random test cases that seem to produce more errors now. I've
not dug deeply into what is going on here, although the errors ARE
somewhat surprising.
2014-12-19 03:29:59 -05:00
..
auxiliary auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton 2014-12-18 17:32:07 +00:00
bench s/Tree/BTree 2014-12-18 16:20:32 -05:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Three random test cases that seem to produce more errors now. I've 2014-12-19 03:29:59 -05:00
compile-fail-fulldeps std: Change escape_unicode to use new escapes 2014-12-16 08:09:37 -08:00
debuginfo librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
pretty Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
run-fail Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
run-make Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
run-pass Fix a bug in the opt-in-copy work: it was failing to liberate the regions bound in the impl before searching for Copy implements for all fields, leading to problems in the "copyability check". Basically the copyability check would wind up looking for an impl of for<'tcx> Foo<&'tcx T>. The impl that exists however is impl<T> Copy for Foo<T> and the current rules do not consider that a match (something I would like to revise in a later PR). 2014-12-19 03:29:30 -05:00
run-pass-fulldeps auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton 2014-12-18 17:32:07 +00:00
run-pass-valgrind Free stdin on exit 2014-12-14 23:36:50 -08:00