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
/
compiler
/
rustc_parse
/
src
/
parser
/
pat.rs
Age
Commit message (
Expand
)
Author
Lines
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-3
/
+3
2022-02-28
Tweak diagnostics
Esteban Kuber
-9
/
+42
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-3
/
+3
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-2
/
+2
2021-11-29
review comments: clean up
Esteban Kuber
-171
/
+5
2021-11-25
When recovering from a `:` in a pattern, use adequate AST pattern
Esteban Küber
-16
/
+87
2021-11-22
Split inline const to two feature gates
Gary Guo
-2
/
+2
2021-11-20
Fix ICE `#90993`: add missing call to cancel
Badel2
-1
/
+1
2021-07-30
Use multispan suggestions more often
Esteban Küber
-1
/
+1
2021-07-18
Auto merge of #87071 - inquisitivecrystal:inclusive-range, r=estebank
bors
-3
/
+36
2021-07-14
Suggest a path separator if a stray colon is found in a match arm
Fabian Wolff
-8
/
+70
2021-07-11
Give a helpful error for the mistake `..==`
Aris Merchant
-3
/
+36
2021-07-11
Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplett
bors
-2
/
+0
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-16
/
+7
2021-04-05
Allow exclusive range-from patterns
Jubilee Young
-2
/
+0
2021-03-19
stabilize or_patterns
mark
-54
/
+19
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-4
/
+4
2021-03-05
use pat<no_top_alt> for patterns in let bindings
mark
-62
/
+122
2021-02-23
Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebank
Dylan DPC
-1
/
+1
2021-02-15
Simplify pattern grammar by allowing nested leading vert
mark
-81
/
+102
2021-02-13
Require passing an `AttrWrapper` to `collect_tokens_trailing_token`
Aaron Hill
-11
/
+19
2021-01-29
Fix typo in pat.rs
Ikko Ashimine
-1
/
+1
2021-01-20
Improve suggestion for tuple struct pattern matching errors.
Reese Williams
-1
/
+1
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