]> git.lizzy.rs Git - rust.git/history - src/num.rs
Avoid masking shift amounts
[rust.git] / src / num.rs
2022-09-26 Afonso BordadoAvoid masking shift amounts
2022-09-25 bjorn3Sync from rust 8e9c93df464b7ada3fc7a1c8ccddd9dcb24ee0a0
2022-09-15 bjorn3Sync from rust 00fcc82df204ab81cd887da7d04c023a201afd5b
2022-09-12 bjorn3Sync from rust 56e7678ca97e9740f7d09206f767d5bb676917f7
2022-09-09 bjorn3Merge pull request #1277 from bjorn3/simd_improvements
2022-09-05 bjorn3Extract codegen_saturating_int_binop function
2022-08-23 bjorn3Revert "Avoid masking shift amounts (#1268)"
2022-08-23 Afonso BordadoAvoid masking shift amounts (#1268)
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-21 bjorn3Sync from rust 1dec35a1b0df406da5d7cae55a7fa8d186a2b028
2022-04-05 bjorn3Sync from rust 949b98cab8a186b98bf87e64374b8d0848c55271
2022-03-25 bjorn3Fix NaN handling of simd float min and max operations
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
2021-07-28 bjorn3Remove workarounds for things unimplemented in Cranelift
2021-07-19 bjorn3Sync from rust 8df945c4717ffaf923b57bf30c473df6fc98bc85
2021-07-17 bjorn3Don't truncate the shift amount
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-16 bjorn3Fix overflow checking when multiplying two i64
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-15 bjorn3Remove no longer necessary intcasts
2021-03-09 bjorn3Some clippy fixes
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
2021-02-21 bjorn3Sync from rust 3e826bb11228508fbe749e594038d6727208aa94
2021-02-21 bjorn3Revert "Remove shift amount masking"
2021-02-21 bjorn3Avoid a temporary stackslot in codegen_checked_int_binop
2021-02-21 bjorn3Remove shift amount masking
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-01-31 bjorn3Remove code comment
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-01 bjorn3Merge pull request #1100 from mominul/trans->codegen
2020-11-01 Muhammad Mominul... Rename trans to codegen
2020-10-08 bjorn3Merge pull request #1093 from bjorn3/use_new_module_int...
2020-10-08 bjorn3Use the new cranelift-module interface
2020-09-23 bjorn3Document almost all modules
2020-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-22 CohenArthurFunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
2020-08-22 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-06-30 bjorn3Merge pull request #1056 from bjorn3/misc_fixes
2020-06-30 bjorn3Mask shift amount
2020-06-20 bjorn3Implement checked_mul
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