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
Age
Commit message (
Expand
)
Author
2022-08-09
encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]
Ludi Rehak
2022-08-08
encoding/gob: replace runtime values with constants in init()
Tomasz Jezierski
2022-07-15
encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/
Ian Lance Taylor
2022-07-12
encoding/gob: add a depth limit for ignored fields
Roland Shoemaker
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-11
encoding/gob: follow documented io.EOF semantics
Daniel Martí
2021-09-07
encoding/gob: optimize decoding of slice
korzhao
2021-09-07
encoding/gob: marshal maps using reflect.Value.MapRange
korzhao
2021-08-27
encoding/gob: optimize decoding of []byte
Joe Tsai
2021-04-20
all: remove redundant spaces before . and ,
Yury Smolsky
2021-03-13
encoding/gob: ensure "duplicate type received" decoder errors surface up
Aman Karmani
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2019-09-09
src: gofmt -s
Ainar Garipov
2019-05-22
encoding/gob: properly ignore errors
Leon Klingele
2019-05-09
encoding/gob: rename encBuffer.WriteByte to writeByte
Russ Cox
2019-04-30
encoding/gob: adding missing fuzz skip to one of the fuzz tests
Brad Fitzpatrick
2019-03-08
encoding/gob: update documentation in doc.go for wireType
Rob Pike
2018-12-28
encoding/gob: mention that Encoder and Decoder are safe for concurrent use
Mostyn Bramley-Moore
2018-10-22
encoding/gob: delete out of memory test
Rob Pike
2018-10-22
encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machines
Rob Pike
2018-06-13
encoding/gob: correct issue number typo in comment
Ian Lance Taylor
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-03-24
all: remove some unused return parameters
Daniel Martí
2018-03-10
all: fix non-standard "DO NOT EDIT" comments for generated files
Mark Rushakoff
2018-03-09
encoding/gob: work around TestFuzzOneByte panic
Daniel Martí
2018-01-04
encoding/gob: avoid race on idToType
Ian Lance Taylor
2017-10-08
encoding/gob: fix a typo in the package documentation
Laurent Voisin
2017-08-29
all: join some chained ifs to unindent code
Daniel Martí
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-25
encoding/gob: fix Debug to properly print uint
Danny Rosseau
2017-06-29
encoding/gob: warn about decoding data from untrusted sources
Brad Fitzpatrick
2017-05-26
encoding/gob: speedup decoding of maps by zeroing values
Filip Gruszczyński
2017-05-03
encoding/gob: use MakeMapWithSize when decoding map
Filip Gruszczyński
2017-04-27
encoding/gob: replace RWMutex usage with sync.Map
Bryan C. Mills
2017-04-26
encoding/gob: parallelize Encode/Decode benchmarks
Bryan C. Mills
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-19
all: remove redundant returns
Daniel Martí
2017-03-24
encoding/gob: Speedup map decoding by reducing the allocations.
Filip Gruszczyński
2017-03-21
encoding/gob: document the extra byte after a singleton
Rob Pike
2017-03-18
encoding/gob: speedup floats encoding and decoding
Alberto Donizetti
2017-03-17
encoding/gob: make integers encoding faster
Alberto Donizetti
2017-03-13
encoding/gob: add Encode-Decode Int slices tests
Alberto Donizetti
2017-03-06
encoding/gob: remove unused ut and atyp parameters
Daniel Martí
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
[prev]
[next]