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
/
rfc-2008-non-exhaustive
Age
Commit message (
Expand
)
Author
Lines
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
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-24
/
+0
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-16
/
+16
2019-10-27
Point at local similarly named element and tweak references to variants
Esteban Küber
-2
/
+2
2019-10-25
RFC 2008: Stabilization
David Wood
-43
/
+21
2019-10-23
ignore uninhabited non-exhaustive variant fields
David Wood
-0
/
+36
2019-10-11
resolve: shorten wording on private constructor error
Dan Aloni
-1
/
+1
2019-10-11
resolve: fix error title regarding private constructors
Dan Aloni
-2
/
+2
2019-10-10
Auto merge of #65153 - da-x:issue-58017, r=petrochenkov
bors
-7
/
+4
2019-10-09
resolve: Use field spans for reporting the private constructor error
Vadim Petrochenkov
-7
/
+4
2019-10-05
lint: extern non-exhaustive types are improper
David Wood
-0
/
+148
2019-09-08
Update test stderr with results of enabling unused lints
Mark Rousskov
-3
/
+3
2019-08-09
Mention that tuple structs are private if their fields are
Esteban Küber
-0
/
+8
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-2
/
+2
2019-06-16
compiletest: Remove `skip-codegen`
Vadim Petrochenkov
-4
/
+4
2019-05-25
Reword malformed attribute input diagnostics
Esteban Küber
-3
/
+3
2019-05-10
Add a bunch more tests.
David Wood
-5
/
+506
2019-05-10
Move uninhabited tests into subdirectory.
David Wood
-16
/
+16
2019-05-10
Fix uninhabitedness of non-exhaustive enums.
David Wood
-105
/
+385
2019-05-10
Add uninhabitedness tests w/ `#[non_exhaustive]`.
David Wood
-0
/
+193
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+2
2019-04-14
Address review comments
Vadim Petrochenkov
-0
/
+3
2019-04-14
Fix cross-crate visibility of fictive variant constructors
Vadim Petrochenkov
-0
/
+9
2019-03-28
Implement `#[non_exhaustive]` on variants.
David Wood
-55
/
+206
2019-03-11
Update tests
Vadim Petrochenkov
-3
/
+3
2019-03-02
Point at enum definition when match patterns are not exhaustive
Esteban Küber
-0
/
+2
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-7
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-96
/
+16
[next]