]> git.lizzy.rs Git - rust.git/history - src/codegen_i128.rs
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation processing.
[rust.git] / src / codegen_i128.rs
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
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-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-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-20 bjorn3Avoid u/i*::{min.max}_value()
2019-10-06 bjorn3More 128bit support
2019-10-03 bjorn3Merge pull request #729 from bjorn3/misc_changes
2019-10-03 bjorn3Update cranelift, faerie and target-lexicon
2019-09-11 bjorn3Merge pull request #700 from bjorn3/upstream_cranelift
2019-09-08 bjorn3Use upstream cranelift
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-15 bjorn3Workaround for missing icmp{,_imm}.i128 legalizations
2019-08-14 bjorn3Refactor num.rs
2019-08-14 bjorn3Calculate sign in trans{,_checked}_int_binop instead...
2019-08-14 bjorn3Misc changes
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3Implement 128bit checked add and sub
2019-07-26 bjorn3Implement 128bit comparison binops
2019-07-26 bjorn3Implement 128bit multiply with overflow
2019-07-26 bjorn3Implement 128bit shl and shr binops
2019-07-26 bjorn3Implement most 128bit binops