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
/
encode.go
Age
Commit message (
Expand
)
Author
2025-09-11
encoding/gob: make use of reflect.TypeAssert
apocelipes
2025-02-03
all: replace reflect.Value.Type.Kind with reflect.Value.Kind
Sean Liao
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-03-29
encoding/gob: use reflect.Value.IsZero
Daniel MartÃ
2023-01-30
all: fix problematic 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
2021-09-07
encoding/gob: marshal maps using reflect.Value.MapRange
korzhao
2019-05-09
encoding/gob: rename encBuffer.WriteByte to writeByte
Russ Cox
2017-04-27
encoding/gob: replace RWMutex usage with sync.Map
Bryan C. Mills
2017-03-18
encoding/gob: speedup floats encoding and decoding
Alberto Donizetti
2017-03-17
encoding/gob: make integers encoding faster
Alberto Donizetti
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-25
encoding/gob: reduce the amount of memory allocations.
Aliaksandr Valialkin
2014-10-17
encoding/gob: use simple append-only buffer for encoding
Rob Pike
2014-10-17
encoding/gob: custom array/slice decoders
Rob Pike
2014-10-17
encoding/gob: speed up encoding of arrays and slices
Rob Pike
2014-10-14
encoding/gob: make encoding structs a little faster
Rob Pike
2014-09-18
encoding/gob: speedup encoding
Dmitriy Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox