]> git.lizzy.rs Git - rust.git/history - src/unsize.rs
Overhaul `TyS` and `Ty`.
[rust.git] / src / unsize.rs
2022-02-15 Nicholas NethercoteOverhaul `TyS` and `Ty`.
2021-08-21 borsAuto merge of #88135 - crlf0710:trait_upcasting_part_3...
2021-08-18 Charles LewFold `vtable_trait_upcasting_coercion_new_vptr_slot...
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-03 borsAuto merge of #87515 - crlf0710:trait_upcasting_part2...
2021-08-02 Charles LewImplement pointer casting.
2021-06-29 borsAuto merge of #86475 - crlf0710:miri_vtable_refactor...
2021-06-28 Charles LewUpdate other codegens to use tcx managed vtable allocat...
2021-03-08 borsAuto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
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-09-05 bjorn3Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
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-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-02-15 bjorn3Update Cranelift and use the new ineg instruction
2020-01-15 bjorn3Reduce the amount of calls to layout_of
2019-09-28 bjorn3Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
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-07 bjorn3Rustup to rustc 1.38.0-nightly (6a91782b7 2019-08-06)
2019-07-20 bjorn3Rustup to rustc 1.38.0-nightly (e3cebcb3b 2019-07-19)
2019-06-11 bjorn3Encapsulate CValue and CPlace creation
2019-03-03 bjorn3Rename load_value_pair to load_scalar_pair and fix...
2019-02-21 bjorn3Rustfmt
2019-01-02 bjorn3Rename load_value to load_scalar and make it support...
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...