aboutsummaryrefslogtreecommitdiff
path: root/src/internal/pkgbits/encoder.go
AgeCommit message (Expand)Author
2025-05-21internal/pkgbits: mark element / section ends as delta encoding candidatesMark Freeman
2025-05-21internal/pkgbits: specify that RelIdx is an element indexMark Freeman
2025-05-20internal/pkgbits: rename RelocEnt to RefTableEntryMark Freeman
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
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
2025-01-07cmd/internal/hash: stop using md5, sha1Russ Cox
2024-08-28cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1Tim King
2024-08-21internal/pkgbits: fix incorrect doc commentRobert Griesemer
2024-08-20internal/pkgbits: add Version typeTim King
2024-08-19internal/pkgbits: s/errorf/panicf/ because that's what it isRobert Griesemer
2022-08-10cmd/compile/internal/noder: explicitly handle function instantiationsMatthew Dempsky
2022-08-10internal/pkgbits: fix performance of rawRelocDavid Chase
2022-08-04all: clean up TODO after fixing issue 44505hopehook
2022-08-03[dev.unified] cmd/compile: start using runtime dictionariesMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: move "has init" to private metadataMatthew Dempsky
2022-07-25[dev.unified] cmd/compile: add method expressions to dictionariesMatthew Dempsky
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