aboutsummaryrefslogtreecommitdiff
path: root/src/internal/pkgbits
AgeCommit message (Expand)Author
14 daysinternal/pkgbits: bump version for generic methodsMark Freeman
2026-03-20internal/pkgbits: add missing testsRobert Griesemer
2026-03-19cmd/compile/internal/noder: encode promoted struct fields for composite liter...Robert Griesemer
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-05-29internal/pkgbits: explain the rationale for reference tablesMark Freeman
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-21internal/pkgbits: indent productions and hoist some types upMark Freeman
2025-05-20internal/pkgbits: rename RelocEnt to RefTableEntryMark Freeman
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-05-14internal/pkgbits, cmd/compile/internal/noder: document string sectionMark Freeman
2025-05-12internal/pkgbits: rename Reloc* to Section*Mark Freeman
2025-05-12internal/pkgbits: write a formal grammar for UIR primitivesMark Freeman
2025-05-08pkgbits: consolidate doc.go to only relevant detailsMark Freeman
2025-05-06pkgbits: replace references to RelocKind with SectionKindMark 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-05-05pkgbits: improve documentation in reloc.goMark Freeman
2025-01-07cmd/internal/hash: stop using md5, sha1Russ Cox
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-26internal/pkgbits: add DerivedInfoNeededCuong Manh Le
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
2023-04-11all: re-run stringerIan Lance Taylor
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-10cmd/compile/internal/noder: explicitly handle function instantiationsMatthew Dempsky
2022-08-10internal/pkgbits: fix performance of rawRelocDavid 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-08-04[dev.unified] all: merge master (85d87b9) into dev.unifiedMatthew Dempsky
2022-08-04all: remove pre-Go 1.17 workaroundsRuss Cox
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-28[dev.unified] cmd/compile: write iface conversion RTTI into unified IRMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: write RTTI into unified IR export dataMatthew 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-06-30[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handlingMatthew Dempsky
2022-06-06[dev.unified] cmd/compile/internal/noder: push exprBlank up into assignment h...Matthew 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-07cmd/compile: represent derived types with ir.DynamicType in unified IRMatthew Dempsky
2022-03-01internal/pkgbits: add version numberMatthew Dempsky
2022-03-01internal/pkgbits: extract unified IR coding-level logicMatthew Dempsky