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
/
src
/
test
/
mir-opt
Age
Commit message (
Expand
)
Author
Lines
2021-03-18
Mark early otherwise optimization unsound
Santiago Pastorino
-2
/
+2
2021-03-17
Auto merge of #82122 - bstrie:dep4real, r=dtolnay
bors
-15
/
+15
2021-03-14
bless tests (32-bit)
Erik Desjardins
-25
/
+17
2021-03-13
bless tests
Erik Desjardins
-27
/
+17
2021-03-13
Move ZST check inside UsedLocals
Simon Vandel Sillesen
-0
/
+1
2021-03-13
Extend SimplifyLocals to remove ZST writes
Simon Vandel Sillesen
-37
/
+11
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-15
/
+15
2021-03-09
Allow calling *const methods on *mut values
Ömer Sinan Ağacan
-0
/
+116
2021-03-06
Disable destination propagation on all mir-opt-levels
Tomasz Miąsko
-147
/
+255
2021-03-05
Bump mir-opt-level from 2 to 3 in tests
Santiago Pastorino
-5
/
+5
2021-03-05
Bump mir-opt-level from 3 to 4 in tests
Santiago Pastorino
-9
/
+9
2021-02-28
Remove storage markers if they won't be used during code generation
Tomasz Miąsko
-0
/
+126
2021-02-22
New mir-opt pass to simplify gotos with const values
Simon Vandel Sillesen
-355
/
+482
2021-02-21
New pass to deduplicate blocks
Simon Vandel Sillesen
-1
/
+115
2021-02-21
Make MatchBranchSimplification clean up after itself
Simon Vandel Sillesen
-246
/
+222
2021-02-14
Apply suggestions
Benoît du Garreau
-63
/
+95
2021-02-14
Apply suggestion
Benoît du Garreau
-7
/
+13
2021-02-14
Fix UI tests and merge `assert_eq` and `assert_ne` internal functions
Benoît du Garreau
-642
/
+114
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-31
/
+31
2021-02-06
Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obk
Mara Bos
-0
/
+146
2021-02-04
Revert "Simplify unscheduling of drops after moves"
Felix S. Klock II
-18
/
+55
2021-02-04
Revert "Use `record_operands_moved` more aggresively"
Felix S. Klock II
-99
/
+187
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-15
/
+10
2021-02-05
Never MIR inline functions with a different instruction set
Tomasz Miąsko
-0
/
+146
2021-02-01
Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
bors
-320
/
+320
2021-01-25
Implement new panic!() behaviour for Rust 2021.
Mara Bos
-320
/
+320
2021-01-25
Ignore a test on wasm, because that changes landing pads
oli
-37
/
+39
2021-01-23
Move test to mir-opt so we actually see that no inlining is happening
oli
-0
/
+108
2021-01-23
Prevent query cycles during inlining
oli
-0
/
+69
2021-01-18
Remove disabled transformation from instcombine
Tomasz Miąsko
-70
/
+1
2021-01-15
Add test for #59352
Dániel Buga
-0
/
+121
2021-01-14
Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
bors
-464
/
+421
2021-01-09
Bless profile targets
Caio
-17
/
+12
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-447
/
+409
2021-01-04
Keep an unoptimized duplicate of `const fn` around
oli
-46
/
+46
2021-01-04
Stop optimizing promoteds
oli
-62
/
+62
2020-12-29
Make forget intrinsic safe
Tomasz Miąsko
-16
/
+10
2020-12-25
Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk
Dylan DPC
-27
/
+0
2020-12-23
Addressed feedbacks
Yenlin Chen
-27
/
+0
2020-12-17
Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPC
Guillaume Gomez
-0
/
+28
2020-12-15
Fixed conflict with drop elaboration and coverage
Rich Kadel
-7
/
+7
2020-12-15
Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk
bors
-0
/
+139
2020-12-14
Disable the constant debuginfo promotion pass by default
Wesley Wiser
-11
/
+47
2020-12-15
Always run intrinsics lowering pass
Tomasz Miąsko
-0
/
+28
2020-12-11
Lower `discriminant_value` intrinsic
Tomasz Miąsko
-2
/
+140
2020-12-09
Also generate `StorageDead` in constants
oli
-0
/
+70
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-46
/
+149
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-10
/
+15
2020-12-04
Use `record_operands_moved` more aggresively
Matthew Jasper
-228
/
+103
2020-12-03
Combination of commits
Rich Kadel
-26
/
+26
[next]