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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-10-04
Move `MirSource` to `rustc_middle`
Dylan MacKenzie
-28
/
+3
2020-10-01
Implement multiple return terminators optimization
Antoine Martin
-0
/
+3
2020-09-26
Move `qualify_min_const_fn` out of rustc into clippy
Oliver Scherer
-1
/
+0
2020-09-24
Remove duplicated SimplifyCfg pass
Tomasz Miąsko
-1
/
+0
2020-09-22
Get LocalDefId from source instead of passing in
Simon Vandel Sillesen
-1
/
+1
2020-09-22
MIR pass to remove unneeded drops on types not needing drop
Simon Vandel Sillesen
-0
/
+2
2020-09-20
New MIR optimization pass to reduce branches on match of tuples of enums
Simon Vandel Sillesen
-0
/
+2
2020-09-18
Implement a destination propagation pass
Jonas Schievink
-0
/
+2
2020-09-18
initial working state
Bastian Kauschke
-1
/
+5
2020-09-10
Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk
bors
-0
/
+2
2020-09-07
Add CONST_ITEM_MUTATION lint
Aaron Hill
-0
/
+2
2020-09-06
Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int...
Simon Vandel Sillesen
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+578
[prev]