aboutsummaryrefslogtreecommitdiff
path: root/src/internal/pkgbits/decoder.go
AgeCommit message (Expand)Author
2025-05-21internal/pkgbits: specify that RelIdx is an element indexMark Freeman
2025-05-20internal/pkgbits: rename RelocEnt to RefTableEntryMark Freeman
2025-05-12internal/pkgbits: rename Reloc* to Section*Mark Freeman
2025-05-06pkgbits: alias RelocKind with a SectionKind typeMark Freeman
2025-05-06pkgbits: alias the Index type to clarify it is section relativeMark Freeman
2024-11-21all: fix some function names and typos in commentcuishuang
2024-08-28cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1Tim King
2024-08-20internal/pkgbits: add Version typeTim King
2024-08-19internal/pkgbits: s/errorf/panicf/ because that's what it isRobert Griesemer
2022-09-27cmd/compile: make a type-specialized copy of encoding/binary.ReadUvarintDavid Chase
2022-09-27cmd/compile: introduce "temporary" readers for more storage reuseDavid Chase
2022-08-08all: use io.Seek* instead of deprecated os.SEEK_*Tobias Klauser
2022-08-04all: clean up TODO after fixing issue 44505hopehook
2022-07-12internal/pkgbits: change EnableSync into a dynamic knobMatthew Dempsky
2022-05-25internal/pkgbits: add Index typeMatthew Dempsky
2022-05-25internal/pkgbits: finish documentationMatthew Dempsky
2022-05-20internal/pkgbits: better documentationMatthew Dempsky
2022-03-28internal/pkgbits: add fingerprints to unified IR export formatMatthew Dempsky
2022-03-01internal/pkgbits: add version numberMatthew Dempsky
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky