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
/
inline
Age
Commit message (
Expand
)
Author
Lines
2022-01-21
Override rustc version in ui and mir-opt tests to get stable hashes
The 8472
-2
/
+2
2022-01-15
initial revert
Ellen
-2
/
+2
2021-12-13
Include rustc version in `rustc_span::StableCrateId`
pierwill
-2
/
+2
2021-11-23
Fix printing unit return ty, don't elaborate FnOnce unless we see it
Michael Goulet
-8
/
+8
2021-11-23
Update test outputs
Michael Goulet
-8
/
+8
2021-10-17
Ignore wasm32 in test.
Camille GILLOT
-1
/
+1
2021-10-17
Normalize MIR with RevealAll before optimizations.
Camille GILLOT
-4
/
+146
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-18
/
+18
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-18
/
+18
2021-09-25
Bless tests
Gary Guo
-46
/
+74
2021-09-18
./x.py test --bless
Tomasz Miąsko
-1
/
+1
2021-09-01
Fix drop handling for `if let` expressions
Matthew Jasper
-1
/
+1
2021-08-26
update mir diffs
lcnr
-2
/
+2
2021-07-06
Revert "Revert "Update mir opt tests""
bjorn3
-2
/
+2
2021-06-12
Pretty print generator witness only in `-Zverbose` mode
Tomasz Miąsko
-8
/
+8
2021-06-07
Revert "Update mir opt tests"
bjorn3
-2
/
+2
2021-05-30
Update mir opt tests
bjorn3
-2
/
+2
2021-05-17
mir-opt bless for Size field being removed from Allocation
Ralf Jung
-6
/
+6
2021-03-31
Make unevaluated DefId rendering deterministic
Oli Scherer
-2
/
+2
2021-03-23
Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk
bors
-1
/
+0
2021-03-20
bless mir-opt tests
lcnr
-4
/
+4
2021-03-17
Auto merge of #82122 - bstrie:dep4real, r=dtolnay
bors
-5
/
+5
2021-03-15
bless tests
Erik Desjardins
-1
/
+0
2021-03-13
bless tests
Erik Desjardins
-2
/
+0
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
-6
/
+0
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-5
/
+5
2021-03-06
Disable destination propagation on all mir-opt-levels
Tomasz Miąsko
-26
/
+44
2021-03-05
Bump mir-opt-level from 3 to 4 in tests
Santiago Pastorino
-2
/
+2
2021-02-21
New pass to deduplicate blocks
Simon Vandel Sillesen
-1
/
+1
2021-02-06
Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obk
Mara Bos
-0
/
+146
2021-02-04
Revert "Avoid leaking block expression values"
Felix S. Klock II
-6
/
+5
2021-02-05
Never MIR inline functions with a different instruction set
Tomasz Miąsko
-0
/
+146
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
-1
/
+1
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-13
/
+13
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-5
/
+6
2020-11-15
Limit storage duration of inlined always live locals
Tomasz Miąsko
-0
/
+9
2020-11-12
./x.py test --bless
Tomasz Miąsko
-36
/
+184
2020-11-12
Never inline C variadic functions
Tomasz Miąsko
-0
/
+18
2020-11-12
Fix generator inlining by checking for rust-call abi and spread arg
Tomasz Miąsko
-0
/
+16
2020-11-12
Never inline when `no_sanitize` attributes differ
Tomasz Miąsko
-3
/
+1
2020-11-11
Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obk
Jonas Schievink
-0
/
+180
2020-11-10
Add flags customizing behaviour of MIR inlining
Tomasz Miąsko
-0
/
+75
2020-11-09
Support inlining diverging function calls
Tomasz Miąsko
-0
/
+180
2020-11-09
inliner: Break inlining cycles
Tomasz Miąsko
-0
/
+134
2020-11-06
inliner: Use substs_for_mir_body
Tomasz Miąsko
-0
/
+91
2020-10-27
Show the inline stack of MIR lints that only occur after inlining
Oliver Scherer
-87
/
+87
[next]