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
/
inline
Age
Commit message (
Expand
)
Author
Lines
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
2020-10-26
Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu
bors
-4
/
+4
2020-10-21
rustc_mir: create the Integrator as soon as possible in MIR inlining.
Eduard-Mihai Burtescu
-52
/
+52
2020-10-21
rustc_mir: don't throw away inlined locals' spans.
Eduard-Mihai Burtescu
-11
/
+11
2020-10-21
rustc_mir: properly map scope parent chains into the caller when inlining.
Eduard-Mihai Burtescu
-3
/
+51
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-15
/
+15
2020-10-07
Fix mir-opt output for 32 bit
Tim Diekmann
-2
/
+2
2020-10-07
Support custom allocators in `Box`
Tim Diekmann
-2
/
+2
2020-10-04
Bless mir-opt tests
Aaron Hill
-36
/
+34
2020-09-30
Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis
bors
-2
/
+2
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-2
/
+2
2020-09-27
Remove unnecessary -Zunsound-mir-opts uses in tests
Wesley Wiser
-13
/
+25
2020-09-27
[mir-opt] Introduce a new flag to enable experimental/unsound mir opts
Wesley Wiser
-3
/
+3
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-10
/
+10
2020-09-21
Add optimization to avoid load of address
Simon Vandel Sillesen
-8
/
+12
2020-09-18
Bless mir-opt tests
Jonas Schievink
-14
/
+10
2020-09-17
Rename 32 bit mir files to be more tool friendly
Nixon Enraght-Moony
-0
/
+0
2020-09-17
Rename 64 bit mir files to be more tool friendly
Nixon Enraght-Moony
-0
/
+0
2020-09-14
Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser
bors
-0
/
+14
2020-09-04
inliner: Add mir-opt tests for codegen attributes compatibility
Tomasz Miąsko
-0
/
+133
2020-09-03
Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov
bors
-9
/
+9
2020-09-03
inliner: Emit storage markers for introduced arg temporaries
Tomasz Miąsko
-0
/
+14
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-9
/
+9
2020-09-02
inliner: Avoid query cycles when optimizing generators
Tomasz Miąsko
-0
/
+18
2020-08-21
Suppress "const" prefix of FnDef in MIR dump
Lzu Tao
-9
/
+9
2020-08-20
Suppress MIR comments of Unit type
Lzu Tao
-56
/
+34
2020-08-20
Suppress MIR comments for FnDef in ty::Const
Lzu Tao
-27
/
+2
2020-08-17
Update MIR tests with comment verbosity fix
Austin Lasher
-31
/
+3
2020-08-11
move Deaggregate pass to post_borrowck_cleanup
Ralf Jung
-30
/
+7
2020-07-31
compiletest: ignore-endian-big, fixes #74829, fixes #74885
Ximin Luo
-1
/
+1
2020-07-29
Move mir-opt tests to toplevel
Xavier Denis
-0
/
+0
2020-07-29
add crate name to mir dumps
Xavier Denis
-13
/
+13
2020-07-27
mv std libs to library/
mark
-25
/
+25
2020-07-15
improve naming
Bastian Kauschke
-4
/
+4
2020-07-15
mir opt diff
Bastian Kauschke
-4
/
+4
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-7
/
+7
2020-06-04
Revert "Bless mir-opt tests"
Felix S. Klock II
-28
/
+34
2020-05-31
InstCombine: Don't optimize `&mut *x` into `x`
Jonas Schievink
-3
/
+11
2020-05-25
Avoid `Operand::Copy` with `&mut T`
Jonas Schievink
-2
/
+2
2020-05-24
Clear MIR local type annotations after borrowck
Jonas Schievink
-2
/
+2
[prev]
[next]