aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary/binary.go
AgeCommit message (Expand)Author
2024-12-30encoding/binary: add documentation for endian methodswillboland
2024-11-21all: fix some function names and typos in commentcuishuang
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-01-30encoding/binary: add String and GoString method to nativeEndiancuiweixie
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
2020-09-23encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan
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
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-06-29encoding/binary: clarify the repercussions for not following the docsBrad Fitzpatrick
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
2016-03-17encoding/binary: remove bound checks from conversions.Alexandru Moșoi
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-30encoding/binary: document that Read returns io.EOF iff zero bytes are readJoe Tsai
2015-06-29encoding/binary: update protobuf documentation linkDmitry Savintsev
2015-03-14encoding/binary: cull dead codeJosh Bleecher Snyder
2014-12-22encoding/binary: check for unsigned integers in intDataSize.Stan Schwertly
2014-10-02encoding/binary: fix error messageRobert Griesemer
2014-10-01encoding/binary: slightly better documentationRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox