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
/
crates
/
parser
Age
Commit message (
Expand
)
Author
Lines
2021-01-18
Merge #7291
bors[bot]
-15
/
+30
2021-01-17
Add missing inlines
Aleksey Kladov
-0
/
+3
2021-01-15
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
-15
/
+30
2021-01-15
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
-1
/
+5
2021-01-15
Add support for yiled keyword
Daiki Ihara
-2
/
+22
2021-01-14
Merge #7211
bors[bot]
-3
/
+13
2021-01-10
Merge #7218
bors[bot]
-1
/
+1
2021-01-10
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
-19
/
+27
2021-01-10
Use T! for bool keywords
Laurențiu Nicola
-1
/
+1
2021-01-10
Allow `true` and `false` keywords in const generics
Callym
-1
/
+5
2021-01-10
Fixed expr meta var after path colons in mbe
Edwin Cheng
-3
/
+13
2021-01-09
Fixed typos in code comments
Vincent Esche
-1
/
+1
2021-01-03
parser,syntax: Add separate parser for stmt with optional semicolon
Marijn Suijten
-0
/
+6
2020-12-28
Fix mbe fail to pass expr with attr
Edwin Cheng
-1
/
+1
2020-12-24
Fix macro_rules not accepting brackets or parentheses
Lukas Wirth
-2
/
+7
2020-12-23
Remove local ungrammar dependency
Lukas Wirth
-3
/
+1
2020-12-23
Parse const effect block
Lukas Wirth
-2
/
+14
2020-12-23
Parse ConstBlockPat
Lukas Wirth
-0
/
+16
2020-12-23
Update ungrammar for const block patterns
Lukas Wirth
-0
/
+1
2020-12-21
Merge #6965
bors[bot]
-12
/
+13
2020-12-21
Merge #6967
bors[bot]
-9
/
+19
2020-12-20
Properly parse legacy trait objects with leading ForType
Lukas Wirth
-9
/
+19
2020-12-20
Parse attributes in tuple expressions
Lukas Wirth
-3
/
+5
2020-12-20
Properly attach attributes to Param instead of parent ParamList
Lukas Wirth
-9
/
+8
2020-12-20
Use pattern_single instead of pattern in mbe pat
Edwin Cheng
-2
/
+2
2020-12-18
Implement `RawAttr::filter`
Jonas Schievink
-0
/
+7
2020-12-16
Node-ify lifetimes
Lukas Wirth
-29
/
+48
2020-12-15
Move to upstream `macro_rules!` model
Jonas Schievink
-15
/
+36
2020-11-22
Parse unsafe extern block
David Tolnay
-1
/
+9
2020-11-06
Kill RAW_ literals
Aleksey Kladov
-23
/
+5
2020-10-24
Don't interpret type path as part of visibility.
Arif Roktim
-1
/
+5
2020-09-10
Rename record_field_pat to record_pat_field
Pavan Kumar Sunkara
-2
/
+2
2020-09-03
Up proc-macro2 to 1.20
kjeremy
-1
/
+1
2020-08-27
CONST LOOPS ARE HERE
Aleksey Kladov
-28
/
+37
2020-08-25
Complete `pub` in fields
Aleksey Kladov
-1
/
+8
2020-08-24
Add description for crates that will be published
Pavan Kumar Sunkara
-0
/
+1
2020-08-13
Better recovery in `use foo::;`
Aleksey Kladov
-2
/
+14
2020-08-13
Align parser names with grammar
Aleksey Kladov
-146
/
+124
2020-08-12
Rename ra_syntax -> syntax
Aleksey Kladov
-2
/
+2
2020-08-12
Rename ra_parser -> parser
Aleksey Kladov
-0
/
+4884
[prev]