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
/
const-ptr
Age
Commit message (
Expand
)
Author
Lines
2025-09-03
don't uppercase error messages
Sasha Pourcelot
-13
/
+13
2025-07-05
cleaned up some tests
Kivooeo
-2
/
+5
2025-07-01
moved tests
Kivooeo
-0
/
+8
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-8
/
+8
2025-06-03
Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung
Matthias Krüger
-67
/
+67
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
-67
/
+67
2025-05-31
terminology: allocated object → allocation
Ralf Jung
-1
/
+1
2025-05-21
Add some track_caller info to precondition panics
Ben Kimock
-34
/
+0
2025-04-30
interpret: better error message for out-of-bounds pointer arithmetic and acce...
Ralf Jung
-5
/
+5
2025-04-03
compiletest: Require `//~` annotations even if `error-pattern` is specified
Vadim Petrochenkov
-4
/
+5
2025-03-14
Do not suggest using `-Zmacro-backtrace` for builtin macros
Esteban Küber
-1
/
+0
2025-02-28
Shorten span of panic failures in const context
Esteban Küber
-71
/
+44
2025-02-23
rename sub_ptr 😅
bendn
-3
/
+3
2025-02-02
miri: improve error when offset_from preconditions are violated
Ralf Jung
-2
/
+2
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-2
/
+2
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-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-2
/
+2
2024-05-13
offset, offset_from: allow zero-byte offset on arbitrary pointers
Ralf Jung
-26
/
+23
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-4
/
+4
2023-12-07
also print 'immutable' flag
Ralf Jung
-1
/
+1
2023-11-26
Update std::simd usage and test outputs
Caleb Zulawski
-8
/
+8
2023-10-25
Stabilize `[const_]pointer_byte_offsets`
Maybe Waffle
-22
/
+18
2023-10-16
Stop trying to preserve pretty-printing.
Camille GILLOT
-1
/
+1
2023-10-16
Normalize alloc-id in tests.
Camille GILLOT
-7
/
+7
2023-10-15
don't UB on dangling ptr deref, instead check inbounds on projections
Ralf Jung
-70
/
+62
2023-08-02
const validation: point at where we found a pointer but expected an integer
Ralf Jung
-5
/
+7
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-5
/
+5
2023-05-05
Stabilize const_ptr_read
bors
-5
/
+3
2023-04-27
Also use `mir::Offset` for pointer `add`
Scott McMurray
-4
/
+0
2023-03-11
`MaybeUninit::assume_init_read` should have `noundef` load metadata
Scott McMurray
-3
/
+3
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+504