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
/
match
Age
Commit message (
Expand
)
Author
Lines
2024-05-20
hir pretty: fix block indent
Nilstrieb
-7
/
+7
2024-05-15
Gate implicit mutable by-reference bindings behind `mut ref`
Jules Bertholet
-2
/
+33
2024-05-15
`&mut` no longer peels off `&`
Jules Bertholet
-62
/
+119
2024-05-15
Remove `ref_pat_everywhere`
Jules Bertholet
-74
/
+0
2024-05-10
Comments and fixes
Jules Bertholet
-42
/
+108
2024-05-10
Fix spans when macros are involved
Jules Bertholet
-4
/
+3
2024-05-10
Various fixes:
Jules Bertholet
-24
/
+41
2024-05-10
Match ergonomics 2024: let `&` patterns eat `&mut`
Jules Bertholet
-69
/
+115
2024-05-02
Stabilize exclusive_range
Ross Smyth
-17
/
+14
2024-04-29
Change wording
est31
-1
/
+1
2024-04-28
Add a note to the ArbitraryExpressionInPattern error
est31
-0
/
+2
2024-04-15
Ensure inherited reference is never set to `&mut` behind an `&`
Jules Bertholet
-23
/
+59
2024-04-15
Support `let &mut x = &&mut 0;`
Jules Bertholet
-3
/
+44
2024-04-15
Properly downgrade inherited mutability
Jules Bertholet
-2
/
+72
2024-04-15
Match ergonomics 2024: Implement eat-one-layer
Jules Bertholet
-0
/
+400
2024-04-05
Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril
Guillaume Gomez
-0
/
+78
2024-04-02
Fix suggestions for match non-exhaustiveness
Michael Goulet
-1
/
+1
2024-04-02
Don't ICE for postfix match after as
Michael Goulet
-0
/
+35
2024-04-02
Address review comments
Jules Bertholet
-68
/
+27
2024-03-30
Implement "&<pat> everywhere"
Jules Bertholet
-0
/
+119
2024-03-26
Don't check match scrutinee of postfix match for unused parens
Michael Goulet
-0
/
+8
2024-03-22
Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov
Matthias Krüger
-0
/
+142
2024-03-09
Allow lint where we don't care
Nadrieril
-0
/
+1
2024-03-05
Add postfix-match experimental feature
Ross Smyth
-0
/
+142
2024-03-03
Move tests
Caio
-0
/
+27
2024-02-25
make non-PartialEq-typed consts as patterns a hard error
Ralf Jung
-21
/
+4
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-46
/
+46
2024-02-15
Remove a suggestion that is redundant
Michael Goulet
-5
/
+1
2024-02-15
Only point out non-diverging arms for match suggestions
Michael Goulet
-1
/
+46
2024-02-05
Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillot
Matthias Krüger
-165
/
+11
2024-02-01
`#![feature(inline_const_pat)]` is no longer incomplete
Matthew Jasper
-13
/
+11
2024-01-26
add test checking behavior of matching on floats, and NaNs in consts
Ralf Jung
-0
/
+11
2024-01-26
remove illegal_floating_point_literal_pattern lint
Ralf Jung
-165
/
+0
2023-11-27
Account for `!` arm in tail `match` expr
Esteban Küber
-0
/
+37
2023-11-24
Show number in error message even for one error
Nilstrieb
-20
/
+20
2023-11-17
On resolve error of `[rest..]`, suggest `[rest @ ..]`
Esteban Küber
-0
/
+5
2023-11-03
Tweak spans for "adt defined here" note
Nadrieril
-2
/
+2
2023-10-11
Fix range overflow checking
Nadrieril
-28
/
+27
2023-10-11
Add tests
Nadrieril
-0
/
+144
2023-09-25
rename lint; add tracking issue
Ralf Jung
-4
/
+4
2023-09-24
work towards rejecting consts in patterns that do not implement PartialEq
Ralf Jung
-1
/
+25
2023-09-19
Update to LLVM 17.0.0
Nikita Popov
-0
/
+32
2023-09-03
Improve clarity of diagnostic message on non-exhaustive matches
Sebastian Toh
-1
/
+1
2023-08-28
Add note when matching on nested non-exhaustive enums
Sebastian Toh
-1
/
+2
2023-08-16
Auto merge of #114847 - nikic:update-llvm-12, r=cuviper
bors
-0
/
+39
2023-08-15
Add test for #114691
Nikita Popov
-0
/
+39
2023-08-14
Point at return type when it influences non-first `match` arm
Esteban Küber
-0
/
+33
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-1
/
+1
2023-06-28
remove FIXME and add test
James Dietz
-0
/
+12
2023-06-15
add test
James Dietz
-0
/
+11
[prev]
[next]