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.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-09-26
Rename `Lit.node` to `Lit.kind`
varkor
-1
/
+1
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-1
/
+1
2019-09-15
Remove `with_legacy_ctxt`
Matthew Jasper
-1
/
+1
2019-09-03
use consistent naming for buildin expansion functions
Aleksey Kladov
-1
/
+1
2019-09-03
use TokenStream rather than &[TokenTree] for built-in macros
Aleksey Kladov
-2
/
+2
2019-08-23
Audit uses of `apply_mark` in built-in macros
Vadim Petrochenkov
-1
/
+1
2019-08-13
syntax: Remove `DummyResult::expn_only`
Vadim Petrochenkov
-4
/
+4
2019-07-31
Replace AstBuilder with inherent methods
Mark Rousskov
-1
/
+0
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-1
/
+1
2019-06-07
syntax: Treat error literals in more principled way
Vadim Petrochenkov
-1
/
+3
2019-02-04
libsyntax_ext => 2018
Taiki Endo
-2
/
+1
2019-01-20
Mark incorrect recovered `char` literals as `TyErr` to avoid type errors
Yuki Okushi
-0
/
+1
2018-12-30
Improve error recovery for some built-in macros
Vadim Petrochenkov
-0
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-07-27
Prefer to_string() to format!()
ljedrz
-2
/
+2
2018-07-19
review comments: modify note wording and change `println`
Esteban Küber
-1
/
+1
2018-07-19
Improve suggestion for missing fmt str in println
Esteban Küber
-8
/
+7
2018-07-12
Deny bare trait objects in src/libsyntax_ext
ljedrz
-1
/
+1
2018-07-11
suggest on new snippet
csmoe
-29
/
+29
2018-07-06
suggests with whole macro call
csmoe
-10
/
+1
2018-07-04
add span note
csmoe
-1
/
+8
2018-07-03
Suggestion for print
csmoe
-1
/
+8
2018-04-06
Use `Span::apply_mark` where possible
Vadim Petrochenkov
-1
/
+1
2017-09-04
Produce expansion info for more builtin macros
Oliver Schneider
-0
/
+1
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-3
/
+3
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-2
/
+2
2016-08-12
run rustfmt on libsyntax_ext folder
Srinivas Reddy Thatiparthy
-5
/
+3
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
-2
/
+2
2016-06-21
Refactored tokentrees into their own files in preparation for tokenstreams. M...
cgswords
-1
/
+2
2016-02-11
[breaking-change] don't pub export ast::IntLitType variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't pub export ast::Lit_ variants
Oliver Schneider
-10
/
+10
2016-02-11
[breaking-change] remove the sign from integer literals in the ast
Oliver Schneider
-6
/
+2
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
/
+66