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-compare-bytes-ub.stderr
Age
Commit message (
Collapse
)
Author
Lines
2025-07-18
Show the memory of uninit reads
Oli Scherer
-0
/
+8
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-8
/
+8
also adjust the wording a little so that we don't say "the error occurred here" for two different spans
2025-06-02
Clarify why we are talking about a failed const eval at a random place
Oli Scherer
-8
/
+8
2025-06-02
Use the informative error as the main const eval error message
Oli Scherer
-16
/
+16
2025-04-30
interpret: better error message for out-of-bounds pointer arithmetic and ↵
Ralf Jung
-5
/
+5
accesses
2024-11-04
most const intrinsics don't need an explicit rustc_const_unstable any more
Ralf Jung
-8
/
+8
2024-08-01
on a signed deref check, mention the right pointer in the error
Ralf Jung
-2
/
+2
2024-07-27
improve dangling/oob errors and make them more uniform
Ralf Jung
-5
/
+5
2024-05-13
offset, offset_from: allow zero-byte offset on arbitrary pointers
Ralf Jung
-3
/
+3
2023-10-16
Normalize alloc-id in tests.
Camille GILLOT
-4
/
+4
2023-08-06
Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly
Scott McMurray
-0
/
+54