- 5311d91 encoding/line: fix line returned after EOF by Adam Langley · 14 years ago
- 4774a19 encoding/binary: update package doc string to be more comprehensive by Andrew Gerrand · 14 years ago
- 3aee82b encoding/line: make it an io.Reader too by Brad Fitzpatrick · 14 years ago
- 4871d0d encoding/line: fix up a few typos and infelicities in the doc comments by Rob Pike · 14 years ago
- 40c7449 encoding/base32: new package by Miek Gieben · 14 years ago
- f2b5a07 delete float, complex - code changes by Russ Cox · 14 years ago
- 699864b encoding/line: fix error call (missing argument) by Rob Pike · 14 years ago
- 66a45b4 encoding/line: add by Adam Langley · 14 years ago
- 236f963 encoding/binary: reject types with implementation-dependent sizes by Patrick Gavlin · 14 years ago
- 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
- 1451695 encoding/binary: give LittleEndian, BigEndian specific types by Russ Cox · 14 years ago
- 10b5386 encoding/hex: fix typo by Russ Cox · 14 years ago
- 2ee420f ... changes by Russ Cox · 14 years ago
- da392d9 build: no required environment variables by Russ Cox · 15 years ago
- b92db49 encoding/binary: add complex by Roger Peppe · 15 years ago
- 36560d2 pem: print \n after 1 header line too rearrange to make reason for if clear. by Russ Cox · 15 years ago
- 45bdf03 reflect: add Kind, remove Int8Type, Int8Value, etc. by Russ Cox · 15 years ago
- bb84f4b changes &x -> x[0:] for array to slice conversion by Russ Cox · 15 years ago
- 0ed8231 encoding/base64: fix typo in comment by Giles Lean · 15 years ago
- 9036775 encoding/binary: fix error reporting bug by Rob Pike · 15 years ago
- f44fa9b gofmt: experiment: align values in map composites where possible by Robert Griesemer · 15 years ago
- 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
- d5841ca encoding/pem: add marshalling support. by Adam Langley · 15 years ago
- 8b8c103 fix build - misc ... vs ...T fixes by Russ Cox · 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
- 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
- b0683bd move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. by Rob Pike · 15 years ago
- c78710f Add trivial whitespace to CorruptInputError strings. by Christopher Wedgwood · 15 years ago
- 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
- 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
- e70cedf remove bytes.Copy by Rob Pike · 15 years ago
- a54684f encoding/binary: implemented the Write function by Môshe van der Sterre · 15 years ago
- 933d185 typos by Russ Cox · 15 years ago
- 9e829c4 Fix capitalisation of "Git". by David Symonds · 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
- d3d3acc gofmt-ify io, json, runtime, encoding by Robert Griesemer · 15 years ago
- 12dbd06 gofmt-ify encoding by Robert Griesemer · 15 years ago
- cc1a979 package patch by Russ Cox · 15 years ago
- 93253a8 encoding/*: reverse the order of src, dst so that dst is first. by Adam Langley · 15 years ago
- 72ec930 Fix cgo for GCC 4.4 by Adam Langley · 15 years ago
- 7732d80 misc cleanup by Russ Cox · 15 years ago
- 569a1cd Add encoding/hex by Adam Langley · 15 years ago
- 7d68093 Fix typo in documentation. by Adam Langley · 15 years ago
- fd74a83 Add initial x509 code. by Adam Langley · 15 years ago
- 357b770 base64 -> encoding/base64 by Russ Cox · 15 years ago