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