]> git.lizzy.rs Git - rust.git/history - src/cast.rs
Implement more simd_reduce_* intrinsics
[rust.git] / src / cast.rs
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-28 bjorn3Fix many clippy warnings
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-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-07-14 bjorn3Use `From::from` instead of `as` where possible
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-17 bjorn3Fix saturated_* intrinsics for 128bit ints
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2019-11-16 bjorn3Remove FIXME
2019-11-16 bjorn3Fix signed cast to 128bit integer
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-21 bjorn3Fix float -> u/i128 cast
2019-08-21 bjorn3Implement u/i128 <-> float casts
2019-08-19 bjorn3Add unimpl! for cast between 128bit int and float
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-12 bjorn3Implement float -> small int cast
2019-07-31 bjorn3Fix simd_cast