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
/
ub-wide-ptr.stderr
Age
Commit message (
Expand
)
Author
Lines
2025-07-18
Show the memory of uninit reads
Oli Scherer
-34
/
+42
2025-07-17
Report the range of uninit bytes in CTFE errors
Oli Scherer
-2
/
+2
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-6
/
+6
2025-06-02
Clarify why we are talking about a failed const eval at a random place
Oli Scherer
-6
/
+6
2025-06-02
Use the informative error as the main const eval error message
Oli Scherer
-82
/
+82
2024-08-09
interpret: make identity upcasts a NOP again to avoid them generating a new r...
Ralf Jung
-24
/
+59
2024-07-27
improve dangling/oob errors and make them more uniform
Ralf Jung
-2
/
+2
2024-07-18
interpret: add sanity check in dyn upcast to double-check what codegen does
Ralf Jung
-59
/
+24
2024-02-29
add const test for ptr::metadata
Ralf Jung
-32
/
+32
2023-12-07
also print 'immutable' flag
Ralf Jung
-8
/
+8
2023-10-16
Stop trying to preserve pretty-printing.
Camille GILLOT
-8
/
+8
2023-10-16
Normalize alloc-id in tests.
Camille GILLOT
-8
/
+8
2023-10-15
don't UB on dangling ptr deref, instead check inbounds on projections
Ralf Jung
-17
/
+42
2023-09-14
don't point at const usage site for resolution-time errors
Ralf Jung
-3
/
+3
2023-08-02
const validation: point at where we found a pointer but expected an integer
Ralf Jung
-6
/
+6
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+297