about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src/vtable.rs
AgeCommit message (Collapse)AuthorLines
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
The first PR for https://github.com/rust-lang/compiler-team/issues/606 This is just the move-and-rename, because it's plenty big-and-bitrotty already. Future PRs will start using `FieldIdx` more broadly, and concomitantly removing `FieldIdx::new`s.
2023-03-20Remove Ty::is_region_ptrMu42-3/+1
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into ↵bjorn3-1/+20
sync_cg_clif-2023-03-15
2022-10-23Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into ↵bjorn3-6/+20
sync_cg_clif-2022-10-23
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-1/+1
2021-08-06Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into ↵bjorn3-4/+4
sync_cg_clif-2021-08-06
2021-08-03Implement pointer casting.Charles Lew-1/+1
2021-07-07Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into ↵bjorn3-15/+10
sync_cg_clif-2021-07-07
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 ↵Charles Lew-34/+38
representation.
2021-04-30Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power-27/+9
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
Changes `librustc_X` to `rustc_X`, only in documentation comments. Plain code comments are left unchanged. Also fix incorrect file paths.
2021-03-05Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into ↵bjorn3-13/+10
sync_cg_clif-2021-03-05
2020-12-27Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into ↵bjorn3-1/+2
sync_cg_clif-2020-12-27
2020-11-03Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into ↵bjorn3-12/+4
update_cg_clif-2020-11-01
2020-10-26Add 'compiler/rustc_codegen_cranelift/' from commit ↵bjorn3-0/+194
'793d26047f994e23415f8f6bb5686ff25d3dda92' git-subtree-dir: compiler/rustc_codegen_cranelift git-subtree-mainline: cf798c1ec65a5ec3491846777f9003fabb881b4a git-subtree-split: 793d26047f994e23415f8f6bb5686ff25d3dda92