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
/
miri_unleashed
Age
Commit message (
Expand
)
Author
Lines
2025-09-14
Fix typo in error message
Jules Bertholet
-4
/
+4
2025-09-03
don't uppercase error messages
Sasha Pourcelot
-16
/
+16
2025-06-26
const-eval: allow constants to refer to mutable/external memory, but reject s...
Ralf Jung
-71
/
+55
2025-06-07
const-eval error: always say in which item the error occurred
Ralf Jung
-20
/
+20
2025-06-04
Report the actual item that evaluation failed for
Oli Scherer
-1
/
+1
2025-06-02
Clarify why we are talking about a failed const eval at a random place
Oli Scherer
-21
/
+21
2025-06-02
Use the informative error as the main const eval error message
Oli Scherer
-180
/
+157
2025-05-17
Rollup merge of #135808 - tiif:conv_display, r=workingjubilee
Matthias Krüger
-2
/
+2
2025-05-10
Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-...
Matthias Krüger
-5
/
+5
2025-04-30
compiletest: Make diagnostic kind mandatory on line annotations
Vadim Petrochenkov
-63
/
+68
2025-04-22
remove intrinsics::drop_in_place
Ralf Jung
-5
/
+5
2025-04-13
UI tests: migrate remaining compile time `error-pattern`s to line annotations
Vadim Petrochenkov
-3
/
+4
2025-04-08
UI tests: add missing diagnostic kinds where possible
Vadim Petrochenkov
-2
/
+2
2025-04-03
compiletest: Require `//~` annotations even if `error-pattern` is specified
Vadim Petrochenkov
-1
/
+3
2025-03-25
compiletest: Support matching on diagnostics without a span
Vadim Petrochenkov
-0
/
+20
2025-03-20
Use def_path_str for def id arg in UnsupportedOpInfo
Michael Goulet
-4
/
+4
2025-03-12
Bless more test
tiif
-2
/
+2
2025-02-28
Shorten span of panic failures in const context
Esteban Küber
-33
/
+19
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-6
/
+6
2024-12-04
Tweak unevaluated constant in pattern error
Esteban Küber
-45
/
+5
2024-12-04
On `const` pattern errors, point at the `const` item definition
Esteban Küber
-0
/
+12
2024-09-26
Stabilize `const_refs_to_static`
Ding Xiang Fei
-89
/
+28
2024-09-15
stabilize const_mut_refs
Ralf Jung
-26
/
+1
2024-09-14
Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung
bors
-6
/
+4
2024-09-14
stabilize `const_extern_fn`
Folkert de Vries
-6
/
+4
2024-09-10
const-eval interning: accpt interior mutable pointers in final value (but kee...
Ralf Jung
-378
/
+74
2024-07-13
consolidate miri-unleashed tests for mutable refs into one file
Ralf Jung
-427
/
+399
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-8
/
+8
2024-05-02
Stabilize exclusive_range
Ross Smyth
-1
/
+1
2024-04-17
Validate before reporting interning errors.
Oli Scherer
-470
/
+112
2024-04-17
Validate nested static items
Oli Scherer
-61
/
+131
2024-03-13
include 32-bit variant for updated test of miri diagnostics.
Felix S. Klock II
-13
/
+167
2024-03-13
Rebase. Update expected output to match current output.
Felix S. Klock II
-86
/
+38
2024-03-13
Updated the test to include more output normalization.
Felix S. Klock II
-31
/
+34
2024-03-13
Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th...
Felix S. Klock II
-59
/
+608
2024-02-29
make mutable_references_err not bitwidth-dependent
Ralf Jung
-361
/
+2
2024-02-29
allow statics pointing to mutable statics
Ralf Jung
-1
/
+181
2024-02-19
Always evaluate free constants and statics, even if previous errors occurred
Oli Scherer
-36
/
+63
2024-02-18
Improve wording of static_mut_ref
Obei Sideg
-69
/
+72
2024-02-17
const_mut_refs: allow mutable refs to statics
Ralf Jung
-3
/
+3
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-28
/
+28
2024-02-16
remove stderr-per-bitwidth from some tests
Ralf Jung
-186
/
+34
2024-02-12
allow static_mut_ref in some tests that specifically test mutable statics
Ralf Jung
-37
/
+7
2024-02-12
Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obk
Matthias Krüger
-110
/
+0
2024-02-11
check_consts: fix some duplicate errors by not calling check_static unnecessa...
Ralf Jung
-110
/
+0
2024-02-11
Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obk
Matthias Krüger
-2
/
+43
2024-02-10
validation: descend from consts into statics
Ralf Jung
-100
/
+178
2024-02-10
unstably allow constants to refer to statics and read from immutable statics
Ralf Jung
-279
/
+160
2024-02-10
interpret: rename ReadExternStatic → ExternStatic
Ralf Jung
-2
/
+43
2024-01-28
static mut: allow reference to arbitrary types, not just slices and arrays
Ralf Jung
-20
/
+0
[next]