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
/
tests
/
ui
/
consts
/
const-eval
/
raw-pointer-ub.stderr
Age
Commit message (
Expand
)
Author
Lines
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-5
/
+5
2025-06-02
Clarify why we are talking about a failed const eval at a random place
Oli Scherer
-5
/
+5
2025-06-02
Use the informative error as the main const eval error message
Oli Scherer
-10
/
+10
2025-05-21
Add some track_caller info to precondition panics
Ben Kimock
-4
/
+2
2025-05-20
make std::intrinsic functions actually be intrinsics
Ralf Jung
-2
/
+2
2025-04-30
interpret: better error message for out-of-bounds pointer arithmetic and acce...
Ralf Jung
-1
/
+1
2025-02-28
Shorten span of panic failures in const context
Esteban Küber
-11
/
+7
2024-11-07
core: move intrinsics.rs into intrinsics folder
Ralf Jung
-2
/
+2
2024-09-23
stabilize const_intrinsic_copy
Ralf Jung
-5
/
+5
2024-08-01
on a signed deref check, mention the right pointer in the error
Ralf Jung
-1
/
+1
2024-07-27
improve dangling/oob errors and make them more uniform
Ralf Jung
-1
/
+1
2023-11-26
Update std::simd usage and test outputs
Caleb Zulawski
-1
/
+1
2023-10-25
Stabilize `[const_]pointer_byte_offsets`
Maybe Waffle
-5
/
+5
2023-10-16
Normalize alloc-id in tests.
Camille GILLOT
-1
/
+1
2023-10-15
more precise error for 'based on misaligned pointer' case
Ralf Jung
-3
/
+3
2023-10-15
place evaluation: require the original pointer to be aligned if an access hap...
Ralf Jung
-2
/
+8
2023-10-15
don't UB on dangling ptr deref, instead check inbounds on projections
Ralf Jung
-1
/
+1
2023-09-26
add misalignment const-eval test
Ralf Jung
-0
/
+36