index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax_ext
/
concat_idents.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-3
/
+2
2018-12-30
Improve error recovery for some built-in macros
Vadim Petrochenkov
-3
/
+3
2018-12-27
Make sure feature gate errors are recoverable
Vadim Petrochenkov
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-1
/
+3
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-1
/
+1
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-02
forbid empty identifiers from concat_idents
Michael Lamparski
-0
/
+5
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-2
/
+2
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-24
/
+9
2018-04-06
Use `Span` instead of `SyntaxContext` in `Ident`
Vadim Petrochenkov
-6
/
+3
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-1
/
+2
2017-09-04
Produce expansion info for more builtin macros
Oliver Schneider
-1
/
+1
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-1
/
+6
2017-03-10
Give spans to individual path segments in AST
Vadim Petrochenkov
-1
/
+1
2016-12-22
Refactor how global paths are represented (for both ast and hir).
Jeffrey Seyfried
-1
/
+0
2016-12-19
Optimize `ast::PathSegment`.
Jeffrey Seyfried
-5
/
+1
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-2
/
+1
2016-09-26
make emit_feature_err take a ParseSess
Tim Neumann
-1
/
+1
2016-08-12
run rustfmt on libsyntax_ext folder
Srinivas Reddy Thatiparthy
-12
/
+22
2016-06-26
Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth
Jeffrey Seyfried
-1
/
+1
2016-06-26
Rollup merge of #34385 - cgswords:tstream, r=nrc
Jeffrey Seyfried
-1
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-21
Refactored tokentrees into their own files in preparation for tokenstreams. M...
cgswords
-1
/
+2
2016-06-19
Generalize and abstract `ThinAttributes`
Jeffrey Seyfried
-1
/
+1
2016-05-31
simplify HR subtyping back to what we did before
Niko Matsakis
-1
/
+1
2016-05-19
Allow `concat_idents!` in type positions as well as in expression positions
Jeffrey Seyfried
-18
/
+32
2016-04-24
syntax: Get rid of token::IdentStyle
Vadim Petrochenkov
-1
/
+1
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-1
/
+1
2015-12-15
Move built-in syntax extensions to a separate crate
Seo Sanghyeon
-0
/
+73