about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src/vtable.rs
AgeCommit message (Expand)AuthorLines
2025-07-01Remove support for dyn*Michael Goulet-26/+14
2025-06-12intrinsics: rename min_align_of to align_ofRalf Jung-1/+1
2025-06-05Update `InterpCx::project_field` to take `FieldIdx`Scott McMurray-3/+2
2025-02-10Extend the renaming to coerce_unsafe_ptrBastian Kersting-1/+1
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-1/+1
2024-10-29cg_clif: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-2/+2
2024-05-09Make builtin_deref just return a TyMichael Goulet-1/+1
2024-04-03rustc_index: Add a `ZERO` constant to index typesVadim Petrochenkov-1/+1
2024-03-28Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202...bjorn3-5/+3
2024-01-26Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202...bjorn3-1/+1
2023-09-12add helper method for finding the one non-1-ZST fieldRalf Jung-13/+6
2023-08-29const_eval and codegen: audit uses of is_zstRalf Jung-2/+2
2023-03-28Move `mir::Field` → `abi::FieldIdx`Scott McMurray-3/+3
2023-03-20Remove Ty::is_region_ptrMu42-3/+1
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...bjorn3-1/+20
2022-10-23Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...bjorn3-6/+20
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-1/+1
2021-08-06Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...bjorn3-4/+4
2021-08-03Implement pointer casting.Charles Lew-1/+1
2021-07-07Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...bjorn3-15/+10
2021-06-28Update other codegens to use tcx managed vtable allocations.Charles Lew-96/+10
2021-06-15Refactor to make interpreter and codegen backend neutral to vtable internal r...Charles Lew-34/+38
2021-04-30Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power-27/+9
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...bjorn3-13/+10
2020-12-27Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-202...bjorn3-1/+2
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...bjorn3-12/+4
2020-10-26Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6b...bjorn3-0/+194