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
/
compiler
/
rustc_parse
/
src
/
parser
/
pat.rs
Age
Commit message (
Collapse
)
Author
Lines
2021-01-29
Fix typo in pat.rs
Ikko Ashimine
-1
/
+1
parentesized -> parenthesized
2020-12-30
Implement edition-based macro pat feature
mark
-7
/
+0
2020-12-19
implement edition-specific :pat behavior for 2015/18
mark
-3
/
+14
2020-11-29
Fixes #79357 unstable or-pat suggestions
unknown
-11
/
+22
2020-11-03
rustc_ast: `visit_mac` -> `visit_mac_call`
Vadim Petrochenkov
-1
/
+1
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-4
/
+0
2020-10-30
Add back missing comments
Joshua Nelson
-2
/
+3
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-9
/
+8
2020-10-22
Make inline const work for half open ranges
Santiago Pastorino
-4
/
+4
2020-10-22
Make inline const work in range patterns
Santiago Pastorino
-6
/
+15
2020-10-22
Rename parse_const_expr to parse_const_block
Santiago Pastorino
-1
/
+1
2020-10-16
Parse inline const patterns
Santiago Pastorino
-0
/
+3
2020-10-02
Fix span for incorrect pattern field and add label
Esteban Küber
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+1012