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
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+3
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-27
/
+12
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+108
2020-03-23
Ignore tests on some platforms due to #53081
Aaron Hill
-12
/
+27
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-0
/
+18
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-2
/
+2
2020-01-24
Normalise notes with the/is
varkor
-17
/
+17
2020-01-20
check_match: simplify check_arm
Mazdak Farrokhzad
-1
/
+3
2020-01-18
slice_patterns: organize some tests
Mazdak Farrokhzad
-0
/
+11
2020-01-18
slice_patterns: remove gates in tests
Mazdak Farrokhzad
-68
/
+55
2020-01-09
Update tests
Vadim Petrochenkov
-2
/
+24
2019-12-14
Revert "Remove `#![feature(never_type)]` from tests."
Niko Matsakis
-1
/
+2
2019-12-11
Revert a diagnostic change in the case of integer ranges
Nadrieril
-8
/
+8
2019-12-04
Reuse `adt_defined_here`
Nadrieril
-10
/
+43
2019-12-04
Use the default code path to list missing patterns
Nadrieril
-48
/
+60
2019-12-04
List missing constructors in an almost empty match
Nadrieril
-71
/
+101
2019-12-04
Add tests
Nadrieril
-65
/
+312
2019-12-04
Only warn about missing patterns in the case of an enum
Nadrieril
-80
/
+26
2019-12-04
Add tests
Nadrieril
-16
/
+104
2019-12-04
Make empty match lint more consistent under exhaustive_patterns
Nadrieril
-25
/
+58
2019-12-04
Fix erroneous comment
Nadrieril
-8
/
+7
2019-12-04
Tweak error on empty match
Nadrieril
-2
/
+2
2019-12-04
Add tests
Nadrieril
-0
/
+229
2019-12-02
Remove top-level or-pattern hack
Nadrieril
-12
/
+5
2019-12-02
Correct error on partially unreachable or-pat in `if let`
Nadrieril
-15
/
+12
2019-12-02
Add some tests
Nadrieril
-0
/
+134
2019-11-28
Auto merge of #66603 - Nadrieril:fix-65413, r=varkor
bors
-7
/
+81
2019-11-21
Remove `#![feature(never_type)]` from tests.
Mazdak Farrokhzad
-2
/
+1
2019-11-21
Use appropriate constructor for const slices
Nadrieril
-23
/
+9
2019-11-21
Add some tests
Nadrieril
-3
/
+91
2019-11-17
Small improvement to exhaustiveness diagnostics
Nadrieril
-6
/
+6
2019-11-16
Introduce new FixedLenSlice constructor
Nadrieril
-11
/
+11
2019-11-16
Add some tests
Nadrieril
-23
/
+49
2019-11-15
Add regression test
Nadrieril
-0
/
+6
2019-11-15
Apply suggestions from code review
Nadrieril Feneanar
-1
/
+1
2019-11-15
Add test for failing `try_eval_bits`
Nadrieril
-1
/
+16
2019-11-06
Split slice-patterns test as suggested by Centril
Nadrieril
-89
/
+109
2019-11-05
Move a few more tests to the usefulness/ folder
Nadrieril
-0
/
+193
2019-11-05
Use VarLenSlice consistently when splitting constructors
Nadrieril
-21
/
+21
2019-11-05
Add some test cases
Nadrieril
-1
/
+31
2019-11-05
Make exhaustiveness error message more consistent for slice patterns
Nadrieril
-11
/
+11
2019-11-05
Don't use max_slice_length when subtracting from VarLenSlice
Nadrieril
-2
/
+2
2019-11-05
Add some slice-pattern exhaustiveness tests
Nadrieril
-0
/
+213
2019-11-02
Update error annotations in tests that successfully compile
Tomasz Miąsko
-2
/
+2
2019-10-27
Gather together usefulness tests
Nadrieril
-0
/
+2044