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
/
lint
/
uninitialized-zeroed.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-26
More tests for invalid_value lint
5225225
-0
/
+9
2022-08-26
Make invalid-value trigger on uninit primitives
5225225
-2
/
+4
2022-04-01
invalid_value lint: detect invalid initialization of arrays
Ralf Jung
-0
/
+8
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-1
/
+0
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