summary refs log tree commit diff
path: root/src/test/ui/lint/uninitialized-zeroed.rs
AgeCommit message (Expand)AuthorLines
2020-07-17warn about uninit multi-variant enumsRalf Jung-0/+19
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-1/+1
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-1/+1
2019-11-02also identiy MaybeUninit::uninit().assume_init() as dangerousRalf Jung-0/+6
2019-11-02uninit/zeroed lint: warn against NULL vtablesRalf Jung-0/+3
2019-08-17test in a way that works even with muslRalf Jung-2/+3
2019-08-17invalid_value: also detect transmute-from-0 (seen in the wild)Ralf Jung-0/+6
2019-08-17invalid_value: warn for types with custom valid rangeRalf Jung-3/+18
2019-08-17warn about uninit bools and charsRalf Jung-0/+3
2019-08-12more informative error message from invalid_value lintRalf Jung-0/+8
2019-08-11warn for more casesRalf Jung-1/+31
2019-08-11add basic lint testing for misuse of mem::zeroed and mem::uninitializedRalf Jung-0/+28