about summary refs log tree commit diff
path: root/src/vtable.rs
AgeCommit message (Expand)AuthorLines
2020-10-28Fix many clippy warningsbjorn3-12/+4
2020-10-08Use the new cranelift-module interfacebjorn3-15/+16
2020-09-23Document almost all modulesbjorn3-0/+3
2020-09-16Remove byteorder dependencybjorn3-7/+12
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-8/+11
2020-08-22FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`CohenArthur-15/+15
2020-08-22FunctionCx: Rename codegen_cx -> cxCohenArthur-23/+23
2020-08-22FunctionCx: Fix field usage in inline_asm and vtable modulesCohenArthur-3/+3
2020-08-22FunctionCx: WIP: Remove more common fields from CodegenCxCohenArthur-2/+2
2020-08-22FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cxCohenArthur-20/+20
2020-08-22FunctionCx: Replace .module with .codegen_cx.moduleCohenArthur-6/+6
2020-08-22FunctionCx: WIP: Replace .tcx with .codegen_cx.tcxCohenArthur-15/+15
2020-07-23Fix -Zpolymorphizebjorn3-2/+2
2020-06-23Prevent different vtables with the same namebjorn3-6/+4
2020-04-09Enable the rust_2018_idioms and unused_lifetimes lints and fix all warningsbjorn3-1/+1
2020-04-03Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)bjorn3-2/+2
2020-03-30Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)bjorn3-2/+2
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-5/+5
2020-03-13Shrink vtable symbol names a bitbjorn3-1/+8
2020-03-10Support virtual calls with unsized self argumentbjorn3-1/+10
2020-02-26Tls supportbjorn3-0/+1
2020-01-15Reduce the amount of calls to layout_ofbjorn3-9/+8
2020-01-04Re-use cranelift_codegen::ir::Function for every functionbjorn3-2/+2
2019-12-20Set memflags for vtable loadsbjorn3-4/+10
2019-08-31Format code using 'cargo fmt'Atul Bhosale-18/+14
2019-08-18Use anonymous lifetimes where possiblebjorn3-12/+12
2019-06-06Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)bjorn3-1/+1
2019-05-04Update craneliftbjorn3-0/+1
2019-04-27Fix using using the same vtable twicebjorn3-1/+6
2019-03-03Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbi...bjorn3-8/+1
2019-02-23Use Instance::resolve_for_vtable instead of Instance::resolve for vtablesbjorn3-1/+1
2019-02-08Implement drop for trait objectsbjorn3-0/+13
2019-02-06Implement dynamic dispatch for self: Box<T>bjorn3-0/+7
2019-01-06Rustup to rustc 1.33.0-nightly (68fe5182c 2019-01-05)bjorn3-5/+10
2019-01-02Some cleanup of abi.rsbjorn3-2/+6
2018-12-29Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for ...bjorn3-4/+2
2018-11-24Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)bjorn3-6/+4
2018-11-07Rustfmtbjorn3-3/+1
2018-11-03Update Cargo.lockbjorn3-1/+1
2018-10-16Rustup to rustc 1.31.0-nightly (46880f41b 2018-10-15)bjorn3-14/+12
2018-10-10Rustfmtbjorn3-2/+4
2018-09-26Rustfmtbjorn3-2/+3
2018-09-17Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)bjorn3-1/+1
2018-09-15Implement intrinsic min_align_of_valbjorn3-0/+14
2018-09-08Implement trait objects (cc #14)bjorn3-0/+129