rust/src/libsyntax
Corey Farwell 89b364d687 Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkov
macros: fix bug parsing `#[derive]` invocations

Fixes #40962 (introduced in #40346).
r? @nrc
2017-04-05 23:51:43 -04:00
..
diagnostics Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
ext Fix bug parsing #[derive] macro invocations. 2017-04-03 23:02:49 +00:00
parse Rollup merge of #41050 - jseyfried:fix_derive_parsing, r=petrochenkov 2017-04-05 23:51:43 -04: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 Refactor how spans are combined in the parser. 2017-03-29 11:17:59 +00:00
attr.rs Improve Path spans. 2017-03-30 05:44:56 +00:00
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
codemap.rs Refactor how spans are combined in the parser. 2017-03-29 11:17:59 +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 rustc: Stabilize the #![windows_subsystem] attribute 2017-04-01 06:36:48 -07:00
fold.rs Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc 2017-03-19 10:56:08 +00:00
json.rs Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
lib.rs Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +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 Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
test_snippet.rs Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
tokenstream.rs Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
visit.rs Add catch expr to AST and disallow catch as a struct name 2017-03-11 22:26:52 -08:00