rust/src/libsyntax
bors 0b48001c28 auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix
Closes #14197

Removes the `matchers` nonterminal.

If you're using `$foo:matchers` in a macro, write `$foo:tt` instead.

[breaking-change]
2014-11-07 15:26:26 +00:00
..
ast_map Remove the unboxed closure |:| notation from types and trait references completely. 2014-11-06 06:48:24 -05:00
diagnostics Fallout from collection conventions 2014-11-06 12:26:08 -05:00
ext auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix 2014-11-07 15:26:26 +00:00
parse auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix 2014-11-07 15:26:26 +00:00
print auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix 2014-11-07 15:26:26 +00:00
util Fallout from collection conventions 2014-11-06 12:26:08 -05:00
abi.rs Implement flexible target specification 2014-11-04 05:07:47 -05:00
ast_util.rs Support parenthesized paths Foo(A,B) -> C that expand to Foo<(A,B),C>. These paths also bind anonymous regions (or will, once HRTB is fully working). 2014-11-06 06:48:23 -05:00
ast.rs auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix 2014-11-07 15:26:26 +00:00
attr.rs
codemap.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
config.rs
diagnostic.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
feature_gate.rs Remove the unboxed closure |:| notation from types and trait references completely. 2014-11-06 06:48:24 -05:00
fold.rs auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix 2014-11-07 15:26:26 +00:00
lib.rs
owned_slice.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
ptr.rs
show_span.rs
std_inject.rs Support parenthesized paths Foo(A,B) -> C that expand to Foo<(A,B),C>. These paths also bind anonymous regions (or will, once HRTB is fully working). 2014-11-06 06:48:23 -05:00
test.rs Support parenthesized paths Foo(A,B) -> C that expand to Foo<(A,B),C>. These paths also bind anonymous regions (or will, once HRTB is fully working). 2014-11-06 06:48:23 -05:00
visit.rs Remove the unboxed closure |:| notation from types and trait references completely. 2014-11-06 06:48:24 -05:00