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
/
src
/
test
/
mir-opt
/
const_prop
Age
Commit message (
Expand
)
Author
Lines
2019-10-09
Fix reify_fn_ptr test as we now pretty print const function pointers.
ben
-1
/
+1
2019-09-28
Allow reading non-mutable statics in const prop
Wesley Wiser
-0
/
+29
2019-09-27
[const-prop] Replace `Cast` handling with use of `InterpCx`
Wesley Wiser
-1
/
+1
2019-09-27
[const-prop] Replace `eval_place()` with use of `InterpCx`
Wesley Wiser
-1
/
+1
2019-08-02
const_prop no longer does ptr-to-int casts
Ralf Jung
-1
/
+1
2019-06-13
Create fewer basic blocks in match MIR lowering
Matthew Jasper
-4
/
+4
2019-06-06
[const-prop] Handle Rvalue::Len
Wesley Wiser
-18
/
+22
2019-06-06
[const-prop] Handle ProjectionElem::Deref
Wesley Wiser
-0
/
+21
2019-06-06
[const-prop] Fix ICE when casting function pointers
Wesley Wiser
-0
/
+25
2019-06-03
Add const-eval support for indirects
Christian Poveda
-2
/
+26
2019-05-19
[const-prop] Support propagating into SwitchInt's `discr` Operand
Wesley Wiser
-0
/
+38
2019-05-19
[const-prop] Support propagating into Assert's `cond` Operand
Wesley Wiser
-2
/
+2
2019-05-15
Add test to ensure const-prop fails gracefully
Wesley Wiser
-0
/
+34
2019-05-15
Add some tests for constant propagation
Wesley Wiser
-0
/
+91