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
/
transform
/
simplify_branches.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-09
fix rebase fallout
Ralf Jung
-1
/
+1
2019-02-08
librustc_mir => 2018
Taiki Endo
-1
/
+1
2019-01-01
Simplify bit inspection of a constant
Oliver Scherer
-14
/
+10
2019-01-01
Add `unwrap_usize` to `LazyConst`, too
Oliver Scherer
-3
/
+2
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-10
/
+15
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-9
/
+7
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-1
/
+2
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-1
/
+1
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-11
/
+6
2018-03-08
Rename ConstVal::to_u128 to to_raw_bits
Oliver Schneider
-1
/
+1
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-2
/
+6
2018-03-08
Produce instead of pointers
Oliver Schneider
-2
/
+2
2018-02-05
mir: Add TerminatorKind::FalseUnwind
bobtwinkles
-0
/
+3
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-2
/
+1
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-1
/
+2
2017-11-02
add TerminatorKind::FalseEdges and use it in matches
Mikhail Modin
-0
/
+3
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-3
/
+3
2017-09-11
rustc: intern ConstVal's in TyCtxt.
Eduard-Mihai Burtescu
-1
/
+1
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-3
/
+2
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-16
/
+15
2017-05-02
rework `MirPass` API to be stateless and extract helper fns
Niko Matsakis
-1
/
+1
2017-02-10
Reimplement simplify_cfg for SwitchInt
Simonas Kazlauskas
-14
/
+18
2017-02-10
If is now always a SwitchInt in MIR
Simonas Kazlauskas
-11
/
+11
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-09-06
Count and report time taken by MIR passes
Simonas Kazlauskas
-1
/
+1
2016-06-16
stop having `'static` in dump-mir names
Ariel Ben-Yehuda
-0
/
+3
2016-06-09
use the type name as the pass name
Ariel Ben-Yehuda
-1
/
+0
2016-06-09
refactor simplify_cfg and split off simplify_branches
Ariel Ben-Yehuda
-0
/
+64