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
Age
Commit message (
Expand
)
Author
Lines
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
2019-05-17
Avoid unnecessary interning in `Ident::from_str()` calls.
Nicholas Nethercote
-5
/
+6
2019-05-13
Rollup merge of #60562 - iliekturtles:proc-macro-missing-docs, r=alexcrichton
Mazdak Farrokhzad
-1
/
+6
2019-05-13
Return a `Symbol` from `name_or_empty` functions.
Nicholas Nethercote
-2
/
+2
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-6
/
+6
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-31
/
+36
2019-05-11
Add #[doc(hidden)] attribute on compiler generated proc-macro module.
Mike Boutin
-1
/
+6
2019-04-29
Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton
bors
-14
/
+67
2019-04-25
Handle common assert! misuses
Alexey Shmalko
-14
/
+60
2019-04-21
Introduce `LocalSource` into the AST.
David Wood
-0
/
+1
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-17
Make assert! ensure the macro is parsed completely
Alexey Shmalko
-2
/
+9
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-04-17
Rename diagnostics to error_codes
Yuki OKUSHI
-0
/
+0
2019-04-17
Fix comments around test harness generation
Alexey Shmalko
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-15
Make check_name generic
John Kåre Alsaker
-1
/
+1
2019-04-11
Auto merge of #59227 - Zoxc:fix-get, r=eddyb
bors
-3
/
+3
2019-04-04
Fix cases of conflicting two-phase borrows
Matthew Jasper
-2
/
+2
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-03-31
Fix lifetime on LocalInternedString::get function
John Kåre Alsaker
-3
/
+3
[prev]
[next]