| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-07-17 | warn about uninit multi-variant enums | Ralf Jung | -0/+19 |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -1/+1 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-02 | also identiy MaybeUninit::uninit().assume_init() as dangerous | Ralf Jung | -0/+6 |
| 2019-11-02 | uninit/zeroed lint: warn against NULL vtables | Ralf Jung | -0/+3 |
| 2019-08-17 | test in a way that works even with musl | Ralf Jung | -2/+3 |
| 2019-08-17 | invalid_value: also detect transmute-from-0 (seen in the wild) | Ralf Jung | -0/+6 |
| 2019-08-17 | invalid_value: warn for types with custom valid range | Ralf Jung | -3/+18 |
| 2019-08-17 | warn about uninit bools and chars | Ralf Jung | -0/+3 |
| 2019-08-12 | more informative error message from invalid_value lint | Ralf Jung | -0/+8 |
| 2019-08-11 | warn for more cases | Ralf Jung | -1/+31 |
| 2019-08-11 | add basic lint testing for misuse of mem::zeroed and mem::uninitialized | Ralf Jung | -0/+28 |
