aboutsummaryrefslogtreecommitdiff
path: root/src/debug/dwarf/type.go
AgeCommit message (Expand)Author
2023-10-18debug: add available godoc linkcui fliter
2022-05-19all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-01-28debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh
2021-09-02debug/dwarf: check for DWARFv4 AttrDataBitOffset valueJoe Sylve
2021-05-13debug/dwarf: delay array type fixup to handle type cyclesThan McIntosh
2019-03-15debug/dwarf: more graceful handling of unsupported typesThan McIntosh
2017-10-18debug/dwarf: clarify StructField.ByteSize docHeschi Kreinick
2017-08-18all: unindent some big chunks of codeDaniel Martí
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-14debug/dwarf: fix nil pointer dereference in cyclic type structuresAustin Clements
2015-05-07debug/dwarf: compute ByteSize for more DWARF typesJohn Dethridge
2014-09-24debug/dwarf: correct name for clang-generated complex typeRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox