about summary refs log tree commit diff
path: root/src/libsyntax_ext/concat.rs
AgeCommit message (Expand)AuthorLines
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-09-26Rename `Lit.node` to `Lit.kind`varkor-1/+1
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-1/+1
2019-09-15Remove `with_legacy_ctxt`Matthew Jasper-1/+1
2019-09-03use consistent naming for buildin expansion functionsAleksey Kladov-1/+1
2019-09-03use TokenStream rather than &[TokenTree] for built-in macrosAleksey Kladov-2/+2
2019-08-23Audit uses of `apply_mark` in built-in macrosVadim Petrochenkov-1/+1
2019-08-13syntax: Remove `DummyResult::expn_only`Vadim Petrochenkov-4/+4
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-1/+0
2019-07-19Adjust other names after the `Mark` renamingVadim Petrochenkov-1/+1
2019-06-07syntax: Treat error literals in more principled wayVadim Petrochenkov-1/+3
2019-02-04libsyntax_ext => 2018Taiki Endo-2/+1
2019-01-20Mark incorrect recovered `char` literals as `TyErr` to avoid type errorsYuki Okushi-0/+1
2018-12-30Improve error recovery for some built-in macrosVadim Petrochenkov-0/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-27Prefer to_string() to format!()ljedrz-2/+2
2018-07-19review comments: modify note wording and change `println`Esteban Küber-1/+1
2018-07-19Improve suggestion for missing fmt str in printlnEsteban Küber-8/+7
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-1/+1
2018-07-11suggest on new snippetcsmoe-29/+29
2018-07-06suggests with whole macro callcsmoe-10/+1
2018-07-04add span notecsmoe-1/+8
2018-07-03Suggestion for printcsmoe-1/+8
2018-04-06Use `Span::apply_mark` where possibleVadim Petrochenkov-1/+1
2017-09-04Produce expansion info for more builtin macrosOliver Schneider-0/+1
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-3/+3
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-2/+2
2016-08-12run rustfmt on libsyntax_ext folderSrinivas Reddy Thatiparthy-5/+3
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-1/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+2
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-1/+2
2016-02-11[breaking-change] don't pub export ast::IntLitType variantsOliver Schneider-3/+3
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-10/+10
2016-02-11[breaking-change] remove the sign from integer literals in the astOliver Schneider-6/+2
2016-02-11[breaking-change] don't glob export ast::Expr_ variantsOliver Schneider-1/+1
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+66