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
/
librustc_mir
/
transform
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2017-05-02
support inlining by asking for optimizer mir for callees
Niko Matsakis
-139
/
+62
2017-05-02
rip out everything but `MirPass`, move the logic into suites
Niko Matsakis
-16
/
+11
2017-05-02
remove `Pass` and (temporarily) drop `Inline`
Niko Matsakis
-1
/
+6
2017-05-02
convert the `inline` pass to use the new multi result
Niko Matsakis
-43
/
+47
2017-05-02
retool MIR passes completely
Niko Matsakis
-3
/
+12
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-14
/
+4
2017-05-02
rework `MirPass` API to be stateless and extract helper fns
Niko Matsakis
-24
/
+4
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-29
/
+9
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-2
/
+2
2017-04-20
rustc: combine type_needs_drop_given_env and may_drop into needs_drop.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-9
/
+6
2017-03-10
Only run inlining if mir opts are enabled
James Miller
-1
/
+1
2017-03-10
Add dep-graph tasks where needed
James Miller
-16
/
+10
2017-03-10
Initial implementation of inlining for MIR
James Miller
-0
/
+842
[prev]