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
/
encoder.go
Age
Commit message (
Expand
)
Author
2025-05-21
internal/pkgbits: mark element / section ends as delta encoding candidates
Mark Freeman
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-19
std: pass bytes.Buffer and strings.Builder by pointer
Alan Donovan
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
2025-01-07
cmd/internal/hash: stop using md5, sha1
Russ Cox
2024-08-28
cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1
Tim King
2024-08-21
internal/pkgbits: fix incorrect doc comment
Robert Griesemer
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-08-10
cmd/compile/internal/noder: explicitly handle function instantiations
Matthew Dempsky
2022-08-10
internal/pkgbits: fix performance of rawReloc
David Chase
2022-08-04
all: clean up TODO after fixing issue 44505
hopehook
2022-08-03
[dev.unified] cmd/compile: start using runtime dictionaries
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: move "has init" to private metadata
Matthew Dempsky
2022-07-25
[dev.unified] cmd/compile: add method expressions to dictionaries
Matthew Dempsky
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