2012-01-22 |
Robert Griesemer | bytes.Buffer: remove dead code, complete documentation |
commit | commitdiff | tree |
2012-01-21 |
Rob Pike | bytes.Buffer: restore panic on out-of-memory |
commit | commitdiff | tree |
2012-01-21 |
Ivan Krasin | compress/flate: fix a typo, improve compression rate... |
commit | commitdiff | tree |
2012-01-21 |
Mikio Hara | net: Dial, ListenPacket with "ip:protocol" network... |
commit | commitdiff | tree |
2012-01-21 |
David Symonds | gc: test case for recursive interface bug. |
commit | commitdiff | tree |
2012-01-21 |
Russ Cox | cmd/go: every test imports regexp |
commit | commitdiff | tree |
2012-01-21 |
Ivan Krasin | compress/flate: make lazy matching work. |
commit | commitdiff | tree |
2012-01-21 |
Anthony Martin | os: fix Plan 9 build after more FileMode changes |
commit | commitdiff | tree |
2012-01-20 |
Robert Griesemer | bytes: simplified logic |
commit | commitdiff | tree |
2012-01-20 |
Rob Pike | doc/go1: flag, runtime, testing |
commit | commitdiff | tree |
2012-01-20 |
Stefan Nilsson | doc: fix typo in Go for C++ programmers |
commit | commitdiff | tree |
2012-01-20 |
Rob Pike | doc/go1: rearrange a bit, sort the packages |
commit | commitdiff | tree |
2012-01-20 |
Russ Cox | gc: undo most of 'fix infinite recursion for embedded... |
commit | commitdiff | tree |
2012-01-20 |
Rob Pike | bytes.Buffer: turn buffer size overflows into errors |
commit | commitdiff | tree |
2012-01-20 |
Robert Griesemer | encoding/varint: deleted WriteXvarint |
commit | commitdiff | tree |
2012-01-20 |
Robert Griesemer | doc/go1.html: fix broken links |
commit | commitdiff | tree |
2012-01-20 |
Shenghou Ma | go run: correctly handle -n and -x flags |
commit | commitdiff | tree |
2012-01-20 |
Jeff R. Allen | gc: do not try to add a key with incorrect type to... |
commit | commitdiff | tree |
2012-01-20 |
Shenghou Ma | libmach: cross compiling support |
commit | commitdiff | tree |
2012-01-20 |
Russ Cox | A+C: Berengar Lehr (individual CLA) |
commit | commitdiff | tree |
2012-01-20 |
Scott Lawrence | go/ast: respect ImportSpec.EndPos |
commit | commitdiff | tree |
2012-01-20 |
Russ Cox | go/doc: avoid the name 'a.out' in the testdata |
commit | commitdiff | tree |
2012-01-20 |
Rob Pike | goyacc: fix indexing bug when yydebug >= 2 |
commit | commitdiff | tree |
2012-01-20 |
Shenghou Ma | misc/xcode/go.xclangspec: fix typo |
commit | commitdiff | tree |
2012-01-20 |
Dmitriy Vyukov | runtime: add type algorithms for zero-sized types |
commit | commitdiff | tree |
2012-01-20 |
Nigel Tao | tag weekly.2012-01-20 |
commit | commitdiff | tree |
2012-01-20 |
Nigel Tao | weekly.2012-01-20 weekly.2012-01-20 |
commit | commitdiff | tree |
2012-01-20 |
Mikio Hara | net: fix linux build |
commit | commitdiff | tree |
2012-01-20 |
Alex Brainman | misc/cgo/test: make tests run on windows |
commit | commitdiff | tree |
2012-01-20 |
Brad Fitzpatrick | database/sql: move from exp/sql |
commit | commitdiff | tree |
2012-01-19 |
Gustavo Niemeyer | html/template: fix docs after API changes |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | os: use FileMode instead of uint32 in various functions |
commit | commitdiff | tree |
2012-01-19 |
Nigel Tao | image: change the YCbCr image's pixel buffers to start... |
commit | commitdiff | tree |
2012-01-19 |
Mikio Hara | net: fix windows build |
commit | commitdiff | tree |
2012-01-19 |
Mikio Hara | net: fix broken setDefaultSockopts |
commit | commitdiff | tree |
2012-01-19 |
Luit van Drongelen | crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and... |
commit | commitdiff | tree |
2012-01-19 |
David Symonds | gc: don't emit pkgpath for error type. |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | net/http: log handler panic before closing HTTP connection |
commit | commitdiff | tree |
2012-01-19 |
Gustavo Niemeyer | os/exec: trivial allocation removal in LookPath |
commit | commitdiff | tree |
2012-01-19 |
Gustavo Niemeyer | encoding/xml: marshal/unmarshal xml.Name in field |
commit | commitdiff | tree |
2012-01-19 |
Shenghou Ma | doc: update out-of-date comments about runtime/cgo |
commit | commitdiff | tree |
2012-01-19 |
Robert Griesemer | go/parser: expressions may have comments |
commit | commitdiff | tree |
2012-01-19 |
Rob Pike | text/template/parse: use human error prints |
commit | commitdiff | tree |
2012-01-19 |
Dave Cheney | runtime: madvise and SysUnused for Darwin |
commit | commitdiff | tree |
2012-01-19 |
Andrew Gerrand | godoc: support canonical Paths in HTML metadata |
commit | commitdiff | tree |
2012-01-19 |
Evan Shaw | os: add ModeSticky |
commit | commitdiff | tree |
2012-01-19 |
Shenghou Ma | testing: do not recover example's panic |
commit | commitdiff | tree |
2012-01-19 |
Olivier Duperray | pkg: Add & fix Copyright of "hand generated" files |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | exp/sql: rename NullableString to NullString and allow... |
commit | commitdiff | tree |
2012-01-19 |
Robert Griesemer | go/doc, godoc: don't shadow receiver |
commit | commitdiff | tree |
2012-01-19 |
Christoph Hack | net/http: the documentation should call NewRequest... |
commit | commitdiff | tree |
2012-01-19 |
Adam Langley | crypto/x509: remove explicit uses of rsa. |
commit | commitdiff | tree |
2012-01-19 |
Adam Langley | crypto/elliptic: add constant-time P224. |
commit | commitdiff | tree |
2012-01-19 |
Dmitriy Vyukov | math/rand: decrease test duration in short mode |
commit | commitdiff | tree |
2012-01-19 |
Andrew Gerrand | godoc: add anchors to cmd documentation headings |
commit | commitdiff | tree |
2012-01-19 |
Nigel Tao | html: in foreign content, check for HTML integration... |
commit | commitdiff | tree |
2012-01-19 |
Mikio Hara | encoding/json: fix comments, tweak tests for tag names |
commit | commitdiff | tree |
2012-01-19 |
Russ Cox | regexp: add SubexpNames |
commit | commitdiff | tree |
2012-01-19 |
Mikio Hara | syscall: fix plan9 build |
commit | commitdiff | tree |
2012-01-19 |
Andrew Gerrand | godoc: remove "need more packages?" link |
commit | commitdiff | tree |
2012-01-19 |
Stefan Nilsson | doc/codewalk: update urlpoll to use time.Duration. |
commit | commitdiff | tree |
2012-01-19 |
Andrew Gerrand | A+C: add Stefan Nilsson's gmail account |
commit | commitdiff | tree |
2012-01-19 |
Robert Griesemer | go/doc: collect imports |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | cmd/go: skip _obj directories in package scans |
commit | commitdiff | tree |
2012-01-19 |
Mikio Hara | net: fix plan9 build |
commit | commitdiff | tree |
2012-01-19 |
Mikio Hara | net: fix comments |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | net/http: update the Client docs a bit |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | syscall: add Unix method to TimeSpec, TimeVal |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | encoding/json: allow / and % in tag names |
commit | commitdiff | tree |
2012-01-19 |
Sanjay Menakuru | path: added examples |
commit | commitdiff | tree |
2012-01-19 |
Nigel Tao | image: add PixOffset methods; use them in image/draw... |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | net: use NewTimer, not NewTicker, in fd_windows.go |
commit | commitdiff | tree |
2012-01-19 |
Andrew Gerrand | godoc: specify HTML page metadata with a JSON blob |
commit | commitdiff | tree |
2012-01-19 |
Brad Fitzpatrick | net: change SetTimeout to SetDeadline |
commit | commitdiff | tree |
2012-01-19 |
Ian Lance Taylor | test: split golden.out into expected output per test |
commit | commitdiff | tree |
2012-01-18 |
Robert Griesemer | fix windows build: always use / in filenames of go... |
commit | commitdiff | tree |
2012-01-18 |
Robert Griesemer | doc/go1.*: documented changes to go/* package tree |
commit | commitdiff | tree |
2012-01-18 |
Benny Siegert | image/color: rename modelYCbCr to yCbCrModel. |
commit | commitdiff | tree |
2012-01-18 |
Ian Lance Taylor | test: change several tests to not print |
commit | commitdiff | tree |
2012-01-18 |
Robert Griesemer | go/doc: rewrote and completed test framework |
commit | commitdiff | tree |
2012-01-18 |
Robert Griesemer | go/token: replaced Files() with Iterate() |
commit | commitdiff | tree |
2012-01-18 |
Ian Lance Taylor | test: gofmt a few tests |
commit | commitdiff | tree |
2012-01-18 |
Sameer Ajmani | time: add Since, which returns the time elapsed since... |
commit | commitdiff | tree |
2012-01-18 |
Adam Langley | exp/ssh: handle versions with just '\n' |
commit | commitdiff | tree |
2012-01-18 |
Shenghou Ma | crypto/tls: add FreeBSD root certificate location |
commit | commitdiff | tree |
2012-01-18 |
Olivier Duperray | pkg/bytes: add the usual copyright notice to example_te... |
commit | commitdiff | tree |
2012-01-18 |
Olivier Duperray | go/scanner: fix example |
commit | commitdiff | tree |
2012-01-18 |
Luuk van Dijk | gc: fieldnames in structliterals in exported inlines... |
commit | commitdiff | tree |
2012-01-18 |
Russ Cox | doc/go1.html: add notes about hash.Hash |
commit | commitdiff | tree |
2012-01-18 |
Luit van Drongelen | crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 |
commit | commitdiff | tree |
2012-01-18 |
Luuk van Dijk | gc: handle printing of string/arrayrune conversions |
commit | commitdiff | tree |
2012-01-18 |
Alex Brainman | os: remove old note about NewSyscallError being special |
commit | commitdiff | tree |
2012-01-18 |
Ian Lance Taylor | test: match gccgo error messages for bug345 |
commit | commitdiff | tree |
2012-01-18 |
Ian Lance Taylor | test: fix bug364 to actually run |
commit | commitdiff | tree |
2012-01-18 |
David Symonds | encoding/json: document angle bracket escaping. |
commit | commitdiff | tree |
2012-01-17 |
Nigel Tao | image: fix typo in Rectangle.Sub comment. |
commit | commitdiff | tree |
2012-01-17 |
Rob Pike | fmt: fix Malloc test |
commit | commitdiff | tree |
2012-01-17 |
Rob Pike | utf8.String: move to exp/utf8string.String |
commit | commitdiff | tree |
2012-01-17 |
Rob Pike | testing: document examples |
commit | commitdiff | tree |
2012-01-17 |
David Symonds | net/http: change test to use override param instead... |
commit | commitdiff | tree |
next |