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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-11
resolve/expand: `resolve_macro_invocation` no longer returns determinate errors
Vadim Petrochenkov
-13
/
+4
2019-07-11
resolve: Make proc macro stubs less stubby
Vadim Petrochenkov
-1
/
+21
2019-07-11
hygiene: Reuse `MacroKind` in `ExpnKind`
Vadim Petrochenkov
-10
/
+2
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-3
/
+1
2019-07-11
expand: Get rid of `resolve_macro_path`
Vadim Petrochenkov
-3
/
+0
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-7
/
+7
2019-07-11
Move `MacroKind` into `libsyntax_pos`
Vadim Petrochenkov
-28
/
+1
2019-07-11
Remove `MacroKind::ProcMacroStub`
Vadim Petrochenkov
-3
/
+0
2019-07-09
Resolve `$crate` in all hygienic contexts for pretty-pringing
Vadim Petrochenkov
-1
/
+1
2019-07-07
Support deprecation checking for macros
Vadim Petrochenkov
-2
/
+5
2019-07-07
syntax: Keep full `Stability` in `SyntaxExtension`
Vadim Petrochenkov
-4
/
+4
2019-07-07
resolve/expand: Move macro stability checking to an earlier point
Vadim Petrochenkov
-2
/
+0
2019-07-07
syntax: Remove `NodeId` from `SyntaxExtension`
Vadim Petrochenkov
-4
/
+4
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
[prev]
[next]