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
Age
Commit message (
Expand
)
Author
2022-05-14
encoding/csv: add Reader.InputOffset method
hopehook
2022-05-03
encoding/base32: decoder output depends on chunking of underlying reader
teivah
2022-04-15
encoding/binary: add AppendVarint AppendUvarint
Joe Tsai
2022-04-12
encoding/pem: fix stack overflow in Decode
Julie Qiu
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-27
encoding/xml: expose decoder line and column
Patrick Gundlach
2022-03-11
encoding/hex: implement Decode with a lookup table
eh-steve
2022-03-04
encoding/xml: improve the test coverage, fix minor bugs
Iskander Sharipov
2022-03-02
encoding/binary: add AppendByteOrder
Joe Tsai
2022-03-02
encoding/json: use reflect.Value.UnsafePointer over Pointer
Joe Tsai
2022-02-20
encoding/xml: embedded reference to substruct causes XML marshaller to panic ...
hopehook
2022-01-13
all: add a handful of fuzz targets
Roland Shoemaker
2022-01-12
Revert "all: add a handful of fuzz targets"
Bryan Mills
2022-01-12
all: add a handful of fuzz targets
Roland Shoemaker
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-09
encoding/xml: add generic encoding test
Keith Randall
2021-11-02
encoding: simplify some code
Josh Bleecher Snyder
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-19
encoding/base64: add examples for Encode/Decode
180909
2021-10-11
encoding/gob: follow documented io.EOF semantics
Daniel Martí
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-27
encoding/base32: Add examples for Encode/Decode
jiahua wang
2021-09-21
encoding/xml: truncate generic type names
Keith Randall
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-29
encoding/csv: add FieldPos method
Roger Peppe
2021-04-20
all: remove redundant spaces before . and ,
Yury Smolsky
2021-03-15
encoding/xml: replace comments inside directives with a space
Filippo Valsorda
2021-03-15
encoding/xml: handle leading, trailing, or double colons in names
Filippo Valsorda
2021-03-14
encoding/json: fix package shadowing in MarshalIndent example
Ariel Mashraki
2021-03-13
encoding/gob: ensure "duplicate type received" decoder errors surface up
Aman Karmani
2021-03-13
all: use HTML5 br tags
John Bampton
2021-03-10
encoding/xml: prevent infinite loop while decoding
Katie Hockman
2021-03-08
encoding/binary: limit bytes read by Uvarint to <= 10
Emmanuel T Odeke
2021-03-05
encoding/json: marshal maps using reflect.Value.MapRange
Meng Zhuo
2021-02-25
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
2021-02-24
encoding/json: reduce allocated space in Unmarshal
Josh Bleecher Snyder
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-12
encoding/asn1: document unmarshaling behavior for IMPLICIT string fields
Eric Chiang
2020-12-01
encoding/json: revert "add "json: " prefix to SyntaxError messages"
Kevin Burke
2020-11-09
encoding/asn1: optimize asn1.Unmarshal
Dmitrii Okunev
2020-10-21
encoding/xml: fix reserved namespace check to be case-insensitive
Ian Lance Taylor
2020-10-21
encoding/json: add "json: " prefix to SyntaxError messages
Kevin Burke
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-05
encoding/asn1: clarify use of SET suffix
Roland Bracewell Shoemaker
[prev]
[next]