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
Age
Commit message (
Expand
)
Author
Lines
2019-06-23
Remove built-in derive macros `Send` and `Sync`
Vadim Petrochenkov
-10
/
+0
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-2
/
+2
2019-06-19
Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor
bors
-1
/
+0
2019-06-19
Rollup merge of #61898 - petrochenkov:sekind, r=eddyb
Mazdak Farrokhzad
-90
/
+66
2019-06-18
Remove the HirId/NodeId from where clauses
Matthew Jasper
-1
/
+0
2019-06-18
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-5
/
+6
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-2
/
+2
2019-06-18
syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo`
Vadim Petrochenkov
-31
/
+14
2019-06-18
allow_internal_unstable: Avoid some more allocations
Vadim Petrochenkov
-18
/
+6
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-48
/
+53
2019-06-16
Separate libsyntax_ext module
chansuke
-215
/
+212
2019-06-15
Remove unnecessary `.clone()`
Shotaro Yamada
-2
/
+2
2019-06-12
Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov
bors
-1
/
+1
2019-06-12
Rollup merge of #61654 - Electron-libre:use_slice_patterns_in_rustc, r=oli-ob...
Mazdak Farrokhzad
-13
/
+13
2019-06-12
Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank
Mazdak Farrokhzad
-42
/
+41
2019-06-11
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
bors
-11
/
+32
2019-06-11
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-4
/
+5
2019-06-11
syntax_ext: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+2
2019-06-10
syntax: Rename variants of `SyntaxExtension` for consistency
Vadim Petrochenkov
-8
/
+9
2019-06-10
syntax: Remove `SyntaxExtension::DeclMacro`
Vadim Petrochenkov
-0
/
+4
2019-06-10
syntax: Use `MultiItemModifier` for built-in derives
Vadim Petrochenkov
-4
/
+20
2019-06-09
Introduce InnerSpan abstraction
Mark Rousskov
-20
/
+20
2019-06-09
Shift padding out of suggestions for format strings
Mark Rousskov
-10
/
+10
2019-06-09
Use Symbol for named arguments in fmt_macros
Mark Rousskov
-13
/
+12
2019-06-09
Allow attributes in formal function parameters
Caio
-1
/
+1
2019-06-08
use pattern matching for slices destructuring
Cedric
-13
/
+13
2019-06-08
Rollup merge of #61616 - petrochenkov:parsderef, r=oli-obk
Mazdak Farrokhzad
-4
/
+4
2019-06-07
syntax: Treat error literals in more principled way
Vadim Petrochenkov
-1
/
+3
2019-06-07
parser: `self.span` -> `self.token.span`
Vadim Petrochenkov
-4
/
+4
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-1
/
+2
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-10
/
+10
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-14
/
+13
2019-06-06
syntax: Remove duplicate span from `token::Lifetime`
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Use `Token` in `Parser`
Vadim Petrochenkov
-3
/
+3
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-22
/
+23
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-5
/
+5
2019-06-06
Always use token kinds through `token` module rather than `Token` type
Vadim Petrochenkov
-2
/
+2
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-6
/
+4
2019-06-03
syntax: revert `ast::AsyncArgument` and associated changes.
Eduard-Mihai Burtescu
-1
/
+0
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
-31
/
+34
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-57
/
+47
2019-05-24
Tweak macro parse errors when reaching EOF during macro call parse
Esteban Küber
-2
/
+6
2019-05-23
syntax: Some code cleanup
Vadim Petrochenkov
-1
/
+1
2019-05-23
syntax: Turn `token::Lit` into a struct
Vadim Petrochenkov
-64
/
+33
2019-05-22
Eliminate unnecessary `Ident::with_empty_ctxt`s
Vadim Petrochenkov
-2
/
+2
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-18
/
+19
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-12
/
+12
2019-05-20
Remove `Symbol::gensym()`.
Nicholas Nethercote
-1
/
+1
2019-05-20
Eliminate `Symbol::gensymed`.
Nicholas Nethercote
-1
/
+1
[next]