]> git.lizzy.rs Git - rust.git/history - src/vtable.rs
Add custom driver
[rust.git] / src / vtable.rs
2020-09-23 bjorn3Document almost all modules
2020-09-16 bjorn3Remove byteorder dependency
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 bjorn3Merge pull request #1077 from CohenArthur/fix-linkage...
2020-08-22 bjorn3Merge pull request #1076 from CohenArthur/use-codegencx...
2020-08-22 CohenArthurFunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
2020-08-22 CohenArthurFunctionCx: Rename codegen_cx -> cx
2020-08-22 CohenArthurFunctionCx: Fix field usage in inline_asm and vtable...
2020-08-22 CohenArthurFunctionCx: WIP: Remove more common fields from CodegenCx
2020-08-22 CohenArthurFunctionCx: WIP: Fix syntax error on sed codegen_cx...
2020-08-22 CohenArthurFunctionCx: Replace .module with .codegen_cx.module
2020-08-22 CohenArthurFunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
2020-07-23 bjorn3Fix -Zpolymorphize
2020-06-23 bjorn3Prevent different vtables with the same name
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-04-03 bjorn3Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
2020-03-30 dependabot-preview... Merge pull request #946 from bjorn3/dependabot/cargo...
2020-03-30 bjorn3Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-13 bjorn3Shrink vtable symbol names a bit
2020-03-10 bjorn3Support virtual calls with unsized self argument
2020-02-26 bjorn3Merge pull request #784 from bjorn3/wip_tls_support
2020-02-26 bjorn3Tls support
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2020-01-04 bjorn3Re-use cranelift_codegen::ir::Function for every function
2019-12-20 bjorn3Merge pull request #839 from bjorn3/fold_offset_into_lo...
2019-12-20 bjorn3Set memflags for vtable loads
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-06-06 bjorn3Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
2019-05-04 bjorn3Update cranelift
2019-04-27 bjorn3Fix using using the same vtable twice
2019-03-03 bjorn3Rename load_value_pair to load_scalar_pair and fix...
2019-02-23 bjorn3Use Instance::resolve_for_vtable instead of Instance...
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-08 bjorn3Implement drop for trait objects
2019-02-06 bjorn3Implement dynamic dispatch for self: Box<T>
2019-01-06 bjorn3Rustup to rustc 1.33.0-nightly (68fe5182c 2019-01-05)
2019-01-02 bjorn3Some cleanup of abi.rs
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...
2018-11-24 bjorn3Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
2018-11-07 bjorn3Rustfmt
2018-11-03 bjorn3Update Cargo.lock
2018-10-16 bjorn3Rustup to rustc 1.31.0-nightly (46880f41b 2018-10-15)
2018-10-10 bjorn3Rustfmt
2018-09-26 bjorn3Rustfmt
2018-09-17 bjorn3Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
2018-09-15 bjorn3Implement intrinsic min_align_of_val
2018-09-08 bjorn3Implement trait objects (cc #14)