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-wide-ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-31
Rename stderr->64bit.stderr where needed.
Hameer Abbasi
-0
/
+1
2021-01-17
validation test: turn some const_err back into validation failures
Ralf Jung
-12
/
+14
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-4
/
+8
2020-07-11
Stabilize `transmute` in constants and statics but not const fn
Oliver Scherer
-1
/
+0
2020-05-12
strings do not have to be valid UTF-8 any more
Ralf Jung
-4
/
+4
2020-05-06
convert remaining try_validation to new macro
Ralf Jung
-0
/
+6
2020-05-06
add test for insufficiently aligned vtable
Ralf Jung
-0
/
+2
2020-03-11
fmt, tweak messages and bless
Ralf Jung
-1
/
+1
2020-03-08
fix some cases of unexpected exceptions leaving validation
Ralf Jung
-1
/
+5
2020-03-06
better error messages for invalid boxes (and a few more tests)
Ralf Jung
-0
/
+6
2020-03-06
const validation ub tests: use transmute instead of unions
Ralf Jung
-90
/
+39
2019-12-18
Update test now that reference to pointer casts have more checks
Matthew Jasper
-2
/
+13
2019-08-30
make unions repr(C)
Ralf Jung
-0
/
+3
2019-08-30
better variable names
Ralf Jung
-10
/
+10
2019-08-26
adjust tests
Ralf Jung
-2
/
+1
2019-08-25
test for too long slices
Ralf Jung
-0
/
+2
2019-08-25
validate raw wide pointers
Ralf Jung
-0
/
+155