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
Age
Commit message (
Expand
)
Author
Lines
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
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-25
/
+17
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-18
Surround types with backticks in type errors
Esteban Küber
-7
/
+7
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-10
/
+2
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-2
/
+2
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-11
/
+11
2019-11-18
Update src/test/ui/pattern/issue-53820-slice-pattern-large-array.rs
Nadrieril Feneanar
-0
/
+3
2019-11-17
Small improvement to exhaustiveness diagnostics
Nadrieril
-6
/
+6
2019-11-16
Add regression test for issue 53820
Nadrieril
-0
/
+10
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-13
Tweak non-char/numeric in range pattern diagnostic
Yuki Okushi
-4
/
+4
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
/
+0
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-03
Auto merge of #65759 - tmiasko:ui, r=petrochenkov
bors
-2
/
+2
2019-11-02
Update error annotations in tests that successfully compile
Tomasz Miąsko
-2
/
+2
2019-10-31
Revert "pre-expansion gate box_patterns"
Eduard-Mihai Burtescu
-2
/
+0
2019-10-28
Auto merge of #65421 - estebank:variants, r=petrochenkov
bors
-2
/
+5
2019-10-27
Gather together usefulness tests
Nadrieril
-0
/
+2036
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-2
/
+5
2019-10-24
pre-expansion gate box_patterns
Mazdak Farrokhzad
-0
/
+2
2019-09-26
Adjust & --bless tests due to no longer downgrading NLL errors on 2015.
Mazdak Farrokhzad
-31
/
+3
2019-09-24
Remove blanket silencing of "type annotation needed" errors
Esteban Küber
-15
/
+23
2019-09-04
Point at variant on pattern field count mismatch
Esteban Küber
-0
/
+9
2019-07-29
Add semantic test for rest patterns.
Mazdak Farrokhzad
-0
/
+270
2019-07-29
Add syntactic test for rest patterns.
Mazdak Farrokhzad
-0
/
+70
2019-07-01
Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche...
bors
-43
/
+0
2019-06-18
test: normalize away the line/column info in ui/pattern/const-pat-ice.
Eduard-Mihai Burtescu
-1
/
+2
2019-06-15
Move type_alias_enum_variants tests to a folder; Strip feature gates.
Mazdak Farrokhzad
-43
/
+0
[prev]
[next]