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
/
union-ice.stderr
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-21
/
+0
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-28
/
+11
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-14
/
+5
2022-06-29
interpret: adjust error from constructing an invalid value
Ralf Jung
-3
/
+3
2022-05-19
interpret/validity: separately control checking numbers for being init and no...
Ralf Jung
-2
/
+2
2021-06-13
update tests involving CTFE validation
Rémy Rakic
-2
/
+2
2021-04-29
remove const_fn feature gate from const tests
Ralf Jung
-3
/
+3
2021-04-01
Limit the problematic tests to x86_64.
Hameer Abbasi
-0
/
+47
2021-03-31
Rename stderr->64bit.stderr where needed.
Hameer Abbasi
-47
/
+0
2021-03-31
Add allocation information to undefined behaviour errors.
Hameer Abbasi
-0
/
+11
2020-04-16
switch back to 'bytes'
Ralf Jung
-1
/
+1
2020-04-15
reword Miri validity errors: undefined -> uninitialized
Ralf Jung
-1
/
+1
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-3
/
+3
2019-08-30
const-eval tests: make all unions repr(C)
Ralf Jung
-3
/
+3
2019-03-11
Update tests
Vadim Petrochenkov
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-3
/
+3
2018-11-19
we now do proper validation on scalars
Ralf Jung
-1
/
+1
2018-11-19
Make const_eval_raw query return just an AllocId
Ralf Jung
-4
/
+4
2018-11-15
validation: better error when the enum discriminant is Undef
Ralf Jung
-1
/
+1
2018-10-25
Rebase fallout
Oliver Schneider
-2
/
+2
2018-10-25
Report const eval error inside the query
Oliver Schneider
-6
/
+6
2018-10-09
unify handling of thin and fat pointers by moving primitive type handling out...
Ralf Jung
-1
/
+1
2018-10-09
also validate everything that has a Scalar layout, to catch NonNull
Ralf Jung
-1
/
+1
2018-10-09
switch validation of scalars to be type-driven
Ralf Jung
-1
/
+1
2018-09-30
do not normalize non-scalar constants to a ConstValue::ScalarPair
Ralf Jung
-3
/
+5
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+34