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.stderr
Age
Commit message (
Expand
)
Author
Lines
2022-08-26
More tests for invalid_value lint
5225225
-7
/
+40
2022-08-26
Make invalid-value trigger on uninit primitives
5225225
-8
/
+19
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-5
/
+2
2022-04-01
invalid_value lint: detect invalid initialization of arrays
Ralf Jung
-11
/
+44
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-49
/
+49
2020-09-03
rustc_lint: avoid trimmed paths for ty_find_init_error
Dan Aloni
-5
/
+5
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-12
/
+12
2020-07-17
warn about uninit multi-variant enums
Ralf Jung
-36
/
+54
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-8
/
+8
2020-01-24
Normalise notes with the/is
varkor
-1
/
+1
2020-01-12
Add backticks in appropriate places
varkor
-8
/
+8
2020-01-12
Diagnostics should start lowercase
varkor
-27
/
+27
2019-11-07
invalid_value lint: fix help text
Ralf Jung
-35
/
+35
2019-11-02
also identiy MaybeUninit::uninit().assume_init() as dangerous
Ralf Jung
-1
/
+34
2019-11-02
uninit/zeroed lint: warn against NULL vtables
Ralf Jung
-7
/
+29
2019-08-17
test in a way that works even with musl
Ralf Jung
-63
/
+55
2019-08-17
invalid_value: also detect transmute-from-0 (seen in the wild)
Ralf Jung
-39
/
+72
2019-08-17
invalid_value: warn for types with custom valid range
Ralf Jung
-25
/
+66
2019-08-17
warn about uninit bools and chars
Ralf Jung
-1
/
+27
2019-08-12
more informative error message from invalid_value lint
Ralf Jung
-55
/
+175
2019-08-11
warn for more cases
Ralf Jung
-10
/
+135
2019-08-11
add basic lint testing for misuse of mem::zeroed and mem::uninitialized
Ralf Jung
-0
/
+44