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
/
consts
/
const-eval
/
ub-enum.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-08
fix type size mismatch on 32bit
Ralf Jung
-3
/
+2
2020-03-06
please tidy
Ralf Jung
-0
/
+1
2020-03-06
test some more kinds of enums with uninhabited variants
Ralf Jung
-1
/
+35
2020-03-06
const validation ub tests: use transmute instead of unions
Ralf Jung
-31
/
+18
2019-08-30
const-eval tests: make all unions repr(C)
Ralf Jung
-0
/
+3
2019-07-04
turns out that dangling pointer branch is dead code; remove it and improve th...
Ralf Jung
-10
/
+22
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-19
we now do proper validation on scalars
Ralf Jung
-5
/
+5
2018-11-15
do not accept out-of-bounds pointers in enum discriminants, they might be NULL
Ralf Jung
-0
/
+5
2018-11-07
do not print wrapping ranges like normal ranges in diagnostics
Ralf Jung
-10
/
+19
2018-11-05
Also test for undef in enum discriminant
Ralf Jung
-0
/
+5
2018-11-05
fix validation error on non-integer enum discriminants
Ralf Jung
-0
/
+2
2018-10-25
Report const eval error inside the query
Oliver Schneider
-3
/
+3
2018-08-22
optimize sanity check path printing
Ralf Jung
-0
/
+49