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
/
patterns.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-1
/
+1
2022-05-05
Split float literal tokens at the `.`
Jonas Schievink
-1
/
+1
2022-04-27
fix: Use pattern recovery set when parsing ident patterns
Lukas Wirth
-9
/
+6
2021-11-18
fix: parse the range pat inside the tuple pat
zhoufan
-1
/
+6
2021-10-06
Merge #10420
bors[bot]
-25
/
+43
2021-10-05
Merge #10440
bors[bot]
-2
/
+2
2021-10-04
make Some(1..) parsed
zhoufan
-3
/
+8
2021-10-03
Fix miscellaneous Clippy lints
Aramis Razzaghipour
-1
/
+1
2021-10-03
Add semicolons for consistency
Aramis Razzaghipour
-1
/
+1
2021-10-03
move outer_attrs call before the match
zhoufan
-15
/
+8
2021-10-02
Parse outer attributes on StructPatternEtCetera
zhoufan
-21
/
+46
2021-09-13
internal: simplify
Aleksey Kladov
-3
/
+4
2021-08-04
Split the test
Jade
-2
/
+10
2021-08-03
Support exclusive_range_pattern
Jade
-3
/
+7
2021-05-22
Add even more docs
Aleksey Kladov
-2
/
+0
2021-05-08
Add `=` to pattern recovery
Lukas Wirth
-1
/
+1
2021-04-21
Parse outer atttributes for RecordPatField
Lukas Wirth
-2
/
+4
2021-01-10
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
-1
/
+1
2020-12-23
Remove local ungrammar dependency
Lukas Wirth
-3
/
+1
2020-12-23
Parse ConstBlockPat
Lukas Wirth
-0
/
+16
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
-4
/
+13
2020-08-13
Align parser names with grammar
Aleksey Kladov
-10
/
+10
2020-08-12
Rename ra_parser -> parser
Aleksey Kladov
-0
/
+379