Sign in
go
/
go
/
e01be84149b8189a58815ab75a86984e58d203e2
/
src
/
encoding
/
binary
/
binary.go
fac7b86a
encoding/binary: update protobuf documentation link
by Dmitry Savintsev
· 10 years ago
facd79e
encoding/binary: cull dead code
by Josh Bleecher Snyder
· 10 years ago
a48e789
encoding/binary: check for unsigned integers in intDataSize.
by Stan Schwertly
· 10 years ago
1dba6eb
encoding/binary: fix error message
by Robert Griesemer
· 11 years ago
94f3d8c
encoding/binary: slightly better documentation
by Robert Griesemer
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/encoding/binary/binary.go]
c00804c
encoding/binary: document that Read requires exported struct fields
by Ian Lance Taylor
· 11 years ago
c18af46
encoding/binary: make Write work like Read
by Rob Pike
· 12 years ago
556b337
encoding/binary: better description for intReadSize
by Rob Pike
· 12 years ago
1f25f5a
encoding/binary: fast path for reading slices
by Rob Pike
· 12 years ago
c0465d0
encoding/binary: speed up writing slices of integers
by Rob Pike
· 12 years ago
e0405b7
encoding/binary: document its goals better
by Rob Pike
· 12 years ago
2b9787c
encoding/binary: make type error more specific
by Russ Cox
· 12 years ago
42c8904
all: fix the the typos Fixes #4420.
by Shenghou Ma
· 12 years ago
27c990e
encoding/binary: skip blank fields when (en/de)coding structs
by Robert Griesemer
· 12 years ago
a347fdb
encoding/binary: improve package comment.
by Stefan Nilsson
· 13 years ago
83b5f06
binary: remove unnecessary dummy type.
by Stefan Nilsson
· 13 years ago
59dc215
encoding/binary: another attempt to describe the type of Read and Write's data
by Rob Pike
· 13 years ago
025c9a9
encoding/binary: slices are allowed; say so
by Rob Pike
· 13 years ago
8c4a2ca
encoding/binary: add Size, to replace the functionality of the old TotalSize
by Rob Pike
· 13 years ago
52ebadd
encoding/binary: hide TotalSize
by Rob Pike
· 13 years ago
965845a
all: sort imports
by Russ Cox
· 13 years ago
c2049d2
src/pkg/[a-m]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
f30719d
encoding/binary: support for varint encoding
by Robert Griesemer
· 14 years ago
f7a266a
encoding/binary: add a non-reflect fast path for Write
by Brad Fitzpatrick
· 14 years ago
3648a03
encoding/binary: add a non-reflect fast path for Read
by Brad Fitzpatrick
· 14 years ago
07abf1c
fix tree for reflect rename
by Russ Cox
· 14 years ago
4c00618
pkg: manual cleanup of some gofixed code
by Russ Cox
· 14 years ago
db5c5d6
update go tree for reflect changes
by Russ Cox
· 14 years ago
4774a19
encoding/binary: update package doc string to be more comprehensive
by Andrew Gerrand
· 14 years ago
f2b5a07
delete float, complex - code changes
by Russ Cox
· 14 years ago
236f963
encoding/binary: reject types with implementation-dependent sizes
by Patrick Gavlin
· 14 years ago
1451695
encoding/binary: give LittleEndian, BigEndian specific types
by Russ Cox
· 14 years ago
b92db49
encoding/binary: add complex
by Roger Peppe
· 15 years ago
45bdf03
reflect: add Kind, remove Int8Type, Int8Value, etc.
by Russ Cox
· 15 years ago
9036775
encoding/binary: fix error reporting bug
by Rob Pike
· 15 years ago
1c72959
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
3490958
encoding/binary: Add support for slices of arrays of fixed-size values.
by Maxim Ushakov
· 15 years ago
9ac4449
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
by Russ Cox
· 15 years ago
a54684f
encoding/binary: implemented the Write function
by Môshe van der Sterre
· 15 years ago
baba292
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
368f8cb
- fine-tuning of one-line func heuristic (nodes.go)
by Robert Griesemer
· 15 years ago
72ec930
Fix cgo for GCC 4.4
by Adam Langley
· 15 years ago
357b770
base64 -> encoding/base64
by Russ Cox
· 15 years ago
[Renamed from src/pkg/debug/binary/binary.go]
094f1d5
more lgtm files from gofmt
by Russ Cox
· 15 years ago
ca6a0fe
more "declared and not used".
by Russ Cox
· 16 years ago
f277ebf
import debug/gosym from usr/austin/sym
by Russ Cox
· 16 years ago
60222bf
package debug/binary
by Russ Cox
· 16 years ago