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
/
src
/
grammar
Age
Commit message (
Expand
)
Author
Lines
2021-04-29
Parse const param defaults
Jonas Schievink
-0
/
+42
2021-04-29
Correctly parse negated literals as const args
Jonas Schievink
-0
/
+9
2021-04-21
Parse outer atttributes for RecordPatField
Lukas Wirth
-2
/
+4
2021-04-17
hir_ty: Expand macros at type position
cynecx
-3
/
+7
2021-04-17
Handle extended key value attr in mbe
Edwin Cheng
-12
/
+16
2021-03-19
Parse extended_key_value_attributes
Lukas Wirth
-2
/
+2
2021-03-17
Correctly parse attributes on fn parameters
Jonas Schievink
-7
/
+22
2021-03-16
Fix macro expansion for statements w/o semicolon
Edwin Cheng
-3
/
+3
2021-02-15
Specialization for async traits
Arnaud
-0
/
+28
2021-02-12
Pin Rust to 1.49.0 on CI
Jonas Schievink
-5
/
+6
2021-01-24
Add validation for mutable const items
Lukas Wirth
-1
/
+1
2021-01-18
Parse `impl const Trait`
Lukas Wirth
-0
/
+4
2021-01-15
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
-13
/
+20
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
-0
/
+16
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-09
Fixed typos in code comments
Vincent Esche
-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-21
Merge #6965
bors[bot]
-12
/
+13
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-16
Node-ify lifetimes
Lukas Wirth
-27
/
+38
2020-12-15
Move to upstream `macro_rules!` model
Jonas Schievink
-13
/
+31
2020-11-22
Parse unsafe extern block
David Tolnay
-1
/
+9
2020-11-06
Kill RAW_ literals
Aleksey Kladov
-15
/
+3
2020-09-10
Rename record_field_pat to record_pat_field
Pavan Kumar Sunkara
-2
/
+2
2020-08-27
CONST LOOPS ARE HERE
Aleksey Kladov
-18
/
+27
2020-08-25
Complete `pub` in fields
Aleksey Kladov
-1
/
+8
2020-08-13
Better recovery in `use foo::;`
Aleksey Kladov
-2
/
+14
2020-08-13
Align parser names with grammar
Aleksey Kladov
-138
/
+116
2020-08-12
Rename ra_parser -> parser
Aleksey Kladov
-0
/
+3516
[prev]