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-09-30
encoding: fix a few function names on comments
cui fliter
2022-09-30
encoding/json: return comparison directly
cuiweixie
2022-09-29
all: use strings.Builder where appropriate
hopehook
2022-09-29
encoding/gob: add top level security doc
Roland Shoemaker
2022-09-28
encoding/xml: use bytes.Clone
cuiweixie
2022-09-25
encoding/gob: use saferio.SliceCap when decoding a slice
Ian Lance Taylor
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-09-02
encoding/asn1: fix doc for BitString.At's return value
RenKanai
2022-08-24
encoding/json: move some misplaced benchmark tests to bench_test.go
Andy Pan
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2022-08-23
encoding/xml: add (*Encoder).Close
Axel Wagner
2022-08-22
encoding/json: rely on utf8.AppendRune
Joe Tsai
2022-08-19
encoding/gob: use saferio to read large buffer
Ian Lance Taylor
2022-08-17
encoding/base64: optimize decodemap memory set
ErikPelli
2022-08-09
encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]
Ludi Rehak
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í
[prev]
[next]