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
/
heap
Age
Commit message (
Expand
)
Author
Lines
2025-09-03
don't uppercase error messages
Sasha Pourcelot
-3
/
+3
2025-07-30
const-eval: full support for pointer fragments
Ralf Jung
-3
/
+3
2025-07-16
const heap: fix ICE on forgotten make_global
Ralf Jung
-12
/
+5
2025-07-16
Comment more code and make tests clearer
Deadbeef
-11
/
+24
2025-07-16
add `const_make_global`; err for `const_allocate` ptrs if didn't call
Deadbeef
-8
/
+177
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-7
/
+7
2025-06-02
Clarify why we are talking about a failed const eval at a random place
Oli Scherer
-7
/
+7
2025-06-02
Use the informative error as the main const eval error message
Oli Scherer
-29
/
+29
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-4
/
+6
2025-02-28
Shorten span of panic failures in const context
Esteban Küber
-12
/
+6
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-3
/
+3
2024-09-15
stabilize const_mut_refs
Ralf Jung
-16
/
+9
2024-09-10
turn errors that should be impossible due to our static checks into ICEs
Ralf Jung
-1
/
+4
2024-09-10
const-eval interning: accpt interior mutable pointers in final value (but kee...
Ralf Jung
-26
/
+1
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-3
/
+3
2024-04-24
Fix tests and bless
Gary Guo
-2
/
+0
2024-04-17
Validate before reporting interning errors.
Oli Scherer
-6
/
+16
2024-03-13
Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th...
Felix S. Klock II
-1
/
+26
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-6
/
+6
2024-01-22
const-eval interner: from-scratch rewrite using mutability information from p...
Ralf Jung
-35
/
+7
2023-12-07
also print 'immutable' flag
Ralf Jung
-2
/
+2
2023-11-24
Manual find replace updates
Nilstrieb
-1
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-5
/
+5
2023-10-16
Stop trying to preserve pretty-printing.
Camille GILLOT
-2
/
+2
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
-6
/
+6
2023-08-01
properly track why we checked whether a pointer is in-bounds
Ralf Jung
-3
/
+3
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-9
/
+13
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+338