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
/
compiler
/
rustc_mir
/
src
/
transform
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2020-10-21
rustc_mir: run the MIR inlining Integrator on the whole callee body at once.
Eduard-Mihai Burtescu
-70
/
+65
2020-10-21
rustc_mir: create the Integrator as soon as possible in MIR inlining.
Eduard-Mihai Burtescu
-45
/
+44
2020-10-21
rustc_mir: don't throw away inlined locals' spans.
Eduard-Mihai Burtescu
-1
/
+0
2020-10-21
rustc_mir: properly map scope parent chains into the caller when inlining.
Eduard-Mihai Burtescu
-0
/
+5
2020-10-21
rustc_mir: support MIR-inlining #[track_caller] functions.
Eduard-Mihai Burtescu
-5
/
+13
2020-10-21
rustc_mir: track inlined callees in SourceScopeData.
Eduard-Mihai Burtescu
-9
/
+5
2020-10-21
rustc_mir: use Instance more in the inliner.
Eduard-Mihai Burtescu
-25
/
+28
2020-10-21
rustc_mir: rename `location: SourceInfo` to `source_info`.
Eduard-Mihai Burtescu
-12
/
+15
2020-10-18
Auto merge of #77306 - lcnr:inline-ok, r=eddyb
bors
-3
/
+7
2020-10-10
Refactor how SwitchInt stores jump targets
Jonas Schievink
-1
/
+1
2020-10-07
normalize substs during inlining
Bastian Kauschke
-3
/
+7
2020-10-05
inliner: use caller param_env
Bastian Kauschke
-17
/
+15
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-12
/
+13
2020-09-14
Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser
bors
-8
/
+28
2020-09-05
Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morse
Dylan DPC
-5
/
+17
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-3
/
+3
2020-09-04
inliner: Check for no_sanitize attribute compatibility
Tomasz Miąsko
-3
/
+6
2020-09-04
inliner: Check for target features compatibility
Tomasz Miąsko
-2
/
+11
2020-09-03
inliner: Emit storage markers for introduced arg temporaries
Tomasz Miąsko
-8
/
+28
2020-09-02
inliner: Avoid query cycles when optimizing generators
Tomasz Miąsko
-2
/
+8
2020-08-30
mv compiler to compiler/
mark
-0
/
+804