summaryrefslogtreecommitdiff
path: root/plugins/dwarf/dwarf_import/src/die_handlers.rs
AgeCommit message (Expand)Author
2026-02-26[DWARF Import] Do not wrap function parameter types in named type referencesJosh Ferrell
2026-02-06[DWARF Import] Do not wrap pointer types in named type referencesJosh Ferrell
2026-01-11[Rust] Enter more session scoped tracing spans for debug info and binary view...Mason Reed
2026-01-11[Rust] Replace `log` with `tracing`Mason Reed
2026-01-01update copyrights for 2026Jordan Wiens
2025-10-20[DWARF] Greatly improve handling of typedefsJosh Ferrell
2025-10-16Fix recovery of unnamed function parameters from DWARFJosh Ferrell
2025-10-12Replace calls to unwrap() in dwarf_importJosh Ferrell
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-03-28belated copyright year updateJordan Wiens
2025-02-04Fix misc rust formattingMason Reed
2025-02-04Fix crash with unnamed function self reference in DWARF importMason Reed
2025-02-02Fix crash in dwarf import when no constant value attribute found for enumerationMason Reed
2025-01-25Fix incorrect immutable borrow for EnumerationBuilderMason Reed
2025-01-25Rust refactorMason Reed