summary refs log tree commit diff
path: root/src/test/ui/lint/uninitialized-zeroed.stderr
AgeCommit message (Expand)AuthorLines
2022-08-26More tests for invalid_value lint5225225-7/+40
2022-08-26Make invalid-value trigger on uninit primitives5225225-8/+19
2022-07-01Shorten def_span for more items.Camille GILLOT-5/+2
2022-04-01invalid_value lint: detect invalid initialization of arraysRalf Jung-11/+44
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-49/+49
2020-09-03rustc_lint: avoid trimmed paths for ty_find_init_errorDan Aloni-5/+5
2020-09-02pretty: trim paths of unique symbolsDan Aloni-12/+12
2020-07-17warn about uninit multi-variant enumsRalf Jung-36/+54
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