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
2018-04-14
Add error codes for libsyntax_ext
Guillaume Gomez
-1
/
+4
2018-04-12
Avoid comparing fields by name when possible
Vadim Petrochenkov
-2
/
+2
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-2
/
+2
2018-04-12
Change the hashcounts in raw `Lit` variants from usize to u16.
Nicholas Nethercote
-1
/
+6
2018-04-10
Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister
bors
-9
/
+11
2018-04-06
Use `Ident` instead of `Name` in `MetaItem`
Vadim Petrochenkov
-12
/
+14
2018-04-06
Make lifetime nonterminals closer to identifier nonterminals
Vadim Petrochenkov
-2
/
+2
2018-04-06
Remove more duplicated spans
Vadim Petrochenkov
-11
/
+13
2018-04-06
Rename `ast::Variant_::name` into `ident` + Fix rebase
Vadim Petrochenkov
-2
/
+2
2018-04-06
Use `Span::apply_mark` where possible
Vadim Petrochenkov
-5
/
+5
2018-04-06
Get rid of `SpannedIdent`
Vadim Petrochenkov
-19
/
+14
2018-04-06
Rename `PathSegment::identifier` to `ident`
Vadim Petrochenkov
-9
/
+9
2018-04-06
Use `Span` instead of `SyntaxContext` in `Ident`
Vadim Petrochenkov
-11
/
+8
2018-04-05
No separator for `?`. No `?` as a separator.
Mark Mansi
-67
/
+22
2018-04-03
expand macro invocations in `extern {}` blocks
Austin Bonander
-0
/
+97
2018-04-02
Expand attribute macros on statements and expressions.
Austin Bonander
-19
/
+78
2018-03-28
Make SyntaxExtension thread-safe
John Kåre Alsaker
-9
/
+11
2018-03-27
Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichton
bors
-5
/
+5
2018-03-22
Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b...
varkor
-5
/
+5
2018-03-22
Clean up raw identifier handling when recovering tokens from AST.
Lymia Aluysia
-3
/
+4
2018-03-18
Return a is_raw parameter from Token::ident rather than having separate methods.
Lymia Aluysia
-4
/
+4
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-21
/
+24
2018-03-18
Auto merge of #48917 - petrochenkov:import, r=oli-obk
bors
-13
/
+16
2018-03-17
Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`
Vadim Petrochenkov
-4
/
+4
2018-03-17
AST: Keep distinction between `path` and `::path` in imports and visibilities
Vadim Petrochenkov
-3
/
+7
2018-03-17
AST: Make renames in imports closer to the source
Vadim Petrochenkov
-6
/
+5
2018-03-17
Reject `_` in `ident` matcher
Vadim Petrochenkov
-17
/
+19
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-3
/
+1
2018-03-16
Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov
bors
-17
/
+56
2018-03-13
Fix ICE on malformed plugin attributes
Michael Lamparski
-2
/
+4
2018-03-07
check stability of macro invocations
Austin Bonander
-17
/
+56
2018-03-05
Turn features() into a query.
Michael Woerister
-17
/
+15
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-24
/
+27
2018-02-28
Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay
bors
-2
/
+4
2018-02-24
Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb
Manish Goregaokar
-7
/
+3
2018-02-22
begin crate-relative paths with `crate`
Niko Matsakis
-7
/
+3
2018-02-18
Replace dummy spans with empty spans
Seiichi Uchida
-5
/
+5
2018-02-18
Change ast::Visibility to Spanned type
Seiichi Uchida
-7
/
+16
2018-02-11
Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis
bors
-53
/
+171
2018-02-07
libsyntax/ext: trailing commas in builtin macros
Michael Lamparski
-2
/
+4
2018-01-30
Update a few comments
Mark Mansi
-1
/
+4
2018-01-30
stabilize match_beginning_vert
Jonathan Goodman
-1
/
+0
2018-01-30
Fix trailing whitespace
Mark Mansi
-1
/
+1
2018-01-30
Improved tests + typo fixes + assert
Mark Mansi
-0
/
+2
2018-01-30
Add feature gate + tests
Mark Mansi
-10
/
+68
2018-01-30
Fix typo in error message + update tests
Mark Mansi
-1
/
+1
2018-01-30
Attempted fix for `?` kleene op
Mark Mansi
-23
/
+21
2018-01-30
Run rustfmt on macro_parser.rs
Mark Mansi
-4
/
+6
2018-01-30
Run rustfmt on quoted.rs
Mark Mansi
-10
/
+21
2018-01-30
Update the macro parser to allow at most once repetitions for `?` Kleene
Mark Mansi
-16
/
+22
[prev]
[next]