rust/src/libsyntax
Alex Crichton 1fe2dfca81 Rollup merge of #40813 - jseyfried:fix_expansion_regression, r=nrc
macros: fix ICE on some nested macro definitions

Fixes #40770.
r? @nrc
2017-03-27 15:56:24 -07:00
..
diagnostics Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
ext Rollup merge of #40813 - jseyfried:fix_expansion_regression, r=nrc 2017-03-27 15:56:24 -07:00
parse Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
print Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc 2017-03-19 10:56:08 +00:00
util Refactor out ast::ItemKind::MacroDef. 2017-03-10 08:08:32 -08:00
abi.rs Add support for x86-interrupt calling convention 2017-03-02 19:01:15 +01:00
ast.rs Implement indexed_vec::Idx for ast::NodeId 2017-03-22 16:11:18 +01:00
attr.rs Liberalize attributes. 2017-03-14 04:39:21 +00:00
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
codemap.rs Refactor TokenStream. 2017-01-22 21:37:38 +00:00
config.rs Liberalize attributes. 2017-03-14 04:39:21 +00:00
diagnostic_list.rs Add long error explanations 2017-02-21 15:52:14 +01:00
entry.rs Cleanup InternedString. 2016-11-21 09:00:56 +00:00
feature_gate.rs Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
fold.rs Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc 2017-03-19 10:56:08 +00:00
json.rs Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis 2017-01-20 09:33:10 +00:00
lib.rs Refactor Attribute to use Path and TokenStream instead of MetaItem. 2017-03-14 04:03:43 +00:00
ptr.rs Documentation for default types modified 2016-09-11 22:58:01 +05:30
show_span.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
std_inject.rs Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc 2017-03-19 10:56:08 +00:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
symbol.rs allow InternedString to be compared to str directly 2017-03-27 08:57:23 +02:00
test.rs Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
test_snippet.rs Fix multiple labels when some don't have message 2017-01-20 21:15:24 -08:00
tokenstream.rs Rollup merge of #40532 - jseyfried:improve_tokenstream_quoter, r=nrc 2017-03-19 20:51:09 -04:00
visit.rs Add catch expr to AST and disallow catch as a struct name 2017-03-11 22:26:52 -08:00