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-08-09
encoding/xml: use bytes.Buffer.WriteString
Daniel Martí
2022-08-08
encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 ...
cuiweixie
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-14
encoding/xml: skip TestCVE202230633 for short tests
Roland Shoemaker
2022-07-12
encoding/gob: add a depth limit for ignored fields
Roland Shoemaker
2022-07-12
encoding/xml: use iterative Skip, rather than recursive
Roland Shoemaker
2022-07-12
encoding/xml: limit depth of nesting in unmarshal
Roland Shoemaker
2022-06-22
encoding/xml: check nil pointer in DecodeElement
shaoliming
2022-06-01
encoding/json: mention SyntaxError in Unmarshal doc comment
Lukas Joisten
2022-05-17
all: fix spelling
John Bampton
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
[prev]
[next]