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
/
librustc_mir
/
util
Age
Commit message (
Expand
)
Author
Lines
2017-06-12
Add `EndRegion` statement kind to MIR.
Felix S. Klock II
-0
/
+1
2017-06-04
Auto merge of #42402 - citizen428:create-dump-mir-dir, r=Mark-Simulacrum
bors
-0
/
+1
2017-06-04
Create directory for dump-mir-dir automatically
Michael Kohl
-0
/
+1
2017-06-01
array drop glue: avoid using out-of-bounds index lvalues
Ralf Jung
-9
/
+14
2017-05-28
use a pointer-based array drop loop for non-zero-sized types
Ariel Ben-Yehuda
-53
/
+136
2017-05-28
use Eq instead of Lt in loop
Ariel Ben-Yehuda
-4
/
+4
2017-05-28
move "ADT master drop flag" logic to `open_drop_for_adt_contents`
Ariel Ben-Yehuda
-133
/
+140
2017-05-28
address review comments
Ariel Ben-Yehuda
-117
/
+130
2017-05-28
translate array drop glue using MIR
Ariel Ben-Yehuda
-5
/
+130
2017-05-22
rename `ParameterEnvironment` to `ParamEnv`
Niko Matsakis
-1
/
+1
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-1
/
+1
2017-05-15
avoid cycles in mir-dump, take 2
Niko Matsakis
-1
/
+3
2017-05-08
dump-mir was causing cycles by invoking item-path-str at bad times
Niko Matsakis
-2
/
+11
2017-05-02
rename from `item_mir` to `optimized_mir`
Niko Matsakis
-2
/
+2
2017-05-02
introduce idea of "stealable" MIR
Niko Matsakis
-1
/
+1
2017-05-02
rename `MirPassSet` to `MirSuite`
Niko Matsakis
-3
/
+3
2017-05-02
retool MIR passes completely
Niko Matsakis
-20
/
+30
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-8
/
+30
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-13
/
+22
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-3
/
+2
2017-04-20
rustc: combine type_needs_drop_given_env and may_drop into needs_drop.
Eduard-Mihai Burtescu
-2
/
+1
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-5
/
+6
2017-03-24
Represent function pointers in mir-constants as a Value instead of Item
Oliver Schneider
-3
/
+3
2017-03-21
Add warning about volatility of MIR output
Jake Goulding
-0
/
+3
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-83
/
+218
2017-03-18
move the drop expansion code to rustc_mir
Ariel Ben-Yehuda
-0
/
+1406