summary refs log tree commit diff
path: root/src/test/ui/lint/uninitialized-zeroed.stderr
AgeCommit message (Expand)AuthorLines
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-8/+8
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-12Add backticks in appropriate placesvarkor-8/+8
2020-01-12Diagnostics should start lowercasevarkor-27/+27
2019-11-07invalid_value lint: fix help textRalf Jung-35/+35
2019-11-02also identiy MaybeUninit::uninit().assume_init() as dangerousRalf Jung-1/+34
2019-11-02uninit/zeroed lint: warn against NULL vtablesRalf Jung-7/+29
2019-08-17test in a way that works even with muslRalf Jung-63/+55
2019-08-17invalid_value: also detect transmute-from-0 (seen in the wild)Ralf Jung-39/+72
2019-08-17invalid_value: warn for types with custom valid rangeRalf Jung-25/+66
2019-08-17warn about uninit bools and charsRalf Jung-1/+27
2019-08-12more informative error message from invalid_value lintRalf Jung-55/+175
2019-08-11warn for more casesRalf Jung-10/+135
2019-08-11add basic lint testing for misuse of mem::zeroed and mem::uninitializedRalf Jung-0/+44