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
/
tests
/
ui
/
pattern
Age
Commit message (
Expand
)
Author
Lines
2024-04-20
Test or-patterns inside deref patterns
Nadrieril
-1
/
+13
2024-04-20
Use deep fake borrows for deref patterns
Nadrieril
-0
/
+26
2024-04-20
Address closure-related review
Nadrieril
-0
/
+21
2024-04-20
Allow mutable bindings inside deref patterns
Nadrieril
-0
/
+15
2024-04-20
Don't fake borrow inside a deref pattern
Nadrieril
-2
/
+2
2024-04-20
Lower deref patterns to MIR
Nadrieril
-6
/
+174
2024-04-15
Fix tests
Jules Bertholet
-4
/
+5
2024-04-15
Rename feature gate
Jules Bertholet
-12
/
+12
2024-04-15
Temporarily remove future compatibility label from migration lint
Jules Bertholet
-8
/
+2
2024-04-15
Migration lint
Jules Bertholet
-0
/
+53
2024-04-15
Match ergonomics 2024: `mut` doesn't reset binding mode
Jules Bertholet
-0
/
+106
2024-04-11
Mention when the type of the moved value doesn't implement `Clone`
Esteban Küber
-0
/
+10
2024-04-11
Fix accuracy of `T: Clone` check in suggestion
Esteban Küber
-6
/
+0
2024-04-11
Account for unops when suggesting cloning
Esteban Küber
-2
/
+3
2024-04-11
Suggest `.clone()` when moved while borrowed
Esteban Küber
-0
/
+5
2024-04-01
Fix union handling in exhaustiveness
Nadrieril
-11
/
+12
2024-03-31
Add tests
Nadrieril
-0
/
+68
2024-03-27
Feature gate
Jules Bertholet
-0
/
+125
2024-03-25
Require DerefMut if deref pattern has nested ref mut binding
Michael Goulet
-0
/
+37
2024-03-22
Validate that we're only matching on unit struct for path pattern
Michael Goulet
-0
/
+65
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-4
/
+4
2024-03-20
Add barest-bones deref patterns
Nadrieril
-0
/
+31
2024-03-19
Fix incorrect mutable suggestion information for binding in ref pattern.
surechen
-1
/
+47
2024-03-18
Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors
Matthias Krüger
-187
/
+880
2024-03-15
Rollup merge of #122254 - estebank:issue-48677, r=oli-obk
Matthias Krüger
-33
/
+33
2024-03-13
Tweak wording
Esteban Küber
-33
/
+33
2024-03-13
Remove `MaybeInfiniteInt::JustAfterMax`
Nadrieril
-4
/
+4
2024-03-13
Rollup merge of #121908 - Nadrieril:dynamic-variant-collection, r=matthewjasper
Matthias Krüger
-0
/
+14
2024-03-12
Don't suggest an arm when suggesting a never pattern
Nadrieril
-15
/
+15
2024-03-12
Suggest never pattern instead of `_` for empty types
Nadrieril
-57
/
+57
2024-03-12
Run the empty_types tests with never_patterns too
Nadrieril
-187
/
+880
2024-03-09
Lint small gaps between ranges
Nadrieril
-0
/
+310
2024-03-09
Allow lint where we don't care
Nadrieril
-38
/
+40
2024-03-03
Rollup merge of #121917 - GuillaumeGomez:pattern-complexity_limit.rs, r=Nadri...
Guillaume Gomez
-0
/
+123
2024-03-03
Add and update tests to use `pattern_complexity`
Guillaume Gomez
-0
/
+123
2024-03-02
Rollup merge of #121716 - Nadrieril:simple-binding-order, r=matthewjasper
Guillaume Boisseau
-0
/
+48
2024-03-02
Fix a subtle regression
Nadrieril
-0
/
+14
2024-03-01
Detect more cases of `=` to `:` typo
Esteban Küber
-2
/
+6
2024-02-28
Add test for the known case that doesn't work
Nadrieril
-0
/
+48
2024-02-23
Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors
Matthias Krüger
-220
/
+180
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-84
/
+84
2024-02-13
Do not point at `#[allow(_)]` as the reason for compat lint triggering
Esteban Küber
-6
/
+0
2024-02-13
Prefer `min_exhaustive_patterns` in tests
Nadrieril
-2
/
+2
2024-02-13
Unmark the feature gate as incomplete
Nadrieril
-218
/
+178
2024-02-09
Move some tests
Caio
-0
/
+32
2024-02-08
Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errors
Matthias Krüger
-16
/
+138
2024-02-08
Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr
bors
-211
/
+410
2024-02-08
Test `min_exhaustive_patterns` in more cases
Nadrieril
-16
/
+138
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-9
/
+76
2024-02-08
Rollup merge of #120727 - Nadrieril:tweak-int-reporting, r=compiler-errors
Matthias Krüger
-45
/
+189
[prev]
[next]