]> git.lizzy.rs Git - rust.git/history - src/num.rs
Use Cranelift legalization for icmp.i128
[rust.git] / src / num.rs
2020-06-20 bjorn3Use Cranelift legalization for icmp.i128
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-01-25 bjorn3Replace unimplemented! with unreachable! when it will...
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
2019-09-15 bjorn3Fix trans_ptr_binop for fn()
2019-09-14 bjorn3Fix foreign type handling
2019-09-14 bjorn3Implement shl and shr overflow checks
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-18 bjorn3Rustup to rustc 1.39.0-nightly (2111aed0a 2019-08-17)
2019-08-15 bjorn3Workaround for missing icmp{,_imm}.i128 legalizations
2019-08-14 bjorn3Cast rhs to lhs type for shl and shr
2019-08-14 bjorn3Refactor num.rs
2019-08-14 bjorn3Calculate sign in trans{,_checked}_int_binop instead...
2019-08-14 bjorn3Move trans_*_binop to num.rs