rust/src/test
bors cbe9fb45bc auto merge of #19463 : kali/rust/master, r=alexcrichton
parse_ty() no longer takes a boolean parameter. quote_ty! implementation has not yet been modified accordingly. 

As a matter of fact, quote_ty! was not covered by tests. One test (called qquotes) references it, but it has been ignored for nearly one year and now need heavy refactoring.

quote_token.rs seemed like a good place to test quote_ty!, many other quote_*! macros were asserted there.
2014-12-19 20:22:17 +00:00
..
auxiliary auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton 2014-12-18 17:32:07 +00:00
bench Revise std::thread API to join by default 2014-12-18 23:31:52 -08: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 Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
run-make Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
run-pass auto merge of #19884 : nikomatsakis/rust/issue-19730-perfect-forwarding, r=pnkfelix 2014-12-19 13:22:10 +00:00
run-pass-fulldeps ack parser.parse_ty change in quote_ty! (+ test) 2014-12-19 15:25:02 +01:00
run-pass-valgrind Free stdin on exit 2014-12-14 23:36:50 -08:00