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
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
2023-05-31
Only rewrite valtree-constants to patterns and keep other constants opaque
Oli Scherer
-2
/
+2
2023-04-30
Remove wrong assertion.
Camille GILLOT
-0
/
+10
2023-04-15
Add some reasons why tests are ignored.
Eric Huss
-2
/
+2
2023-04-03
Perform match checking on THIR.
Camille GILLOT
-27
/
+6
2023-02-22
diagnostics: update test cases to refer to assoc fn with `self` as method
Michael Howell
-2
/
+2
2023-01-30
Modify primary span label for E0308
Esteban Küber
-7
/
+7
2023-01-17
Account for method call and indexing when looking for inner-most path in expr...
Esteban Küber
-0
/
+1
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+1848