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
Age
Commit message (
Expand
)
Author
14 days
internal/pkgbits: bump version for generic methods
Mark Freeman
2026-03-20
internal/pkgbits: add missing tests
Robert Griesemer
2026-03-19
cmd/compile/internal/noder: encode promoted struct fields for composite liter...
Robert Griesemer
2025-11-14
std: fix printf("%q", int) mistakes
Alan Donovan
2025-05-29
internal/pkgbits: explain the rationale for reference tables
Mark Freeman
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-21
internal/pkgbits: indent productions and hoist some types up
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-14
internal/pkgbits, cmd/compile/internal/noder: document string section
Mark Freeman
2025-05-12
internal/pkgbits: rename Reloc* to Section*
Mark Freeman
2025-05-12
internal/pkgbits: write a formal grammar for UIR primitives
Mark Freeman
2025-05-08
pkgbits: consolidate doc.go to only relevant details
Mark Freeman
2025-05-06
pkgbits: replace references to RelocKind with SectionKind
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-05-05
pkgbits: improve documentation in reloc.go
Mark Freeman
2025-01-07
cmd/internal/hash: stop using md5, sha1
Russ Cox
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-26
internal/pkgbits: add DerivedInfoNeeded
Cuong Manh Le
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
2023-04-11
all: re-run stringer
Ian Lance Taylor
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-10
cmd/compile/internal/noder: explicitly handle function instantiations
Matthew Dempsky
2022-08-10
internal/pkgbits: fix performance of rawReloc
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-08-04
[dev.unified] all: merge master (85d87b9) into dev.unified
Matthew Dempsky
2022-08-04
all: remove pre-Go 1.17 workarounds
Russ Cox
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-28
[dev.unified] cmd/compile: write iface conversion RTTI into unified IR
Matthew Dempsky
2022-07-28
[dev.unified] cmd/compile: write RTTI into unified IR export data
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-06-30
[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handling
Matthew Dempsky
2022-06-06
[dev.unified] cmd/compile/internal/noder: push exprBlank up into assignment h...
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-07
cmd/compile: represent derived types with ir.DynamicType in unified IR
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