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
/
mir-opt
/
const_prop
Age
Commit message (
Expand
)
Author
Lines
2023-11-30
Rename and add another test
Alona Enraght-Moony
-2
/
+8
2023-11-30
ConstProp: Remove const when rvalue check fails.
Alona Enraght-Moony
-2
/
+1
2023-11-30
Precommit test for https://github.com/rust-lang/rust/issues/118328.
Alona Enraght-Moony
-0
/
+41
2023-11-05
Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot
bors
-1
/
+1
2023-11-05
Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrum
bors
-0
/
+117
2023-11-03
Feature gate enums in offset_of
George Bateman
-1
/
+1
2023-10-31
Update MIR tests for offset_of
George Bateman
-28
/
+28
2023-10-31
Support enum variants in offset_of!
George Bateman
-16
/
+213
2023-10-31
FileCheck const_prop_miscompile.
Camille GILLOT
-0
/
+117
2023-10-24
Use `PlaceMention` for match scrutinees.
Camille GILLOT
-0
/
+6
2023-10-19
FileCheck transmute.
Camille GILLOT
-1
/
+22
2023-10-19
Allow to run filecheck in mir-opt tests.
Camille GILLOT
-0
/
+39
2023-10-16
Normalize alloc-id in tests.
Camille GILLOT
-35
/
+35
2023-10-04
Remove mir::LocalDecl::internal.
Camille GILLOT
-0
/
+4
2023-09-14
fix clippy (and MIR printing) handling of ConstValue::Indirect slices
Ralf Jung
-5
/
+5
2023-09-14
bless all
Ralf Jung
-0
/
+120
2023-09-06
Support array length.
Camille GILLOT
-16
/
+13
2023-08-25
Remove some wasm/emscripten ignores
Ben Kimock
-2
/
+0
2023-07-20
Propagate ScalarPair for any type.
Camille GILLOT
-8
/
+14
2023-07-20
Also propagate ScalarPair operands.
Camille GILLOT
-6
/
+12
2023-07-20
Always propagate into operands.
Camille GILLOT
-49
/
+68
2023-07-07
Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`
Nilstrieb
-9
/
+9
2023-06-23
Bless tests
Gary Guo
-60
/
+60
2023-06-21
Warn on unused offset_of!() result
Chayim Refael Friedman
-84
/
+281
2023-06-15
Remove comments from mir-opt MIR dumps
Ben Kimock
-2295
/
+2118
2023-06-12
bless mir-opt
Pietro Albini
-0
/
+1304
2023-06-12
properly mark tests that require panic=abort
Pietro Albini
-22
/
+22
2023-05-19
Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !`
Maybe Waffle
-82
/
+52
2023-05-09
Rollup merge of #110694 - est31:builtin, r=petrochenkov
Dylan DPC
-12
/
+12
2023-05-08
Auto merge of #110824 - cjgillot:const-prop-index, r=JakobDegen,oli-obk
bors
-4
/
+8
2023-05-08
Auto merge of #111309 - saethlin:InstSimplify, r=scottmcm
bors
-1
/
+1
2023-05-07
Propagate PlaceElem::Index.
Camille GILLOT
-4
/
+8
2023-05-06
Rename InstCombine to InstSimplify
Ben Kimock
-1
/
+1
2023-05-06
Rollup merge of #111077 - cjgillot:const-prop-unit, r=Mark-Simulacrum
Matthias Krüger
-79
/
+226
2023-05-05
Migrate offset_of from a macro to builtin # syntax
est31
-12
/
+12
2023-05-04
Reject borrows of projections in ConstProp.
Camille GILLOT
-10
/
+5
2023-05-04
Add tests.
Camille GILLOT
-0
/
+68
2023-05-02
Make ConstProp tests unit.
Camille GILLOT
-79
/
+226
2023-05-02
Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiser
bors
-5
/
+236
2023-04-30
Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiasko
Matthias Krüger
-75
/
+79
2023-04-27
Use EMIT_MIR_FOR_EACH_BIT_WIDTH in transmute mir-opt test
Tomasz Miąsko
-0
/
+217
2023-04-27
Remove workaround for CastKind::Transmute from const prop
Tomasz Miąsko
-5
/
+19
2023-04-23
Make some tests unit.
Camille GILLOT
-75
/
+79
2023-04-23
Add mir-opt tests to track MIR quality.
Camille GILLOT
-351
/
+0
2023-04-22
Turn on ConstDebugInfo pass.
Wesley Wiser
-40
/
+12
2023-04-21
test improvements
DrMeepster
-22
/
+85
2023-04-21
offset_of
DrMeepster
-0
/
+68
2023-04-06
Ignore many tests on wasm32
Gary Guo
-19
/
+41
2023-03-22
Add `CastKind::Transmute` to MIR
Scott McMurray
-0
/
+262
2023-03-13
Generalize operation.
Camille GILLOT
-15
/
+12
[next]