summary refs log tree commit diff
path: root/compiler/rustc_abi/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-03-15Use {Decodable,Encodable}_NoContext in type_irMichael Goulet-7/+25
2025-03-13Auto merge of #137152 - saethlin:bss-const-allocs, r=wesleywiserbors-2/+2
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-09Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubileeMatthias Krüger-42/+7
2025-03-08Move SIMD layout logic to `rustc_abi`Moulins-0/+7
2025-03-08Remove most manual LayoutData creations and move them to `rustc_abi`Moulins-42/+0
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-06Rollup merge of #137805 - RalfJung:layout-debug-print, r=NoratriebMichael Goulet-1/+1
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-14/+14
2025-02-28adjust Layout debug printing to match the internal field namesRalf Jung-1/+1
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-1/+1
2025-02-23Rollup merge of #137256 - workingjubilee:untangle-vector-abi-assumptions, r=b...Matthias Krüger-44/+49
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-1/+1
2025-02-22Fix binding mode problemsMichael Goulet-9/+9
2025-02-20compiler: split vector_align into cabi and llvmlikeJubilee Young-9/+14
2025-02-20compiler: `BackendRepr::inherent_{size,align} -> scalar_{size,align}`Jubilee Young-26/+27
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-19/+16
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-1/+1
2025-02-15Replace some u64 hashes with Hash64Ben Kimock-3/+4
2025-02-11compiler: remove rustc_abi::lookup and AbiUnsupportedJubilee Young-5/+8
2025-02-11compiler: remove AbiDatasJubilee Young-8/+5
2025-02-11compiler: narrow scope of nightly cfg in rustc_abiJubilee Young-5/+1
2025-02-09compiler: gate `extern "{abi}"` in ast_loweringJubilee Young-3/+1
2025-02-08Rustfmtbjorn3-4/+7
2025-01-10Foo<T> != Foo<U> under layout randomizationThe 8472-0/+39
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-4/+6
2024-12-18Variants::Single: do not use invalid VariantIdx for uninhabited enumsRalf Jung-4/+4
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-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/+8
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-46/+66
2024-10-28Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errorsJubilee-0/+5
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-0/+5
2024-10-27compiler: Rename LayoutS to LayoutDataJubilee Young-7/+7
2024-10-21Make rustc_abi compile on stable againLukas Wirth-4/+12
2024-10-11compiler: Wire `{TyAnd,}Layout` into `rustc_abi`Jubilee Young-1/+7
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+4
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-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky-1/+9