This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
librustc_trans
/
trans
/
mir
History
bors
e7ce7b6365
Auto merge of
#31077
- nagisa:mir-temp-promotion, r=dotdash
...
Fixes
#31002
r? @nikomatsakis
2016-01-22 11:36:50 +00:00
..
analyze.rs
[MIR] Promote temps to alloca on multi-assignment
2016-01-21 19:01:43 +02:00
block.rs
Auto merge of
#30845
- nagisa:mir-extern-calls, r=dotdash
2016-01-19 13:46:18 +00:00
constant.rs
Rollup merge of
#30774
- nagisa:mir-fix-constval-adts, r=arielb1
2016-01-11 21:17:53 +02:00
did.rs
clean up trans_static_method_callee and friends
2016-01-21 14:42:09 +02:00
lvalue.rs
use a newtype for the variant discriminant instead of u64
2016-01-16 16:03:09 +01:00
mod.rs
[MIR] Promote temps to alloca on multi-assignment
2016-01-21 19:01:43 +02:00
operand.rs
[MIR] Avoid some code generation for stores of ZST
2016-01-12 21:35:10 +02:00
rvalue.rs
Introduce and use TypedConstVal for Repeat
2016-01-21 22:47:11 +01:00
statement.rs
…