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
/
rfc-2008-non-exhaustive
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-2681
/
+0
2022-10-05
Delay function resolution error until typeck
Michael Goulet
-6
/
+6
2022-10-01
bless ui tests
Maybe Waffle
-29
/
+29
2022-09-03
Include enum path in variant suggestion
Michael Goulet
-26
/
+26
2022-08-10
Update error message to clarify that it's not the enum itself that's non_exha...
Scott McMurray
-1
/
+1
2022-08-10
Check if extern crate enum has non exhaustive variant when cast
Lamb
-7
/
+12
2022-07-15
passes: migrate half of `check_attr`
David Wood
-4
/
+4
2022-07-06
use `named_span` in case of tuple variant
Takayuki Maeda
-3
/
+3
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-53
/
+37
2022-03-12
Update non-exhaustive omitted_patterns ui output
Devin Ragotzy
-4
/
+46
2022-03-12
Add unstable struct fields to ui tests
Devin Ragotzy
-2
/
+62
2022-03-08
Change wording of suggestion to add missing `match` arm
Esteban Kuber
-28
/
+28
2022-03-08
Point at uncovered variants in enum definition in `note` instead of a `span_l...
Esteban Kuber
-74
/
+190
2022-03-08
When finding a match expr with multiple arms that requires more, suggest it
Esteban Kuber
-1
/
+5
2022-03-08
When encountering a match expr with no arms, suggest it
Esteban Kuber
-28
/
+163
2021-11-26
Demonstration test for #91161
Scott McMurray
-0
/
+29
2021-10-12
Filter unstable and doc hidden variants in usefulness checking
Devin Ragotzy
-56
/
+152
2021-10-08
Add feature gate to non_exhaustive_omitted_patterns lint
Devin Ragotzy
-20
/
+22
2021-10-02
Add ui test for empty fields for omitted_patterns lint
Devin Ragotzy
-3
/
+15
2021-09-14
Add reachable_patterns lint to rfc-2008-non_exhaustive
Devin Ragotzy
-5
/
+340
2021-08-25
Fix debugger stepping behavior around `match` expressions
Wesley Wiser
-4
/
+3
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-11
Modify structured suggestion output
Esteban Küber
-5
/
+5
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-3
/
+3
2021-05-14
Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkov
bors
-5
/
+5
2021-05-12
Improve error message for non-exhaustive matches on non-exhaustive enums
Fabian Wolff
-5
/
+5
2021-05-08
Add tests.
Luqman Aden
-1
/
+1
2021-01-13
Update tests for extern block linting
Mark Rousskov
-10
/
+13
2020-11-16
Apply suggestions from code review
Nadrieril
-2
/
+2
2020-11-12
Handle empty matches cleanly
Nadrieril
-2
/
+14
2020-10-26
resolve: private fields in tuple struct ctor diag
David Wood
-2
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-49
/
+49
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+28
2020-03-26
typeck/pat: address review comments
Mazdak Farrokhzad
-5
/
+5
2020-03-25
improve non-exhaustive struct pat error
Mazdak Farrokhzad
-0
/
+25
2020-03-24
Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov
Mazdak Farrokhzad
-0
/
+14
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-0
/
+14
2020-03-22
Normalize wording of privacy access labels
Esteban Küber
-7
/
+7
2020-01-24
Normalise notes with the/is
varkor
-3
/
+3
2020-01-16
resolve: Point at the private item definitions in privacy errors
Vadim Petrochenkov
-7
/
+49
2019-12-14
[WIP] fix tests after rebase
Niko Matsakis
-47
/
+15
2019-12-14
Revert "Remove `#![feature(never_type)]` from tests."
Niko Matsakis
-17
/
+64
2019-12-04
Forgot to update some test outputs
Nadrieril
-64
/
+46
2019-12-04
Use the default code path to list missing patterns
Nadrieril
-2
/
+2
2019-12-04
Only warn about missing patterns in the case of an enum
Nadrieril
-6
/
+6
2019-12-04
Make empty match lint more consistent under exhaustive_patterns
Nadrieril
-7
/
+7
2019-12-04
Add tests
Nadrieril
-3
/
+114
2019-11-24
Handle non_exhaustive in borrow checking
Matthew Jasper
-0
/
+83
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-24
/
+0
2019-11-21
Remove `#![feature(never_type)]` from tests.
Mazdak Farrokhzad
-51
/
+36
[next]