]> git.lizzy.rs Git - rust.git/history - src/vtable.rs
Use anonymous lifetimes where possible
[rust.git] / src / vtable.rs
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)