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
/
internal
/
pkgbits
/
decoder.go
Age
Commit message (
Expand
)
Author
2025-05-21
internal/pkgbits: specify that RelIdx is an element index
Mark Freeman
2025-05-20
internal/pkgbits: rename RelocEnt to RefTableEntry
Mark Freeman
2025-05-12
internal/pkgbits: rename Reloc* to Section*
Mark Freeman
2025-05-06
pkgbits: alias RelocKind with a SectionKind type
Mark Freeman
2025-05-06
pkgbits: alias the Index type to clarify it is section relative
Mark Freeman
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-08-28
cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1
Tim King
2024-08-20
internal/pkgbits: add Version type
Tim King
2024-08-19
internal/pkgbits: s/errorf/panicf/ because that's what it is
Robert Griesemer
2022-09-27
cmd/compile: make a type-specialized copy of encoding/binary.ReadUvarint
David Chase
2022-09-27
cmd/compile: introduce "temporary" readers for more storage reuse
David Chase
2022-08-08
all: use io.Seek* instead of deprecated os.SEEK_*
Tobias Klauser
2022-08-04
all: clean up TODO after fixing issue 44505
hopehook
2022-07-12
internal/pkgbits: change EnableSync into a dynamic knob
Matthew Dempsky
2022-05-25
internal/pkgbits: add Index type
Matthew Dempsky
2022-05-25
internal/pkgbits: finish documentation
Matthew Dempsky
2022-05-20
internal/pkgbits: better documentation
Matthew Dempsky
2022-03-28
internal/pkgbits: add fingerprints to unified IR export format
Matthew Dempsky
2022-03-01
internal/pkgbits: add version number
Matthew Dempsky
2022-03-01
internal/pkgbits: extract unified IR coding-level logic
Matthew Dempsky