aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary
AgeCommit message (Expand)Author
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2024-12-30encoding/binary: add documentation for endian methodswillboland
2024-11-21all: fix some function names and typos in commentcuishuang
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-07-23encoding/binary: add missing test helper callsMartin Garton
2024-07-16encoding/binary: use list format in docstringsKir Kolyshkin
2024-05-22encoding/binary: adjust docs for Append, Encode and DecodeJes Cok
2024-05-20encoding/binary: speed up SizeLorenz Bauer
2024-05-20encoding/binary: add Append, Encode and DecodeLorenz Bauer
2024-05-13encoding/binary: simplify encoder.valueLorenz Bauer
2024-03-13encoding/binary: cache struct sizes to speed up Read and Write for slice of s...kwakubiney
2024-03-06encoding/binary: use built-in clear to simplify codeJes Cok
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-06-20encoding/binary: on invalid type return -1 from SizeIan Lance Taylor
2023-04-04encoding/binary: add word size to the error message of the failed constraintConstantin Konstantinidis
2023-02-16src: rename unexported errors by adding prefix errOleksandr Redko
2023-01-30encoding/binary: add String and GoString method to nativeEndiancuiweixie
2023-01-27encoding/binary: add var NativeEndiancuiweixie
2022-08-08encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 ...cuiweixie
2022-04-15encoding/binary: add AppendVarint AppendUvarintJoe Tsai
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-02encoding/binary: add AppendByteOrderJoe Tsai
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-03-08encoding/binary: limit bytes read by Uvarint to <= 10Emmanuel T Odeke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-23encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan
2020-08-25encoding/binary: replace constant literals with named constant (cleanup)Robert Griesemer
2020-08-06encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman
2019-11-08encoding/binary: add float support to fast pathMartin Garton
2019-11-08encoding/binary: make Read return an error when data is not a pointerUdalov Max
2019-11-01encoding/binary: cache struct sizes to speed up Read and WriteLorenz Bauer
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2018-09-04encoding/binary: simplify Read and WriteJosh Bleecher Snyder
2018-05-08encoding/binary: returns length of bool slice in intDataSizeJoe Kyo
2018-03-06encoding/binary: use an offset instead of slicingJosh Bleecher Snyder
2017-11-15encoding/binary: make new example a bit more idiomaticRuss Cox
2017-11-03cmd/compile: add rules to improve consecutive byte loads and stores on ppc64leLynn Boger
2017-08-12encoding/binary: add example for Read multiMark Wolfe
2017-08-03encoding/binary: add examples for varint functionsAxel Wagner
2017-07-15encoding/binary: add examples for ByteOrder functionsRoss Light
2017-06-29encoding/binary: clarify the repercussions for not following the docsBrad Fitzpatrick
2017-06-27encoding/binary: improve comment formatting consistencyDmitri Shuralyov
2017-02-14cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...Kirill Smelkov
2016-12-01encoding/binary: document the new bool supportBrad Fitzpatrick
2016-09-28encoding/binary: add bool supportBlixt
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-31cmd/compile: extend prove pass to handle constant comparisonsKeith Randall
2016-03-21encoding/binary: fix bound checkAlexandru Moșoi