2012-01-24 |
Brad Fitzpatrick | crypto: rename some FooError to ErrFoo |
commit | commitdiff | tree |
2012-01-24 |
Luuk van Dijk | gc: static implements check on typeswitches only applie... |
commit | commitdiff | tree |
2012-01-24 |
Gustavo Niemeyer | encoding/xml: bring API closer to other packages |
commit | commitdiff | tree |
2012-01-24 |
Robert Griesemer | go/doc: removed unused field "Type.Type" |
commit | commitdiff | tree |
2012-01-24 |
Rob Pike | doc/go1: image changes |
commit | commitdiff | tree |
2012-01-24 |
Robert Griesemer | lib/godoc: use Type.Name directly |
commit | commitdiff | tree |
2012-01-23 |
David G. Andersen | math/big: slight improvement to algorithm used for... |
commit | commitdiff | tree |
2012-01-23 |
Russ Cox | exp/ebnflint: test spec during 'go test' |
commit | commitdiff | tree |
2012-01-23 |
Russ Cox | cmd/go: add missing files (fix build) |
commit | commitdiff | tree |
2012-01-23 |
Russ Cox | cmd/go: implement go get + bug fixes |
commit | commitdiff | tree |
2012-01-23 |
Russ Cox | go/build: add BuildTags to Context, allow !tag |
commit | commitdiff | tree |
2012-01-23 |
Russ Cox | gc: avoid DOT in error messages |
commit | commitdiff | tree |
2012-01-23 |
Shenghou Ma | cgo: -cdefs should translate unsafe.Pointer to void * |
commit | commitdiff | tree |
2012-01-23 |
Robert Griesemer | go/doc: test all operation modes |
commit | commitdiff | tree |
2012-01-23 |
Marcel van... | exp/norm: fixes a subtle bug introduced by change 10087... |
commit | commitdiff | tree |
2012-01-23 |
Mikio Hara | net: consistent OpError message |
commit | commitdiff | tree |
2012-01-23 |
Russ Cox | dashboard: fix -commit for new xml package |
commit | commitdiff | tree |
2012-01-23 |
Rob Pike | CONTRIBUTORS: add Alexandru Moșoi <brtzsnr@gmail.com> |
commit | commitdiff | tree |
2012-01-23 |
Rob Pike | gob: annotate debug.go so it's not normally built |
commit | commitdiff | tree |
2012-01-23 |
Rob Pike | spec: function invocation, panic on *nil |
commit | commitdiff | tree |
2012-01-23 |
Rob Pike | FAQ: update to Go 1. |
commit | commitdiff | tree |
2012-01-23 |
Luuk van Dijk | gc: missed typecheck in subscripting a const string. |
commit | commitdiff | tree |
2012-01-23 |
Luuk van Dijk | gc: handle function calls in arguments to builtin compl... |
commit | commitdiff | tree |
2012-01-23 |
Ivan Krasin | compress/flate: delete unused util functions. |
commit | commitdiff | tree |
2012-01-23 |
Mikkel Krautz | ld: fix Mach-O code signing for non-cgo binaries |
commit | commitdiff | tree |
2012-01-23 |
Ivan Krasin | compress/flate: use append instead of slice+counter. |
commit | commitdiff | tree |
2012-01-23 |
Ivan Krasin | compress/flate: reduce memory pressure at cost of addit... |
commit | commitdiff | tree |
2012-01-23 |
Russ Cox | gc: fix recursion loop in interface comparison |
commit | commitdiff | tree |
2012-01-23 |
Robert Griesemer | godoc: log node printing error |
commit | commitdiff | tree |
2012-01-23 |
Gustavo Niemeyer | encoding/xml: support ignoring fields with "-" |
commit | commitdiff | tree |
2012-01-23 |
Gustavo Niemeyer | encoding/xml: minor doc fixup |
commit | commitdiff | tree |
2012-01-23 |
Robert Griesemer | go/doc: add more test cases |
commit | commitdiff | tree |
2012-01-23 |
Robert Griesemer | go/doc: set Type.Name field |
commit | commitdiff | tree |
2012-01-23 |
Gustavo Niemeyer | encoding/xml: improve []byte handling |
commit | commitdiff | tree |
2012-01-23 |
Olivier Duperray | doc/progs: Add the usual Copyright notice. |
commit | commitdiff | tree |
2012-01-22 |
Olivier Duperray | doc/codelab/wiki: Add the usual Copyright notice. |
commit | commitdiff | tree |
2012-01-22 |
Andrew Gerrand | go/build: silence all warnings |
commit | commitdiff | tree |
2012-01-22 |
Rob Pike | gob: reduce the maximum message size |
commit | commitdiff | tree |
2012-01-22 |
Ian Lance Taylor | test: explicitly use variables to avoid gccgo "not... |
commit | commitdiff | tree |
2012-01-22 |
Shenghou Ma | 6l, 8l: remove unused macro definition |
commit | commitdiff | tree |
2012-01-22 |
Shenghou Ma | runtime: update out-of-date comment |
commit | commitdiff | tree |
2012-01-22 |
Rob Pike | bytes: delete the test for huge buffers |
commit | commitdiff | tree |
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 |
next |