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-ref.stderr
Age
Commit message (
Expand
)
Author
Lines
2021-02-16
add test
Ralf Jung
-75
/
+0
2020-09-19
Stop using the `const_eval` query for initializers of statics
Oliver Scherer
-1
/
+1
2020-07-11
Stabilize `transmute` in constants and statics but not const fn
Oliver Scherer
-9
/
+9
2020-05-12
Pointer printing: do not print 0 offset
Ralf Jung
-1
/
+1
2020-04-27
keep 'pointer' terminology around
Ralf Jung
-1
/
+1
2020-04-26
organize Debug/Display impls a bit more; avoid sign-ignorant decimal display
Ralf Jung
-1
/
+1
2020-03-06
better error messages for invalid boxes (and a few more tests)
Ralf Jung
-3
/
+3
2020-03-06
test that we validate boxes
Ralf Jung
-4
/
+36
2020-02-18
more English grammar
Ralf Jung
-3
/
+3
2020-02-18
miri value visitor: fix some wrong assumptions about layout; improve error me...
Ralf Jung
-1
/
+1
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-5
/
+5
2019-08-30
const-eval tests: make all unions repr(C)
Ralf Jung
-3
/
+3
2019-07-14
miri validation: better error messages for dangling references
Ralf Jung
-1
/
+1
2019-02-22
#58658 bless after line split for tidy
Patrick McCarter
-5
/
+5
2019-02-22
Change byte align message wording #58617
Patrick McCarter
-1
/
+1
2019-02-22
Invalid byte alignment expected/provided in message #58617
Patrick McCarter
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-5
/
+5
2018-11-15
validation: better error when the enum discriminant is Undef
Ralf Jung
-2
/
+2
2018-11-05
the visitor can already load the value for visit_primitive
Ralf Jung
-1
/
+1
2018-11-05
fix validation error on non-integer enum discriminants
Ralf Jung
-5
/
+5
2018-10-25
Rebase fallout
Oliver Schneider
-5
/
+5
2018-10-13
validation: accept pointers in integer arrays
Ralf Jung
-1
/
+9
2018-10-09
unify handling of thin and fat pointers by moving primitive type handling out...
Ralf Jung
-2
/
+10
2018-10-09
switch validation of scalars to be type-driven
Ralf Jung
-0
/
+27