summary refs log tree commit diff
path: root/src/libsyntax_ext/trace_macros.rs
AgeCommit message (Expand)AuthorLines
2019-06-08use pattern matching for slices destructuringCedric-3/+3
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-2/+2
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-3/+3
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-2/+2
2019-02-04libsyntax_ext => 2018Taiki Endo-3/+2
2018-12-27Make sure feature gate errors are recoverableVadim Petrochenkov-1/+0
2018-12-27Fix `trace_macros` and `log_syntax`Vadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-12Deny bare trait objects in src/libsyntax_extljedrz-1/+1
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-1/+1
2016-09-26make emit_feature_err take a ParseSessTim Neumann-1/+1
2016-08-12run rustfmt on libsyntax_ext folderSrinivas Reddy Thatiparthy-1/+1
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+1
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-1/+1
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+43