rust/src/libsyntax
bors 68740b4054 Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister
Fixes #19674
Fixes #17396 (already closed, yeah)

cc @kmcallister , @cmr
2015-03-05 04:32:51 +00:00
..
ast_map std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
diagnostics Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
ext Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister 2015-03-05 04:32:51 +00:00
parse std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
print std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
util Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
abi.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
ast.rs Add quasiquote for matchers and attributes 2015-03-04 16:13:37 +01:00
ast_util.rs remove some compiler warnings 2015-02-26 07:21:26 +02:00
attr.rs Remove the re-exports for InlineAttr variants. 2015-02-28 13:56:32 +01:00
codemap.rs Encode codemap and span information in crate metadata. 2015-03-04 09:50:09 +01:00
config.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
diagnostic.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
feature_gate.rs Rollup merge of #22876 - Florob:const, r=nikomatsakis 2015-03-03 17:02:20 +05:30
fold.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
lib.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
owned_slice.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
ptr.rs Register new snapshots 2015-02-20 22:17:17 -08:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
test.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
visit.rs Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00