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
Age
Commit message (
Expand
)
Author
Lines
2019-10-11
Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor
Tyler Mandry
-1
/
+1
2019-10-09
Revert "Make `into` schedule drop for the destination"
Matthew Jasper
-35
/
+29
2019-10-09
Fix reify_fn_ptr test as we now pretty print const function pointers.
ben
-1
/
+1
2019-10-04
Make `into` schedule drop for the destination
Matthew Jasper
-29
/
+35
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-09-19
add a mir-opt test that we don't add the spurious drop
Niko Matsakis
-0
/
+24
2019-09-19
fix mir-opt tests
Niko Matsakis
-24
/
+17
2019-09-08
Update tests wrt. bind_by_by_move_pattern_guards stabilization.
Mazdak Farrokhzad
-2
/
+0
2019-08-15
ignore tests on wasm32-bare
Ralf Jung
-0
/
+1
2019-08-15
test Retag in drop shim
Ralf Jung
-11
/
+26
2019-08-02
const_prop no longer does ptr-to-int casts
Ralf Jung
-1
/
+1
2019-07-28
Use new 'p @ ..' syntax in tests.
Mazdak Farrokhzad
-1
/
+1
2019-07-20
Remove tests for -Zlower-128bit-ops
bjorn3
-375
/
+0
2019-07-14
Auto merge of #62331 - wesleywiser:fix_early_return_leak, r=matthewjasper
bors
-0
/
+91
2019-07-11
Fix leak when early returning out of `box` syntax
Wesley Wiser
-0
/
+91
2019-07-07
Only omit StorageLive/Dead for variable that are never initialized
Matthew Jasper
-0
/
+1
2019-07-06
Bless mir-opt/while-storage.rs.
Mazdak Farrokhzad
-24
/
+21
2019-06-25
Add StorageDead statements for `while` conditions
Matthew Jasper
-25
/
+84
2019-06-25
Use `as_temp` to evaluate statement expressions
Matthew Jasper
-6
/
+27
2019-06-13
Add a test for simple matches
Matthew Jasper
-0
/
+39
2019-06-13
Create fewer basic blocks in match MIR lowering
Matthew Jasper
-291
/
+220
2019-06-07
Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obk
Mazdak Farrokhzad
-18
/
+68
2019-06-06
Don't run MIR passes on constructor shims
Matthew Jasper
-1
/
+2
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-05
Test StorageDead statements explicitly
Tyler Mandry
-0
/
+106
2019-06-03
Add const-eval support for indirects
Christian Poveda
-2
/
+26
2019-05-25
Fix tidy
Oliver Scherer
-0
/
+1
2019-05-25
Print generic args in function calls in MIR
Oliver Scherer
-5
/
+5
2019-05-25
`u8` is printed as a number, not a character
Oliver Scherer
-1
/
+1
2019-05-25
Render const byte slices in MIR
Oliver Scherer
-1
/
+1
2019-05-25
Add test showing how byte slices are printed in MIR
Oliver Scherer
-0
/
+15
2019-05-23
Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelix
bors
-104
/
+372
2019-05-22
Auto merge of #60840 - tmandry:preserve-scope-in-generator-mir, r=cramertj
bors
-0
/
+1
2019-05-21
Add a test for match scopes
Matthew Jasper
-0
/
+245
2019-05-21
Schedule storage-dead of temporaries sooner
Matthew Jasper
-5
/
+4
2019-05-21
Give match arms a drop/region scope
Matthew Jasper
-88
/
+121
2019-05-21
Handle the visibility/lint scope distinction better
Matthew Jasper
-14
/
+5
2019-05-19
[const-prop] Support propagating into SwitchInt's `discr` Operand
Wesley Wiser
-4
/
+42
2019-05-19
[const-prop] Support propagating into Assert's `cond` Operand
Wesley Wiser
-2
/
+2
2019-05-17
Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelix
bors
-2
/
+0
2019-05-16
Rollup merge of #60597 - wesleywiser:const_prop, r=oli-obk
Manish Goregaokar
-0
/
+125
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
2019-05-14
Emit StorageDead for all locals in generators
Tyler Mandry
-0
/
+1
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-2
/
+0
2019-05-10
Adjust mir-opt tests for new HIR without If
Mazdak Farrokhzad
-21
/
+26
[next]