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
/
intrinsics
/
panic-uninitialized-zeroed.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-14
Use constant eval to do strict validity checks
5225225
-22
/
+44
2022-05-24
Add flag for stricter checks on uninit/zeroed
5225225
-6
/
+38
2022-03-27
assert_uninit_valid: ensure we detect at least arrays of uninhabited types
Ralf Jung
-0
/
+28
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+1
2021-10-14
Revert "Stabilize `arbitrary_enum_discriminant`"
Mark Rousskov
-1
/
+1
2021-09-21
Disable visible path calculation for PrettyPrinter in Ok path of compiler
Alik Aslanyan
-5
/
+6
2021-07-28
Stabilize `arbitrary_enum_discriminant`
Deadbeef
-1
/
+1
2021-05-27
Test THIR unsafeck for unsafe ops in closures
LeSeulArtichaut
-0
/
+2
2020-10-19
Fix ui test for updated core::panic behaviour.
Mara Bos
-2
/
+2
2020-09-26
might_permit_raw_init: also check aggregate fields
Ralf Jung
-2
/
+38
2020-02-29
clarify a comment in the test
Ralf Jung
-1
/
+3
2020-02-29
we cannot short-circuit just becuase the Abi seems harmless
Ralf Jung
-2
/
+46
2020-02-29
make it even more conservative, and note some FIXMEs
Ralf Jung
-0
/
+2
2020-02-29
test some more things that should not panic
Ralf Jung
-5
/
+14
2020-02-29
mem::zeroed/uninit: panic on types that do not permit zero-initialization
Ralf Jung
-0
/
+113