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
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-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
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-10
/
+10
2020-07-27
mv std libs to library/
mark
-3
/
+3
2020-07-05
Address code reviews
Yuki Okushi
-10
/
+21
2020-07-05
Explain exhaustive matching on {usize,isize} maximum values
Yuki Okushi
-0
/
+46
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-31
/
+31
2020-06-13
Prefer the associated consts for pattern matching error
Lzu Tao
-25
/
+25
2020-05-23
Remove out-of-date comment
Nadrieril
-1
/
+0
2020-05-23
Work around type normalization issues
Nadrieril
-0
/
+23
2020-05-17
We don't use tyerr anymore
Nadrieril
-0
/
+22
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
[next]