about summary refs log tree commit diff
path: root/compiler/rustc_abi/src
AgeCommit message (Expand)AuthorLines
2025-02-20compiler: split vector_align into cabi and llvmlikeJubilee Young-10/+15
2025-02-20compiler: `BackendRepr::inherent_{size,align} -> scalar_{size,align}`Jubilee Young-40/+50
2025-02-20compiler: Align::max_for_offset -> Align::max_aligned_factorJubilee Young-9/+8
2025-02-20Adjust LayoutData::uninhabited doc comment.zachs18-2/+2
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-32/+28
2025-02-19Add a .bss-like scheme for encoded const allocsBen Kimock-2/+2
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-2/+2
2025-02-15Replace some u64 hashes with Hash64Ben Kimock-7/+9
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-2/+0
2025-02-11compiler: remove rustc_abi::lookup and AbiUnsupportedJubilee Young-17/+14
2025-02-11compiler: remove AbiDatasJubilee Young-131/+9
2025-02-11compiler: compare and hash ExternAbi like its stringJubilee Young-12/+137
2025-02-11compiler: narrow scope of nightly cfg in rustc_abiJubilee Young-6/+3
2025-02-09compiler: remove `abi`-specific `extern "{abi}"` suggestionsJubilee Young-20/+7
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-107/+5
2025-02-08Rustfmtbjorn3-4/+7
2025-02-06compiler: reorganize rustc_abi to be more internally uniformJubilee Young-74/+78
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-13/+22
2025-01-16Add gpu-kernel calling conventionFlakebi-13/+22
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-0/+4
2025-01-10exclude unsizable tail from randomization seed calculationThe 8472-13/+9
2025-01-10Foo<T> != Foo<U> under layout randomizationThe 8472-2/+74
2024-12-30compiler: Add a statement-of-intent to `rustc_abi`Jubilee Young-0/+32
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-14/+17
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-11/+11
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-01fix safe-transmute handling of enumsRalf Jung-1/+5
2024-11-30improve TagEncoding::Niche docs and sanity checkRalf Jung-5/+19
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-1/+1
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-1/+1
2024-11-14Support s390x z13 vector ABITaiki Endo-0/+18
2024-11-08pointee_info_at: fix logic for recursing into enumsRalf Jung-4/+12
2024-10-30compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi`Jubilee Young-0/+372
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-111/+133
2024-10-28Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errorsJubilee-2/+7
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-2/+7
2024-10-27compiler: Rename LayoutS to LayoutDataJubilee Young-33/+33
2024-10-21Make rustc_abi compile on stable againLukas Wirth-15/+23
2024-10-20compiler: Reject impossible reprs during enum layoutJubilee Young-0/+9
2024-10-19compiler: Adopt rust-analyzer impls for `LayoutCalculatorError`Jubilee Young-1/+26
2024-10-11compiler: Wire `{TyAnd,}Layout` into `rustc_abi`Jubilee Young-4/+266
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-0/+269
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-8/+5
2024-09-21Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlinbors-6/+4
2024-09-21compiler: Precisely name units of object sizeJubilee-3/+3
2024-09-20compiler: reuse {un,}signed_fit in get_type_suggestion (nfc)Jubilee Young-0/+22
2024-09-19Correct outdated object size limitJubilee Young-6/+4
2024-09-18Get rid of niche selection's dependence on fields's orderAdwin White-9/+4
2024-09-17get rid of an old hackLukas Markeffsky-1/+5
2024-09-17assert that unexpectedly unsized fields are sized in the param envLukas Markeffsky-27/+34