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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-18
resolve/expand: Move expansion info setting to a single earlier point
Vadim Petrochenkov
-1
/
+1
2019-06-18
syntax: Move `default_transparency` into `ExpnInfo`
Vadim Petrochenkov
-1
/
+2
2019-06-18
syntax: Remove `DummyResolver`
Vadim Petrochenkov
-25
/
+0
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-61
/
+87
2019-06-10
syntax: Rename variants of `SyntaxExtension` for consistency
Vadim Petrochenkov
-30
/
+25
2019-06-10
syntax: Improve documentation of `SyntaxExtension`
Vadim Petrochenkov
-36
/
+54
2019-06-10
syntax: Remove `SyntaxExtension::DeclMacro`
Vadim Petrochenkov
-13
/
+5
2019-06-10
syntax: Use `MultiItemModifier` for built-in derives
Vadim Petrochenkov
-5
/
+2
2019-06-10
syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator`
Vadim Petrochenkov
-33
/
+0
2019-06-10
syntax: Remove `SyntaxExtension::IdentTT` and `IdentMacroExpander`
Vadim Petrochenkov
-38
/
+0
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-2
/
+3
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-1
/
+1
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-4
/
+6
2019-05-29
Introduce and use `SyntaxContext::outer_expn_info()`.
Nicholas Nethercote
-1
/
+1
2019-05-27
Pass symbols to `ExtCtxt::std_path` instead of strings.
Nicholas Nethercote
-2
/
+2
2019-05-24
review comments
Esteban Küber
-6
/
+2
2019-05-24
Tweak macro parse errors when reaching EOF during macro call parse
Esteban Küber
-1
/
+5
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-2
/
+2
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-3
/
+5
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-2
/
+2
2019-05-02
don't amplify errors in format! with bad literals
Aleksey Kladov
-0
/
+1
2019-02-18
Remove `LazyTokenStream`.
Nicholas Nethercote
-1
/
+1
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-1
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-17
/
+17
2019-02-13
Cleanup imports
Taiki Endo
-1
/
+1
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-11
Parallel rustc needs synchronizing smart pointer cloning
Oliver Scherer
-3
/
+3
2019-02-11
Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs
Oliver Scherer
-3
/
+3
2019-02-11
Rename the `exp` field to mirror its uses
Oliver Scherer
-1
/
+1
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-7
/
+13
2019-02-10
rustc: doc comments
Alexander Regueiro
-17
/
+17
2019-02-07
libsyntax => 2018
Taiki Endo
-42
/
+43
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-25
/
+23
2019-01-26
Pretty print `$crate` as `crate` or `crate_name` in more cases
Vadim Petrochenkov
-14
/
+2
2018-12-30
Improve error recovery for some built-in macros
Vadim Petrochenkov
-4
/
+5
2018-12-28
Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnay
bors
-0
/
+14
2018-12-28
Resolve `$crate`s for pretty-printing at more appropriate time
Vadim Petrochenkov
-0
/
+14
2018-12-27
Fix `trace_macros` and `log_syntax`
Vadim Petrochenkov
-12
/
+18
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-5
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Remove `eliminate_crate_var` and special pretty-printing for `$crate`
Vadim Petrochenkov
-2
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-12-07
Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...
Vadim Petrochenkov
-7
/
+0
2018-11-18
resolve: Check resolution consistency for import paths and multi-segment macr...
Vadim Petrochenkov
-0
/
+7
2018-11-08
Use `Lit` rather than `P<Lit>` in `ast::ExprKind`.
Nicholas Nethercote
-1
/
+1
2018-10-23
Point at macro definition when no rules expect token
Esteban Küber
-4
/
+14
2018-09-26
Remove OneVector
ljedrz
-25
/
+25
2018-09-13
resolve: Put different parent scopes into a single structure
Vadim Petrochenkov
-2
/
+2
2018-09-11
resolve: Support resolving identifier macros without their own ID
Vadim Petrochenkov
-5
/
+4
2018-09-10
resolve: Remove `unshadowable_attrs`
Vadim Petrochenkov
-2
/
+0
[next]