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-10-22
Recover unclosed char literal being parsed as lifetime
Michael Goulet
-0
/
+20
2022-10-08
Stabilize half_open_range_patterns
Urgau
-1
/
+0
2022-09-30
Remove expr_parentheses_needed from ParseSess
Michael Goulet
-1
/
+2
2022-09-27
Move rustc_parse diagnostic structs to separate module
Xiretza
-1
/
+1
2022-09-06
Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot
bors
-1
/
+8
2022-09-03
Suggest removing unnecessary prefix let in patterns
Michael Goulet
-1
/
+8
2022-09-02
Refactor and re-use BindingAnnotation
Cameron Steffen
-23
/
+19
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-4
/
+4
2022-08-17
Box the `MacCall` in various types.
Nicholas Nethercote
-1
/
+1
2022-08-15
Simplify attribute handling in `parse_bottom_expr`.
Nicholas Nethercote
-4
/
+4
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-31
/
+11
2022-06-08
Suggest escaping `box` as identifier
Chayim Refael Friedman
-4
/
+57
2022-05-19
Move condition out of `maybe_recover_unexpected_comma`.
Nicholas Nethercote
-2
/
+6
2022-05-19
Move condition out of `maybe_recover_colon_colon_in_pat_typo`.
Nicholas Nethercote
-2
/
+4
2022-05-19
Move condition out of `maybe_recover_from_bad_qpath`.
Nicholas Nethercote
-1
/
+1
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-1
/
+1
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-15
/
+15
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
[next]