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
/
src
/
test
/
ui
/
pattern
/
usefulness
Age
Commit message (
Expand
)
Author
Lines
2021-11-23
Fix stack overflow in `usefulness.rs`
Badel2
-0
/
+14
2021-10-12
Filter unstable and doc hidden variants in usefulness checking
Devin Ragotzy
-0
/
+185
2021-10-01
Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry
Manish Goregaokar
-22
/
+56
2021-10-01
Normalize after substituting via `field.ty()`
Nadrieril
-22
/
+56
2021-09-29
Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk
bors
-16
/
+95
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-9
/
+9
2021-09-26
Replace `Pat` with a new intermediate representation
Nadrieril
-14
/
+48
2021-09-26
Rework `Fields` internals.
Nadrieril
-2
/
+2
2021-09-22
Add tests
Nadrieril
-0
/
+45
2021-08-30
Handle irrufutable or unreachable let-else
Cameron Steffen
-12
/
+21
2021-08-16
Don't mark `if_let_guard` as an incomplete feature
Léo Lanteri Thauvin
-5
/
+4
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-7
/
+5
2021-08-11
Modify structured suggestion output
Esteban Küber
-3
/
+3
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-3
/
+3
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-4
/
+2
2021-02-18
Add explanations and suggestions to `irrefutable_let_patterns` lint
Camelid
-4
/
+26
2021-02-17
replace if-let and while-let with `if let` and `while let`
Takayuki Maeda
-4
/
+4
2021-02-13
Add match pattern diagnostics regression test
Bram van den Heuvel
-0
/
+29
2021-02-07
Auto merge of #80632 - Nadrieril:fix-80501, r=varkor
bors
-0
/
+27
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-1
/
+1
2021-01-24
Identify subpatterns by the path to them instead of spans
Nadrieril
-21
/
+3
2021-01-24
Add tests
Nadrieril
-0
/
+45
2021-01-12
Add tests for uninhabited types
Nadrieril
-212
/
+351
2021-01-12
Deduplicate some tests using revisions
Nadrieril
-227
/
+74
2021-01-03
Add notes to stderr of non-exhaustive-reference test
Daniel Noom
-2
/
+6
2021-01-03
Add note to non-exhaustive match on reference to empty
Daniel Noom
-0
/
+24
2020-12-22
Add some tests
Nadrieril
-28
/
+71
2020-12-22
Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor
bors
-86
/
+103
2020-12-19
Tweak diagnostics
Nadrieril
-8
/
+8
2020-12-18
Keep all witnesses of non-exhaustiveness
Nadrieril
-12
/
+14
2020-12-18
Add tests
Nadrieril
-14
/
+47
2020-11-29
`overlapping_range_endpoints` does not belong in the `unused` lint group
Nadrieril
-37
/
+39
2020-11-29
Improve error message
Nadrieril
-17
/
+32
2020-11-29
Be consistent about linting singletons
Nadrieril
-19
/
+3
2020-11-29
Rename the `overlapping_patterns` lint to `overlapping_range_endpoints`
Nadrieril
-33
/
+33
2020-11-29
Add tests
Nadrieril
-3
/
+19
2020-11-28
Correctly detect `usize`/`isize` range overlaps
Nadrieril
-2
/
+8
2020-11-21
Improve integer range tests
Nadrieril
-663
/
+892
2020-11-19
Regroup many usefulness-related test in the same folder
Nadrieril
-0
/
+751
2020-11-18
Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkor
bors
-55
/
+162
2020-11-17
Fix exhaustiveness in case a byte string literal is used at slice type
oli
-2
/
+2
2020-11-16
Add a test for foreign empty enums
Nadrieril
-48
/
+102
2020-11-12
Handle empty matches cleanly
Nadrieril
-36
/
+43
2020-11-12
Add tests
Nadrieril
-42
/
+88
2020-11-01
Fix #78549
Nadrieril
-0
/
+25
2020-10-20
Accidentally fixed #78071
Nadrieril
-24
/
+36
2020-10-18
The only remaining constant patterns are opaque
Nadrieril
-9
/
+2
2020-10-18
Destructure byte array constants to array patterns instead of keeping them op...
Oliver Scherer
-2
/
+2
2020-10-18
Add some tests
Nadrieril
-0
/
+267
2020-09-20
Implement destructuring for all aggregates and for references
Oliver Scherer
-41
/
+143
[next]