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
/
tt
Age
Commit message (
Expand
)
Author
Lines
2019-07-20
Auto merge of #62008 - ia0:issues_61053, r=petrochenkov
bors
-67
/
+681
2019-07-19
Implement checks for meta-variables in macros
Julien Cretin
-46
/
+648
2019-07-19
Remember the span of the Kleene operator in macros
Julien Cretin
-21
/
+33
2019-07-19
Adjust other names after the `Mark` renaming
Vadim Petrochenkov
-5
/
+5
2019-07-11
syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...
Vadim Petrochenkov
-8
/
+6
2019-07-07
Support deprecation checking for macros
Vadim Petrochenkov
-0
/
+1
2019-07-07
syntax: Keep full `Stability` in `SyntaxExtension`
Vadim Petrochenkov
-13
/
+2
2019-07-07
syntax: Remove `NodeId` from `SyntaxExtension`
Vadim Petrochenkov
-1
/
+1
2019-07-06
privacy: Only opaque macros leak private things
Vadim Petrochenkov
-13
/
+14
2019-07-06
`#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]`
Vadim Petrochenkov
-7
/
+11
2019-07-04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...
Mazdak Farrokhzad
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-06-26
Fix clippy::redundant_field_names
Igor Matuszewski
-4
/
+4
2019-06-23
Auto merge of #62070 - ia0:rustfmt, r=petrochenkov
bors
-235
/
+273
2019-06-23
Run rustfmt
Julien Cretin
-235
/
+273
2019-06-23
let_chains: note re. back-compat wrt. expr beginning.
Mazdak Farrokhzad
-1
/
+3
2019-06-23
let_chains: readd kw::let to ident_can_begin_expr.
Mazdak Farrokhzad
-1
/
+1
2019-06-19
Rollup merge of #61898 - petrochenkov:sekind, r=eddyb
Mazdak Farrokhzad
-5
/
+7
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-2
/
+2
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-5
/
+7
2019-06-16
Rollup merge of #61866 - sinkuu:redundant_clone, r=petrochenkov
Mazdak Farrokhzad
-2
/
+3
2019-06-15
Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petro...
Mazdak Farrokhzad
-11
/
+11
2019-06-15
Use `slice::from_ref` instead of cloning
Shotaro Yamada
-2
/
+3
2019-06-14
Avoid some unnecessary symbol interner operations
Matthew Jasper
-11
/
+11
2019-06-10
syntax: Rename variants of `SyntaxExtension` for consistency
Vadim Petrochenkov
-3
/
+2
2019-06-10
syntax: Remove `SyntaxExtension::DeclMacro`
Vadim Petrochenkov
-54
/
+55
2019-06-09
pacify tidy.
Mazdak Farrokhzad
-1
/
+1
2019-06-09
Some more cleanup in libsyntax::ext::tt::quoted
Mazdak Farrokhzad
-11
/
+8
2019-06-09
Cleanups in parse_sep_and_kleene_op.
Mazdak Farrokhzad
-12
/
+4
2019-06-09
Support ? Kleene operator in 2015.
Mazdak Farrokhzad
-167
/
+4
2019-06-09
Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obk
Mazdak Farrokhzad
-66
/
+51
2019-06-09
Rollup merge of #61646 - L117:master, r=Centril
Mazdak Farrokhzad
-15
/
+15
2019-06-08
syntax: Remove `Deref` impl from `Token`
Vadim Petrochenkov
-23
/
+13
2019-06-08
syntax: Move most of the `TokenKind` methods to `Token`
Vadim Petrochenkov
-9
/
+9
2019-06-08
syntax: Keep full `Token`s for `macro_rules` separators
Vadim Petrochenkov
-35
/
+30
2019-06-08
Remove useless allocations in macro_rules follow logic.
L117
-15
/
+15
2019-06-07
parser: `self.span` -> `self.token.span`
Vadim Petrochenkov
-9
/
+9
2019-06-06
Address review comments
Vadim Petrochenkov
-12
/
+9
2019-06-06
Some code cleanup and tidy/test fixes
Vadim Petrochenkov
-21
/
+22
2019-06-06
syntax: Switch function parameter order in `TokenTree::token`
Vadim Petrochenkov
-14
/
+14
2019-06-06
syntax: Remove duplicate span from `token::Ident`
Vadim Petrochenkov
-31
/
+25
2019-06-06
syntax: Remove duplicate span from `token::Lifetime`
Vadim Petrochenkov
-2
/
+2
2019-06-06
syntax: Add some helper methods to `Token`
Vadim Petrochenkov
-8
/
+7
2019-06-06
syntax: Use `Token` in `Parser`
Vadim Petrochenkov
-17
/
+16
2019-06-06
syntax: Use `Token` in `TokenTree::Token`
Vadim Petrochenkov
-64
/
+67
2019-06-06
syntax: Rename `Token` into `TokenKind`
Vadim Petrochenkov
-21
/
+21
2019-06-06
Always use token kinds through `token` module rather than `Token` type
Vadim Petrochenkov
-21
/
+21
2019-05-27
Use `Symbol` equality in `may_begin_with` and `parse_nt`.
Nicholas Nethercote
-27
/
+27
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-1
/
+1
[next]