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
/
deref-patterns
Age
Commit message (
Expand
)
Author
Lines
2025-08-26
fix: Add col separator before secondary messages with no source
Scott Schafer
-0
/
+1
2025-08-22
On E0277, point at type that doesn't implement bound
Esteban Küber
-2
/
+14
2025-07-28
In rustc_pattern_analysis, put `true` witnesses before `false` witnesses
Chayim Refael Friedman
-4
/
+4
2025-05-06
error early when mixing deref patterns with normal constructors
dianne
-0
/
+91
2025-05-06
add exhaustiveness/usefulness tests for deref patterns
dianne
-0
/
+269
2025-05-06
let deref patterns participate in usefulness/exhaustiveness
dianne
-15
/
+9
2025-05-05
always peel `&mut`, to allow matching on `&mut str`
dianne
-3
/
+143
2025-05-05
match ergonomics for string and byte string literal patterns
dianne
-41
/
+156
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-11
/
+13
2025-04-27
Test partial moves via deref pats
Nadrieril
-0
/
+8
2025-04-24
lower deref patterns on boxes using built-in derefs
dianne
-0
/
+47
2025-04-24
move existing tests away from using boxes
dianne
-50
/
+96
2025-04-22
make `[u8]` and `[u8;N]` literal patterns usable in deref patterns
dianne
-1
/
+147
2025-04-22
make `str` literal patterns usable in deref patterns
dianne
-29
/
+54
2025-04-16
Make cow_of_cow test a teeny bit more explicit
Nadrieril
-1
/
+2
2025-04-16
add a feature gate test
dianne
-0
/
+44
2025-04-16
upvar inference for implicit deref patterns
dianne
-0
/
+27
2025-04-16
respect the tcx's recursion limit when peeling
dianne
-0
/
+41
2025-04-16
don't peel ADTs the pattern could match
dianne
-0
/
+79
2025-04-16
register `DerefMut` bounds for implicit mutable derefs
dianne
-3
/
+62
2025-04-16
pattern typing for immutable implicit deref patterns
dianne
-3
/
+183
2025-03-13
EUV: fix place of deref pattern's interior's scrutinee
dianne
-0
/
+15
2024-11-25
`add_move_error_suggestions`: use a HIR visitor rather than `SourceMap`
dianne
-0
/
+10
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-03-25
Require DerefMut if deref pattern has nested ref mut binding
Michael Goulet
-0
/
+37
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