about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/metadata/enums/native.rs
AgeCommit message (Expand)AuthorLines
2025-09-28remove explicit deref of AbiAlign for most methodsJubilee Young-2/+2
2025-06-03Change `tag_field` to `FieldIdx` in `Variants::Multiple`Scott McMurray-1/+1
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-4/+2
2025-03-18Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`Oli Scherer-20/+19
2025-02-12debuginfo: Set bitwidth appropriately in enum variant tagsMatthew Maurer-1/+7
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-2/+2
2024-11-06Clean up use requirements after rebasingMatt Weber-1/+1
2024-11-06Rename option and add docMatt Weber-18/+15
2024-11-06Add additional option checksMatt Weber-8/+31
2024-11-06Move additional source location info behind -Z optionMatt Weber-2/+13
2024-11-06Refactor `type_stub` from `DefId` to tupleMatt Weber-2/+2
2024-11-06Add file and line metadata for enum variant and fieldsMatt Weber-4/+13
2024-11-06Add file and line metadata for coroutinesMatt Weber-1/+1
2024-11-06Refactor `type_map::stub` parametersMatt Weber-4/+2
2024-11-06Require `type_map::stub` callers to supply file informationMatt Weber-0/+4
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-1/+1
2024-10-28Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char`Zalathar-5/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-09-17Rename supertraits of `CodegenMethods`.Nicholas Nethercote-1/+1
2024-08-13Use the `enum2$` Natvis visualiser for repr128 C-style enumsbeetrees-5/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-28/+17
2024-07-20compiler: Never debug_assert in codegenJubilee Young-2/+2
2024-03-24Require coroutine kind type to be passed to TyCtxt::coroutine_layoutMichael Goulet-2/+5
2024-03-24Always use tcx.coroutine_layout over calling optimized_mir directlyMichael Goulet-2/+1
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-1/+1
2023-12-15codegen_llvm: set DW_AT_accessibilityDavid Wood-3/+6
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-35/+35
2023-10-20s/Generator/Coroutine/Oli Scherer-3/+3
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-4/+6
2023-06-19Store generator field names in GeneratorLayout.Camille GILLOT-3/+2
2023-06-10Support 128-bit enum variant in debuginfo codegenDonoughLiu-7/+1
2023-03-11Address the new odd backticks tidy lint in compiler/est31-0/+1
2022-12-07Move closure/generator type info methods to TyCtxtMichael Goulet-4/+3
2022-09-07Change name of "dataful" variant to "untagged"Michael Benfield-1/+1
2022-08-12debuginfo: Change C++-like encoding for enums.Michael Woerister-2/+8
2022-03-14debuginfo: Refactor debuginfo generation for types -- Address outstanding FIX...Michael Woerister-3/+3
2022-03-14debuginfo: Refactor debuginfo generation for typesMichael Woerister-0/+441