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
/
placeholders.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-21
Add `AsyncArgument` to AST.
David Wood
-3
/
+17
2019-02-07
libsyntax => 2018
Taiki Endo
-11
/
+12
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-42
/
+37
2019-02-05
Various improvements in `Folder` impls.
Nicholas Nethercote
-10
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-26
Remove OneVector
ljedrz
-6
/
+6
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-3
/
+3
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-11
/
+11
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-14
/
+15
2018-06-23
expansion: Rename `Expansion` to `AstFragment`
Vadim Petrochenkov
-28
/
+29
2018-05-22
rustc: Correctly pretty-print macro delimiters
Alex Crichton
-0
/
+1
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+11
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-1
/
+1
2017-10-17
Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su...
Sunjay Varma
-2
/
+3
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-9
/
+9
2017-07-28
syntax: Capture a `TokenStream` when parsing items
Alex Crichton
-0
/
+2
2017-07-28
syntax: Add `tokens: Option<TokenStream>` to Item
Alex Crichton
-0
/
+1
2017-03-29
Move `syntax::ext::hygiene` to `syntax_pos::hygiene`.
Jeffrey Seyfried
-2
/
+2
2017-03-25
Fix ICE with nested macros in certain situations.
Jeffrey Seyfried
-1
/
+1
2017-03-22
Introduce HirId, a replacement for NodeId after lowering to HIR.
Michael Woerister
-11
/
+3
2017-03-10
Refactor out `ast::ItemKind::MacroDef`.
Jeffrey Seyfried
-15
/
+0
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-1
/
+2
2017-02-12
Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...
Jeffrey Seyfried
-2
/
+11
2016-12-22
Refactor how global paths are represented (for both ast and hir).
Jeffrey Seyfried
-1
/
+1
2016-12-18
Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`.
Jeffrey Seyfried
-36
/
+14
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-2
/
+2
2016-10-07
Cleanup `depth`s.
Jeffrey Seyfried
-1
/
+2
2016-09-15
Remove `MacroRulesTT`.
Jeffrey Seyfried
-3
/
+10
2016-09-13
Differentiate between monotonic and non-monotonic expansion and
Jeffrey Seyfried
-3
/
+7
2016-09-13
Perform node id assignment and `macros_at_scope` construction during
Jeffrey Seyfried
-4
/
+57
2016-09-07
Implement stackless placeholder expansion.
Jeffrey Seyfried
-4
/
+7
2016-09-05
Add module `ext::placeholders` with `placeholder()` and `PlaceholderExpander`.
Jeffrey Seyfried
-0
/
+172