rust/src/libsyntax
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
..
ast_map libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
diagnostics librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
ext auto merge of #19463 : kali/rust/master, r=alexcrichton 2014-12-19 20:22:17 +00:00
parse libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
print libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
util libsyntax: use unboxed closures 2014-12-13 17:03:47 -05:00
abi.rs libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
ast_util.rs libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
ast.rs libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
attr.rs libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
codemap.rs libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
config.rs Parse unsafe impl but don't do anything particularly interesting with the results. 2014-12-14 11:11:55 -05:00
diagnostic.rs libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
feature_gate.rs libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00
fold.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
lib.rs libsyntax: fix fallout 2014-12-13 17:03:44 -05:00
owned_slice.rs libsyntax: fix fallout 2014-12-13 17:03:44 -05:00
ptr.rs libsyntax: use unboxed closures 2014-12-13 17:03:47 -05:00
show_span.rs rebasing fixes 2014-09-17 16:53:20 +12:00
std_inject.rs Remove libnative 2014-11-20 17:19:13 -08:00
test.rs Rename FnStyle trait to Unsafety. 2014-12-14 11:11:55 -05:00
visit.rs libsyntax: use #[deriving(Copy)] 2014-12-19 10:51:00 -05:00