]> Cypherpunks.ru repositories - gostls13.git/history - src/encoding
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / encoding /
2023-10-18 andigencoding/json: use reflect.Value.IsZero
2023-10-12 apocelipesencoding/xml: use reflect.Value.IsZero
2023-10-06 Alexander Yastrebovencoding/json: fix appendCompact escaping
2023-09-27 Jes Cokall: use the indefinite article an in comments
2023-09-08 Joe Tsaiencoding: modernize Go documentation
2023-09-07 Daniel Martíencoding/xml: use reflect.Value.Bytes on addressable...
2023-09-07 Jes Cokencoding/gob: fix typo in comment for decAlloc
2023-09-07 Jes Cokencoding/gob: make comment more idiomatic for *Encoder...
2023-09-07 Jes Cokencoding/gob: swap 'err, i' to correct verbs in decUint...
2023-09-03 Joe Tsaiencoding: show the alphabet for base32 and base64
2023-09-02 Jes Cokencoding/gob: add comma in field comment of userTypeInf...
2023-08-31 Jes Cokall: rewrite internal/saferio.SliceCap using generics...
2023-08-30 xuriencoding/xml: overriding by empty namespace when no...
2023-08-30 apocelipesencoding/asn1: use reflect.TypeFor for known types
2023-08-29 Christian Höppnerencoding/json: adjust comment about encoding \b and \f
2023-08-25 Joe Tsaiencoding/json: modernize tests
2023-08-25 korzhaoencoding/json: avoid allocation when decoding number...
2023-08-25 korzhaoencoding/json: optimize Marshal for maps
2023-08-23 Joe Tsaiencoding/json: encode \b and \f as '\b' and '\f' in...
2023-08-19 Ian Lance Taylorencoding/csv: correct Column docs
2023-08-19 Andy Panencoding/gob: prevent panic from index out of range...
2023-08-19 Joe Tsaiencoding: optimize growth behavior in Encoding.AppendDecode
2023-08-18 Andy Panencoding/json: use base64.Encoding.AppendEncode
2023-08-18 Joe Tsaiencoding: require unique alphabet for base32 and base64
2023-08-17 Joe Tsaiencoding: reject negative runes in Encoding.WithPadding
2023-08-17 Joe Tsaiencoding: add AppendEncode and AppendDecode
2023-08-14 Jes Cokencoding/json: declare hex as a const
2023-08-07 Daniel Martíall: add a few more godoc links
2023-08-07 korzhaoencoding/base32: optimize Encode
2023-08-07 apocelipesencoding/xml, image/jpeg, image/png: use the builtin...
2023-08-03 millerencoding/gob: skip TestLargeSlice on machines with...
2023-08-02 Jes Cokencoding/json: adjust comment to keep the same style...
2023-08-01 Jes Cokencoding/json: replace "between or" with "between and...
2023-08-01 Ian Lance Taylorencoding/json: use reflect.TypeFor for known types
2023-08-01 Ian Lance Taylorencoding/xml: use reflect.TypeFor for known types
2023-08-01 Ian Lance Taylorencoding/gob: use reflect.TypeFor for known types
2023-07-31 korzhaoencoding/json: optimize Unmarshal for maps
2023-07-29 korzhaoencoding/json: replace dead link in appendString
2023-07-27 qiulaidongfengreflect: deprecate PtrTo
2023-07-26 chanxuehongencoding/base32: reduce overflow risk when calc encode...
2023-07-21 chanxuehongencoding/base64: reduce the overflow risk when computin...
2023-07-18 Jes Cokall: fix typos
2023-06-27 Joe Tsaiencoding: document that base32 and base64 do not use...
2023-06-20 Ian Lance Taylorencoding/binary: on invalid type return -1 from Size
2023-05-25 Sean Liaoencoding/json: document unsupported float values
2023-05-23 Sean Liaoencoding: document when marshaling methods can be added
2023-05-17 Thuy Linh Luuencoding/xml: wrap charsetReader errors
2023-05-10 IvoGomanencoding/csv: update doc comment of Read method
2023-04-20 Alan Donovanstd: fix various nilness findings
2023-04-07 Daniel Martíencoding/xml: use reflect.Value.Grow
2023-04-04 Constantin Konstan... encoding/binary: add word size to the error message...
2023-04-04 cui fliterall: fix misuses of "a" vs "an"
2023-04-04 Daniel Martíencoding/gob: use reflect.Value.Grow
2023-04-04 Daniel Martíencoding/gob: report allocs in benchmarks
2023-03-29 Daniel Martíencoding/gob: avoid pointers to fieldType
2023-03-29 Daniel Martíencoding/gob: reuse calls to TypeOf for wireType
2023-03-29 Daniel Martíencoding/gob: avoid a pointer to wireType in typeInfo
2023-03-29 Daniel Martíencoding/gob: use reflect.Value.IsZero
2023-03-29 Daniel Martíencoding/gob: avoid filling userTypeCache at init time
2023-03-29 Mateusz Poliwczakencoding/asn1: improve memory efficiency of ObjectIdent...
2023-03-28 Michael Teichgraeberencoding/asn1: support fractions of a second when unmar...
2023-03-25 Daniel Martíall: add a few links in package godocs
2023-03-24 Ian Lance Taylorencoding/gob: update decgen to generate current dec_helpers
2023-03-23 Johan Abildskovencoding/gob: extend partially allocated string slices
2023-03-15 Joe Tsaiencoding/json: make use of Buffer.AvailableBuffer
2023-02-27 Joe Tsaiencoding/json: simplify folded name logic
2023-02-27 Joe Tsaiencoding/json: use append for HTMLEscape
2023-02-27 Joe Tsaiencoding/json: rely on reflect.Value.SetZero
2023-02-27 Joe Tsaiencoding/json: remove legacy fuzz.go file
2023-02-27 Daniel Martíencoding/gob: use reflect.Value.SetZero
2023-02-27 Joe Tsaiencoding/json: rely on reflect.Value.Grow
2023-02-24 Joe Tsaiencoding/json: use append-like operations for encoding
2023-02-24 Joe Tsaiencoding/json: unify encodeState.string and encodeState...
2023-02-24 Joe Tsaiencoding/json: use append for Compact and Indent
2023-02-21 Joe TsaiRevert "hex: fix panic in Decode when len(src) > 2...
2023-02-16 Oleksandr Redkosrc: rename unexported errors by adding prefix err
2023-02-07 Joe Tsaiencoding/hex: fix Decode output check regression
2023-01-31 Constantin Konstan... encoding/xml: allow overriding by empty namespace
2023-01-30 cuiweixieencoding/binary: add String and GoString method to...
2023-01-30 cui fliterall: fix problematic comments
2023-01-27 cuiweixieencoding/binary: add var NativeEndian
2023-01-27 Benjamin Prosnitzhex: fix panic in Decode when len(src) > 2*len(dst)
2023-01-24 Daniel Martíencoding/gob: slightly simplify init code
2023-01-20 Daniel Martíencoding/gob: shave off some init time cost
2022-12-02 Russ Coxencoding/csv: use proper doc comment for Deprecated...
2022-11-29 Ian Lance TaylorRevert "encoding/xml: disallow empty namespace when...
2022-11-18 cui fliterall: add missing periods in comments
2022-11-09 Constantin Konstan... encoding/xml: error when more than one colon in qualifi...
2022-11-09 Constantin Konstan... encoding/xml: disallow empty namespace when prefix...
2022-11-09 Constantin Konstan... encoding/xml: error when closing tag does not match...
2022-11-09 Constantin Konstan... encoding/xml: add check of namespaces to detect field...
2022-11-05 Dan Kortschakall: fix comment typos
2022-10-31 Russ Coxencoding/xml: reduce depth limit on wasm
2022-10-20 Ian Lance Taylorencoding/gob: support large slices in slice decode...
2022-10-13 Roland Shoemakerencoding/gob: note pacakge not covered by security...
2022-10-06 cui fliterall: remove redundant type conversion
2022-10-04 Tomasz Jezierskiencoding/asn1: remove allocation from init
2022-10-04 Daniel Martíencoding/gob: prevent a decoder state overflow
2022-09-30 cui fliterencoding: fix a few function names on comments
2022-09-30 cuiweixieencoding/json: return comparison directly
next