Ralf Jung
|
9a233bb9dd
|
interpret: make identity upcasts a NOP again to avoid them generating a new random vtable
|
2024-08-09 18:48:45 +02:00 |
|
Ralf Jung
|
f8ebe8d783
|
improve dangling/oob errors and make them more uniform
|
2024-07-27 21:12:54 +02:00 |
|
Ralf Jung
|
a7b80819e9
|
interpret: add sanity check in dyn upcast to double-check what codegen does
|
2024-07-18 11:41:10 +02:00 |
|
Markus Reiter
|
2d48a3a7bc
|
Move generic NonZero rustc_layout_scalar_valid_range_start attribute to inner type.
|
2024-03-10 13:18:07 +01:00 |
|
Markus Reiter
|
b2fbb8a053
|
Use generic NonZero in tests.
|
2024-02-25 12:03:48 +01:00 |
|
Ralf Jung
|
29c95e98e3
|
also print 'immutable' flag
|
2023-12-07 17:46:36 +01:00 |
|
Ralf Jung
|
8892d29282
|
make const tests independent of std debug assertions
|
2023-11-27 09:15:40 +01:00 |
|
Gary Guo
|
ece0d6e79a
|
Fix tests
|
2023-11-25 23:58:52 +00:00 |
|
Camille GILLOT
|
1f90d857d7
|
Stop trying to preserve pretty-printing.
|
2023-10-16 19:15:28 +00:00 |
|
Camille GILLOT
|
02424e4bc5
|
Normalize alloc-id in tests.
|
2023-10-16 16:29:35 +00:00 |
|
Ralf Jung
|
9ac8b363e3
|
don't point at const usage site for resolution-time errors
also share the code that emits the actual error
|
2023-09-14 22:34:05 +02:00 |
|
Ralf Jung
|
7767cbb3b0
|
const validation: point at where we found a pointer but expected an integer
|
2023-08-02 18:51:50 +02:00 |
|
Ralf Jung
|
a2bcafa500
|
interpret: refactor projection code to work on a common trait, and use that for visitors
|
2023-07-25 14:30:58 +02:00 |
|
Deadbeef
|
4f83717cf7
|
Use translatable diagnostics in rustc_const_eval
|
2023-06-01 14:45:18 +00:00 |
|
The 8472
|
1a51ec6864
|
bless tests
|
2023-04-27 22:29:04 +02:00 |
|
Ralf Jung
|
b2f58146b9
|
basic dyn* support for Miri
|
2023-02-20 15:08:05 +01:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|