about summary refs log tree commit diff
path: root/src/vtable.rs
AgeCommit message (Expand)AuthorLines
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-07-03Make vtable_allocation always succeedSmitty-4/+1
2021-06-29fix sess errorSmitty-1/+1
2021-06-29Support allocation failures when interperting MIRSmitty-1/+4
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-08Use the new cranelift-module interfacebjorn3-15/+16
2020-09-23Document almost all modulesbjorn3-0/+3
2020-09-16Remove byteorder dependencybjorn3-7/+12
2020-08-28fmt: Run cargo fmt since it is availableCohenArthur-8/+11
2020-08-22FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`CohenArthur-15/+15
2020-08-22FunctionCx: Rename codegen_cx -> cxCohenArthur-23/+23
2020-08-22FunctionCx: Fix field usage in inline_asm and vtable modulesCohenArthur-3/+3
2020-08-22FunctionCx: WIP: Remove more common fields from CodegenCxCohenArthur-2/+2
2020-08-22FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cxCohenArthur-20/+20
2020-08-22FunctionCx: Replace .module with .codegen_cx.moduleCohenArthur-6/+6
2020-08-22FunctionCx: WIP: Replace .tcx with .codegen_cx.tcxCohenArthur-15/+15
2020-07-23Fix -Zpolymorphizebjorn3-2/+2
2020-06-23Prevent different vtables with the same namebjorn3-6/+4
2020-04-09Enable the rust_2018_idioms and unused_lifetimes lints and fix all warningsbjorn3-1/+1
2020-04-03Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)bjorn3-2/+2
2020-03-30Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)bjorn3-2/+2
2020-03-27Limit publicness to crate where possible and remove unused importsbjorn3-5/+5
2020-03-13Shrink vtable symbol names a bitbjorn3-1/+8
2020-03-10Support virtual calls with unsized self argumentbjorn3-1/+10
2020-02-26Tls supportbjorn3-0/+1
2020-01-15Reduce the amount of calls to layout_ofbjorn3-9/+8
2020-01-04Re-use cranelift_codegen::ir::Function for every functionbjorn3-2/+2
2019-12-20Set memflags for vtable loadsbjorn3-4/+10
2019-08-31Format code using 'cargo fmt'Atul Bhosale-18/+14
2019-08-18Use anonymous lifetimes where possiblebjorn3-12/+12
2019-06-06Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)bjorn3-1/+1