index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
/
dwarf
/
type.go
Age
Commit message (
Expand
)
Author
2023-10-18
debug: add available godoc link
cui fliter
2022-05-19
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-01-28
debug/dwarf: fix problems with handling of bit offsets for bitfields
Than McIntosh
2021-09-02
debug/dwarf: check for DWARFv4 AttrDataBitOffset value
Joe Sylve
2021-05-13
debug/dwarf: delay array type fixup to handle type cycles
Than McIntosh
2019-03-15
debug/dwarf: more graceful handling of unsupported types
Than McIntosh
2017-10-18
debug/dwarf: clarify StructField.ByteSize doc
Heschi Kreinick
2017-08-18
all: unindent some big chunks of code
Daniel Martí
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-01-14
debug/dwarf: fix nil pointer dereference in cyclic type structures
Austin Clements
2015-05-07
debug/dwarf: compute ByteSize for more DWARF types
John Dethridge
2014-09-24
debug/dwarf: correct name for clang-generated complex type
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox