aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/type.go
AgeCommit message (Expand)Author
2024-09-13encoding/gob: make use of maps.CloneJes Cok
2024-05-16crypto/x509: add text and binary marshal methods to OIDMateusz Poliwczak
2024-03-14encoding/gob: make x509.Certificate marshalable againRuss Cox
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-09-02encoding/gob: add comma in field comment of userTypeInfo for consistencyJes Cok
2023-08-19encoding/gob: prevent panic from index out of range in Decoder.typeStringAndy Pan
2023-08-01encoding/gob: use reflect.TypeFor for known typesIan Lance Taylor
2023-03-29encoding/gob: avoid pointers to fieldTypeDaniel Martí
2023-03-29encoding/gob: reuse calls to TypeOf for wireTypeDaniel Martí
2023-03-29encoding/gob: avoid a pointer to wireType in typeInfoDaniel Martí
2023-03-29encoding/gob: avoid filling userTypeCache at init timeDaniel Martí
2023-01-24encoding/gob: slightly simplify init codeDaniel Martí
2023-01-20encoding/gob: shave off some init time costDaniel Martí
2022-09-30encoding: fix a few function names on commentscui fliter
2022-08-09encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]Ludi Rehak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2017-04-27encoding/gob: replace RWMutex usage with sync.MapBryan C. Mills
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-06encoding/gob: fix typo in documentationTormod Erevik Lea
2014-09-18encoding/gob: speedup encodingDmitriy Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox