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
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