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-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-349
/
+0
2019-10-14
Lazify some `mac_placeholder()` calls.
Nicholas Nethercote
-7
/
+7
2019-10-14
Remove the `Option` in `TokenStream`.
Nicholas Nethercote
-1
/
+1
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-26
Rename `Stmt.node` to `Stmt.kind`
varkor
-2
/
+2
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-3
/
+3
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-3
/
+3
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-3
/
+3
2019-09-09
Resolve attributes in several places
Caio
-0
/
+145
2019-08-17
resolve/expand: Rename some things for clarity
Vadim Petrochenkov
-4
/
+3
2019-08-15
Remove `Spanned` from `ast::Mac`
Vadim Petrochenkov
-2
/
+3
2019-07-30
Point at type ascription before macro invocation on expansion parse error
Esteban Küber
-0
/
+1
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-1
/
+1
2019-07-19
libsyntax: Remove `Mark` into `ExpnId`
Vadim Petrochenkov
-2
/
+2
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-03
syntax: revert `ast::AsyncArgument` and associated changes.
Eduard-Mihai Burtescu
-20
/
+3
2019-05-22
Eliminate unnecessary `Ident::with_empty_ctxt`s
Vadim Petrochenkov
-2
/
+1
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-2
/
+2
2019-05-01
Ensure that drop order of `async fn` matches `fn`.
David Wood
-1
/
+4
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
[next]