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
Age
Commit message (
Expand
)
Author
Lines
2023-07-16
Add const-eval test for `#[target_feature(enable = ...)]` function calls
Eduardo Sánchez Muñoz
-0
/
+26
2023-06-27
Don't sort strings right after we just sorted by types
Michael Goulet
-4
/
+4
2023-06-12
Adjust UI tests for `unit_bindings`
许杰友 Jieyou Xu (Joe)
-10
/
+10
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-31
/
+35
2023-05-31
Remove const eval limit and implement an exponential backoff lint instead
Oli Scherer
-88
/
+177
2023-05-23
add tests for const `NonNull::as_ref`
Lukas Markeffsky
-0
/
+30
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-56
/
+0
2023-05-05
Stabilize const_ptr_read
bors
-18
/
+17
2023-04-27
bless tests
The 8472
-4
/
+4
2023-04-21
Ensure mir_drops_elaborated_and_const_checked when requiring codegen.
Camille GILLOT
-0
/
+2
2023-04-19
Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillot
bors
-0
/
+4
2023-04-19
Extend and use `hir::Node::body_id`
Maybe Waffle
-0
/
+4
2023-04-16
fix library and rustdoc tests
Deadbeef
-38
/
+22
2023-04-15
Only enable ConstProp at mir-opt-level >= 2.
Camille GILLOT
-8
/
+0
2023-04-03
Perform match checking on THIR.
Camille GILLOT
-25
/
+5
2023-03-27
Bless UI tests.
Mara Bos
-4
/
+4
2023-03-22
Add `CastKind::Transmute` to MIR
Scott McMurray
-7
/
+68
2023-03-21
Detect uninhabited types early in const eval.
Oli Scherer
-27
/
+15
2023-03-16
Don't allow new const panic through format flattening.
Mara Bos
-11
/
+21
2023-03-11
`MaybeUninit::assume_init_read` should have `noundef` load metadata
Scott McMurray
-21
/
+3
2023-03-05
Use `nuw` when calculating slice lengths from `Range`s
Scott McMurray
-0
/
+27
2023-02-21
Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726
Dylan DPC
-16
/
+4
2023-02-20
basic dyn* support for Miri
Ralf Jung
-6
/
+6
2023-02-18
lint: don't suggest assume_init for uninhabited types
y21
-16
/
+4
2023-02-15
Fix unintentional UB in ui tests
Ben Kimock
-1
/
+4
2023-02-07
Tweak ICE message
Esteban Küber
-3
/
+2
2023-01-30
Modify primary span label for E0308
Esteban Küber
-2
/
+2
2023-01-24
Move const-eval/stable-metric ui tests
Bryan Garza
-0
/
+204
2023-01-23
Bless and update consts tests
Bryan Garza
-8
/
+14
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+7807
[prev]