]> git.lizzy.rs Git - rust.git/history - src/vtable.rs
Rustup to rustc 1.34.0-nightly (b244f61b7 2019-02-12)
[rust.git] / src / vtable.rs
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)