]> git.lizzy.rs Git - rust.git/history - src/unsize.rs
Fix assert_assignable for array types
[rust.git] / src / unsize.rs
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-13 bjorn3Sync from rust 4800c7816ee1937d028407066d229f74b4673c92
2022-03-11 Nicholas NethercoteImprove `AdtDef` interning.
2022-02-16 bjorn3Sync from rust a240ccd81c74c105b6f5fe84c46f8d36edb7e306
2022-02-15 Nicholas NethercoteOverhaul `TyS` and `Ty`.
2021-08-25 bjorn3Sync from rust 9863bf51a52b8e61bcad312f81b5193d53099f9f
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-05 bjorn3Rustup to rustc 1.56.0-nightly (25b764849 2021-08-04)
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
2021-08-03 borsAuto merge of #87515 - crlf0710:trait_upcasting_part2...
2021-08-02 Charles LewImplement pointer casting.
2021-06-29 bjorn3Sync from rust e98897e5dc9898707bf4331c43b2e76ab7e282fe
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...
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-02-23 bjorn3Merge pull request #1144 from bjorn3/dynamic_module
2021-02-23 bjorn3Use dynamic dispatch for the inner Module
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_...