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
/
match
Age
Commit message (
Expand
)
Author
Lines
2019-10-28
Auto merge of #65421 - estebank:variants, r=petrochenkov
bors
-8
/
+8
2019-10-27
Gather together usefulness tests
Nadrieril
-928
/
+0
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-8
/
+8
2019-10-27
update tests
Mark Mansi
-0
/
+4
2019-10-16
Only emit overlapping patterns lint if the overlap is partial
Esteban Küber
-51
/
+9
2019-10-16
Continue to emit unreachable pattern on cases caught by overlapping patterns
Esteban Küber
-19
/
+51
2019-10-16
Move overlapping patterns to its own lint
Esteban Küber
-4
/
+10
2019-10-16
Add check for overlapping ranges to unreachable patterns lint
Esteban Küber
-27
/
+37
2019-10-14
Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril
Mazdak Farrokhzad
-4
/
+4
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-4
/
+4
2019-10-09
Suggest `if let` on `let` refutable binding
Esteban Küber
-0
/
+28
2019-09-21
Do not trigger unreachable lint in async body and Use span labels
Esteban Küber
-6
/
+3
2019-09-18
Point at original span when emitting unreachable lint
Aaron Hill
-0
/
+5
2019-09-11
Auto merge of #64271 - Centril:non-exhaustive-peel-refs, r=estebank
bors
-0
/
+242
2019-09-09
check_match: unify check_irrefutable & check_exhaustive more.
Mazdak Farrokhzad
-17
/
+43
2019-09-09
check_match: refactor + improve non-exhaustive diag for default binding modes.
Mazdak Farrokhzad
-0
/
+216
2019-09-08
Update tests wrt. bind_by_by_move_pattern_guards stabilization.
Mazdak Farrokhzad
-2
/
+0
2019-09-06
Update ui tests
varkor
-1
/
+1
2019-09-04
Point at variant on pattern field count mismatch
Esteban Küber
-0
/
+3
2019-08-13
Suggest giving return type to closures on E0282
Esteban Küber
-4
/
+1
2019-08-09
Be more accurate when mentioning type of found match arms
Esteban Küber
-0
/
+41
2019-08-06
pretty-pretty extremal constants!
Zack M. Davis
-2
/
+2
2019-07-30
Remove 'feature(nll)' from bind_by_move_pattern_guards tests.
Mazdak Farrokhzad
-1
/
+1
2019-07-28
Rollup merge of #63067 - JohnTitor:test-for-50900, r=Centril
Mazdak Farrokhzad
-0
/
+33
2019-07-28
Move to src/test/ui/match/
Yuki Okushi
-0
/
+33
2019-07-28
--bless tests due to new subslice syntax.
Mazdak Farrokhzad
-2
/
+2
2019-07-28
Use new 'p @ ..' syntax in tests.
Mazdak Farrokhzad
-3
/
+3
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-1
/
+1
2019-06-02
Rollup merge of #61441 - estebank:fn-call-in-match, r=varkor
Mazdak Farrokhzad
-2
/
+6
2019-06-01
Tweak wording when encountering `fn` call in pattern
Esteban Küber
-2
/
+6
2019-05-30
Update ui and run-pass for ellipsis_inclusive_range_patterns lint
memoryruins
-16
/
+16
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+25
2019-05-01
Resolve match arm ty when arms diverge
Esteban Küber
-17
/
+42
2019-04-23
Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk
bors
-0
/
+9
2019-04-22
Never stop due to errors before borrow checking
Esteban Küber
-0
/
+9
2019-04-22
Remove double trailing newlines
varkor
-2
/
+0
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-3
/
+3
2019-03-11
Update tests
Vadim Petrochenkov
-36
/
+36
2019-03-02
Point at enum definition when match patterns are not exhaustive
Esteban Küber
-2
/
+26
2019-02-21
Add address stability test for matches
Matthew Jasper
-0
/
+39
2019-02-08
review comments: (marginally) reduce memory consumtion
Esteban Küber
-1
/
+41
2019-02-07
Add test for type mismatch on first match arm
Esteban Küber
-0
/
+58
2019-01-14
Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk
bors
-77
/
+0
2019-01-12
Don't add label to the match expr when the type is not fully realized
Esteban Küber
-2
/
+0
2019-01-12
Reword label as per review comment
Esteban Küber
-3
/
+3
2019-01-12
Point at the match discriminant when arm pattern has a type mismatch
Esteban Küber
-1
/
+7
2019-01-08
improve non_upper_case_globals diagnostics
Andy Russell
-77
/
+0
2018-12-31
Improve type mismatch error messages
Yuning Zhang
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-347
/
+76
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-41
/
+37
[prev]
[next]