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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
consts
/
const-eval
/
ub-wide-ptr.stderr
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-297
/
+0
2022-12-27
Fix ui constant tests for big-endian platforms
Ulrich Weigand
-0
/
+297
2021-03-31
Rename stderr->64bit.stderr where needed.
Hameer Abbasi
-309
/
+0
2021-03-31
Add allocation information to undefined behaviour errors.
Hameer Abbasi
-0
/
+78
2021-01-17
validation test: turn some const_err back into validation failures
Ralf Jung
-69
/
+45
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-25
/
+49
2020-07-11
Stabilize `transmute` in constants and statics but not const fn
Oliver Scherer
-28
/
+28
2020-05-12
strings do not have to be valid UTF-8 any more
Ralf Jung
-4
/
+4
2020-05-07
use hex for pointers in Miri error messages; refine vtable error message
Ralf Jung
-3
/
+3
2020-05-06
more precise vtable errors
Ralf Jung
-9
/
+9
2020-05-06
convert remaining try_validation to new macro
Ralf Jung
-5
/
+29
2020-05-06
add test for insufficiently aligned vtable
Ralf Jung
-6
/
+14
2020-05-01
rename InvalidIntPtrUsage
Ralf Jung
-2
/
+2
2020-05-01
bless you
Ralf Jung
-1
/
+1
2020-04-26
organize Debug/Display impls a bit more; avoid sign-ignorant decimal display
Ralf Jung
-4
/
+4
2020-04-15
reword Miri validity errors: undefined -> uninitialized
Ralf Jung
-2
/
+2
2020-03-11
generalize InvalidNullPointerUsage to InvalidIntPointerUsage
Ralf Jung
-3
/
+3
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
-21
/
+37
2020-03-06
better error messages for invalid boxes (and a few more tests)
Ralf Jung
-13
/
+29
2020-03-06
const validation ub tests: use transmute instead of unions
Ralf Jung
-60
/
+68
2020-02-18
more English grammar
Ralf Jung
-2
/
+2
2020-02-18
miri value visitor: fix some wrong assumptions about layout; improve error me...
Ralf Jung
-4
/
+4
2019-12-18
Update test now that reference to pointer casts have more checks
Matthew Jasper
-21
/
+33
2019-11-06
--bless
Ralf Jung
-2
/
+2
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-18
/
+18
2019-08-30
make unions repr(C)
Ralf Jung
-18
/
+18
2019-08-30
better variable names
Ralf Jung
-18
/
+18
2019-08-26
adjust tests
Ralf Jung
-16
/
+8
2019-08-25
test for too long slices
Ralf Jung
-7
/
+15
2019-08-25
validate raw wide pointers
Ralf Jung
-0
/
+147