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
/
encoding
/
gob
/
type.go
Age
Commit message (
Expand
)
Author
2024-09-13
encoding/gob: make use of maps.Clone
Jes Cok
2024-05-16
crypto/x509: add text and binary marshal methods to OID
Mateusz Poliwczak
2024-03-14
encoding/gob: make x509.Certificate marshalable again
Russ Cox
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-09-02
encoding/gob: add comma in field comment of userTypeInfo for consistency
Jes Cok
2023-08-19
encoding/gob: prevent panic from index out of range in Decoder.typeString
Andy Pan
2023-08-01
encoding/gob: use reflect.TypeFor for known types
Ian Lance Taylor
2023-03-29
encoding/gob: avoid pointers to fieldType
Daniel Martí
2023-03-29
encoding/gob: reuse calls to TypeOf for wireType
Daniel Martí
2023-03-29
encoding/gob: avoid a pointer to wireType in typeInfo
Daniel Martí
2023-03-29
encoding/gob: avoid filling userTypeCache at init time
Daniel Martí
2023-01-24
encoding/gob: slightly simplify init code
Daniel Martí
2023-01-20
encoding/gob: shave off some init time cost
Daniel Martí
2022-09-30
encoding: fix a few function names on comments
cui fliter
2022-08-09
encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]
Ludi Rehak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2017-04-27
encoding/gob: replace RWMutex usage with sync.Map
Bryan C. Mills
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-10-06
encoding/gob: fix typo in documentation
Tormod Erevik Lea
2014-09-18
encoding/gob: speedup encoding
Dmitriy Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox