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
/
mir-opt
/
dataflow-const-prop
Age
Commit message (
Expand
)
Author
Lines
2023-02-23
Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obk
Matthias Krüger
-2
/
+102
2023-02-18
Remove overflow checks from ConstProp.
Camille GILLOT
-13
/
+22
2023-02-18
Use the correct place for enum variants.
Camille GILLOT
-2
/
+4
2023-02-18
Flood aggregate assignments with `Top`.
Camille GILLOT
-2
/
+1
2023-02-18
Add mir-opt test.
Camille GILLOT
-0
/
+99
2023-02-16
Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obk
bors
-5
/
+7
2023-02-15
Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obk
Dylan DPC
-10
/
+77
2023-02-13
Clearly document intentional UB in mir-opt tests
Ben Kimock
-2
/
+9
2023-02-12
Enable CopyProp by default, tune the impl a bit
Ben Kimock
-5
/
+7
2023-02-06
Handle discriminants in dataflow-const-prop.
Camille GILLOT
-10
/
+77
2023-02-02
Bless tests.
Camille GILLOT
-16
/
+7
2023-02-02
Stop deaggregating enums in MIR.
Camille GILLOT
-3
/
+1
2023-01-31
Remove both StorageLive and StorageDead in CopyProp.
Camille GILLOT
-2
/
+0
2023-01-27
Do not merge locals that have their address taken.
Camille GILLOT
-0
/
+2
2023-01-27
Implement SSA CopyProp pass.
Camille GILLOT
-10
/
+0
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+907