summary refs log tree commit diff
path: root/src/libsyntax_ext/env.rs
AgeCommit message (Expand)AuthorLines
2018-04-06Use `Span::apply_mark` where possibleVadim Petrochenkov-1/+1
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-3/+3
2017-09-04Produce expansion info for more builtin macrosOliver Schneider-0/+1
2017-05-25Hygienize lifetimes.Jeffrey Seyfried-4/+3
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-7/+7
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-4/+4
2016-08-12run rustfmt on libsyntax_ext folderSrinivas Reddy Thatiparthy-43/+37
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-6/+3
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-2/+3
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-2/+3
2016-02-11[breaking-change] don't glob export ast::Mutablity variantsOliver 'ker' Schneider-1/+1
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+106