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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
consts
/
miri_unleashed
Age
Commit message (
Expand
)
Author
Lines
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
2024-01-22
const-eval interner: from-scratch rewrite using mutability information from p...
Ralf Jung
-63
/
+608
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-69
/
+107
2023-12-07
also print 'immutable' flag
Ralf Jung
-8
/
+8
2023-11-24
Show number in error message even for one error
Nilstrieb
-11
/
+11
2023-10-27
Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung
bors
-0
/
+10
2023-10-26
Remove unused feature from a miri test
Maybe Waffle
-4
/
+3
2023-10-25
Stabilize `[const_]pointer_byte_offsets`
Maybe Waffle
-1
/
+1
2023-10-24
Use `PlaceMention` for match scrutinees.
Camille GILLOT
-0
/
+10
2023-10-16
Stop trying to preserve pretty-printing.
Camille GILLOT
-14
/
+14
2023-10-16
Rebless.
Camille GILLOT
-2
/
+2
2023-10-16
Normalize alloc-id in tests.
Camille GILLOT
-14
/
+14
2023-10-05
Add a note to duplicate diagnostics
Alex Macleod
-0
/
+4
2023-09-14
don't point at const usage site for resolution-time errors
Ralf Jung
-4
/
+4
2023-08-02
const validation: point at where we found a pointer but expected an integer
Ralf Jung
-3
/
+3
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-3
/
+5
2023-04-15
Only enable ConstProp at mir-opt-level >= 2.
Camille GILLOT
-12
/
+0
2023-04-06
Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb
bors
-60
/
+8
2023-04-05
Bless tests
Thom Chiovoloni
-2
/
+2
2023-04-03
Perform match checking on THIR.
Camille GILLOT
-60
/
+8
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-20
/
+14
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+1284