2012-01-31 |
Brad Fitzpatrick | test: attempt at making a test more robust |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | runtime: fix mkasmh.sh for arm? |
commit | commitdiff | tree |
2012-01-31 |
Anthony Martin | runtime: fix mkasmh.h |
commit | commitdiff | tree |
2012-01-31 |
Nigel Tao | image: remove image/bmp and image/tiff from std. |
commit | commitdiff | tree |
2012-01-31 |
Nigel Tao | doc: add image/{bmp,tiff} renames to go1.tmpl. |
commit | commitdiff | tree |
2012-01-31 |
Nigel Tao | fix: add image/{bmp,tiff} to go1pkgrename. |
commit | commitdiff | tree |
2012-01-31 |
Andrew Gerrand | doc: update weekly snapshot notes with subrepo changes |
commit | commitdiff | tree |
2012-01-31 |
Andrew Gerrand | dashboard: better ui layout for subrepo status |
commit | commitdiff | tree |
2012-01-30 |
Rob Pike | cmd/pack: change gopack to pack in error messages |
commit | commitdiff | tree |
2012-01-30 |
Rob Pike | run.bash: s/make/gomake |
commit | commitdiff | tree |
2012-01-30 |
Robert Griesemer | go/spec: Update language on map types. |
commit | commitdiff | tree |
2012-01-30 |
Rob Pike | go: move compilers into the go-tool directory |
commit | commitdiff | tree |
2012-01-30 |
Alex Brainman | buildscript.sh: now works correctly on windows |
commit | commitdiff | tree |
2012-01-30 |
Robert Griesemer | godoc: sort list of "other packages" |
commit | commitdiff | tree |
2012-01-30 |
Robert Griesemer | godoc: add URL mode m=methods |
commit | commitdiff | tree |
2012-01-30 |
Brad Fitzpatrick | build: fix buildscript breakage after all.bash |
commit | commitdiff | tree |
2012-01-30 |
Brad Fitzpatrick | doc: use consistent receiver names, when it makes sense. |
commit | commitdiff | tree |
2012-01-30 |
Brad Fitzpatrick | json: remove old optimization that inlining covers now |
commit | commitdiff | tree |
2012-01-30 |
Anthony Martin | go: don't clobber command install paths |
commit | commitdiff | tree |
2012-01-30 |
Russ Cox | test: add test of NaN in map |
commit | commitdiff | tree |
2012-01-30 |
Russ Cox | codereview: ignore test files during 'hg gofmt' |
commit | commitdiff | tree |
2012-01-30 |
Gustavo Niemeyer | encoding/xml: fix decoding of xml.Name with sub-elements |
commit | commitdiff | tree |
2012-01-30 |
Rob Pike | gopack: rename pack, move to go-tool directory |
commit | commitdiff | tree |
2012-01-30 |
Russ Cox | compress/flate: undo misuse of skipNever |
commit | commitdiff | tree |
2012-01-30 |
Russ Cox | fmt: add test of NaN map keys |
commit | commitdiff | tree |
2012-01-30 |
Russ Cox | 8g: use uintptr for local pc |
commit | commitdiff | tree |
2012-01-30 |
Rob Pike | make.bash: don't remove hgpatch |
commit | commitdiff | tree |
2012-01-30 |
Gustavo Niemeyer | cmd/go: fix including of _cgo_export.h |
commit | commitdiff | tree |
2012-01-30 |
Olivier Duperray | pkg/go/scanner: Fix Typical use output |
commit | commitdiff | tree |
2012-01-30 |
Russ Cox | runtime: fix float64 hash |
commit | commitdiff | tree |
2012-01-30 |
Volker Dobler | net/http: Fix nil pointer dereference in error case. |
commit | commitdiff | tree |
2012-01-30 |
Alex Brainman | os/user: windows implementation |
commit | commitdiff | tree |
2012-01-30 |
Alex Brainman | build: use correct go-tool directory location |
commit | commitdiff | tree |
2012-01-30 |
Brad Fitzpatrick | cmd/goapi: expand embedded interfaces |
commit | commitdiff | tree |
2012-01-30 |
Andrew Gerrand | builder: drop recover blocks |
commit | commitdiff | tree |
2012-01-30 |
Andrew Gerrand | dashboard: ask builders to re-build Go tip to freshen... |
commit | commitdiff | tree |
2012-01-30 |
Andrew Gerrand | gobuilder: use go tool to build and test sub-repositories |
commit | commitdiff | tree |
2012-01-30 |
Andrew Gerrand | dashboard: add sub-repositories to init list |
commit | commitdiff | tree |
2012-01-29 |
Gustavo Niemeyer | cmd/goinstall: remove now that 'go get' works |
commit | commitdiff | tree |
2012-01-29 |
Volker Dobler | net/http: set cookies in client jar on POST requests. |
commit | commitdiff | tree |
2012-01-29 |
Rob Pike | cmd/go: add go tools to rearrangement |
commit | commitdiff | tree |
2012-01-29 |
Rob Pike | cmd/go: slightly less confusing error message |
commit | commitdiff | tree |
2012-01-29 |
Russ Cox | codereview: fix initialization check |
commit | commitdiff | tree |
2012-01-29 |
Rob Pike | cmd/go: c tools not used during compilation |
commit | commitdiff | tree |
2012-01-29 |
Shenghou Ma | 5l, 6l, 8l, ld: remove memory leaks |
commit | commitdiff | tree |
2012-01-29 |
Russ Cox | codereview: die if initialized twice |
commit | commitdiff | tree |
2012-01-29 |
Rob Pike | cmd/go: first piece of tool rearrangement |
commit | commitdiff | tree |
2012-01-29 |
Mikio Hara | net: update comments to remove redundant "net" prefix |
commit | commitdiff | tree |
2012-01-29 |
Rémy Oudompheng | gc: use original constant expression in error messages. |
commit | commitdiff | tree |
2012-01-28 |
Roger Peppe | cmd/go: make vcs command actually gather output |
commit | commitdiff | tree |
2012-01-27 |
Brad Fitzpatrick | os: remove SIGXXX signals variables. |
commit | commitdiff | tree |
2012-01-27 |
Robert Griesemer | go/doc: don't show methods of exported anonymous fields |
commit | commitdiff | tree |
2012-01-27 |
Robert Griesemer | go/doc: added test case |
commit | commitdiff | tree |
2012-01-27 |
Rémy Oudompheng | go: introduce support for "go build" with gccgo. |
commit | commitdiff | tree |
2012-01-27 |
Russ Cox | reflect: add comment about Type.Field allocation |
commit | commitdiff | tree |
2012-01-27 |
Adam Langley | doc: update Go1 release notes in light of the crypto... |
commit | commitdiff | tree |
2012-01-27 |
Ivan Krasin | compress/flate: remove unused huffmanEncoder.generateCh... |
commit | commitdiff | tree |
2012-01-27 |
Brad Fitzpatrick | flag: allow a FlagSet to not write to os.Stderr |
commit | commitdiff | tree |
2012-01-27 |
Rémy Oudompheng | cgo: accept null pointers in gccgo flavour of C.GoString. |
commit | commitdiff | tree |
2012-01-27 |
Dmitriy Vyukov | net/rpc: fix data race on Call.Error |
commit | commitdiff | tree |
2012-01-27 |
Ian Lance Taylor | test: match gccgo error messages |
commit | commitdiff | tree |
2012-01-27 |
Andrew Gerrand | tag weekly.2012-01-27 |
commit | commitdiff | tree |
2012-01-27 |
Andrew Gerrand | weekly.2012-01-27 weekly.2012-01-27 |
commit | commitdiff | tree |
2012-01-27 |
David Symonds | gc: remove extra paranoia from inlining unsafe.Pointer... |
commit | commitdiff | tree |
2012-01-27 |
Gustavo Niemeyer | cmd/go: solve ambiguity of get lp.net/project/foo |
commit | commitdiff | tree |
2012-01-27 |
David Symonds | gc: permit unsafe.Pointer for inlined functions. |
commit | commitdiff | tree |
2012-01-26 |
Brad Fitzpatrick | archive/zip: add functions to convert between os.FileIn... |
commit | commitdiff | tree |
2012-01-26 |
James P. Cooper | database/sql: convert SQL null values to []byte... |
commit | commitdiff | tree |
2012-01-26 |
Rob Pike | FAQ: more words about why GOMAXPROCS>1 might not speed... |
commit | commitdiff | tree |
2012-01-26 |
Brad Fitzpatrick | net/http: add Request.RequestURI field |
commit | commitdiff | tree |
2012-01-26 |
Russ Cox | gc, runtime: handle floating point map keys |
commit | commitdiff | tree |
2012-01-26 |
Russ Cox | 6c, 8c: make floating point code NaN-safe |
commit | commitdiff | tree |
2012-01-26 |
Andrew Gerrand | cmd/go: update doc.go with text generated from the... |
commit | commitdiff | tree |
2012-01-26 |
Robert Griesemer | math/big: test both bitLen and bitLen_g |
commit | commitdiff | tree |
2012-01-26 |
Russ Cox | godoc: move overview before API TOC |
commit | commitdiff | tree |
2012-01-26 |
Roger Peppe | net/http: make ParseForm ignore unknown content types. |
commit | commitdiff | tree |
2012-01-26 |
Mikio Hara | net: make WriteTo fail when UDPConn is already connected |
commit | commitdiff | tree |
2012-01-26 |
Luuk van Dijk | gc: softer criteria for inlinability. |
commit | commitdiff | tree |
2012-01-26 |
Dmitriy Vyukov | net/rpc: log Call reply discard |
commit | commitdiff | tree |
2012-01-26 |
Dmitriy Vyukov | net/rpc: fix data race in benchmark |
commit | commitdiff | tree |
2012-01-26 |
Luuk van Dijk | cmd/gc: forgotten recursion on ninit itself in order.c |
commit | commitdiff | tree |
2012-01-26 |
Dmitriy Vyukov | net/rpc: fix race in TestClientWriteError test |
commit | commitdiff | tree |
2012-01-26 |
Robert Hencke | doc/go1: minor html fixes |
commit | commitdiff | tree |
2012-01-26 |
Rob Pike | path/filepath: fix test |
commit | commitdiff | tree |
2012-01-26 |
Gustavo Niemeyer | doc/go1: add encoding/xml changes |
commit | commitdiff | tree |
2012-01-26 |
Blake Mizerany | database/sql: fix Tx.Query |
commit | commitdiff | tree |
2012-01-26 |
Brad Fitzpatrick | cmd/goapi: new tool for tracking exported API over... |
commit | commitdiff | tree |
2012-01-26 |
James P. Cooper | database/sql: add NullInt64, NullFloat64, NullBool |
commit | commitdiff | tree |
2012-01-26 |
Gustavo Niemeyer | doc/go1: fix urls |
commit | commitdiff | tree |
2012-01-26 |
Brad Fitzpatrick | A+C: Add James P. Cooper (Individual CLA) |
commit | commitdiff | tree |
2012-01-26 |
Brad Fitzpatrick | A+C: add Blake Mizerany (Individual CLA) |
commit | commitdiff | tree |
2012-01-26 |
Gustavo Niemeyer | doc/go1: add net/url changes |
commit | commitdiff | tree |
2012-01-26 |
Robert Griesemer | go/doc: fix typo |
commit | commitdiff | tree |
2012-01-26 |
Robert Griesemer | go/doc: revert API change (per former discussion) and... |
commit | commitdiff | tree |
2012-01-26 |
David G. Andersen | math/big: return type of bitLen is an int; use MOVL... |
commit | commitdiff | tree |
2012-01-25 |
Gustavo Niemeyer | gofix: handle xml.Unmarshal in xmlapi fix |
commit | commitdiff | tree |
2012-01-25 |
David G. Andersen | math/big: assembly versions of bitLen for x86-64,... |
commit | commitdiff | tree |
2012-01-25 |
Yoshiyuki Kanno | net/http: fix Transport deadlock |
commit | commitdiff | tree |
2012-01-25 |
Russ Cox | gc: fix order of evaluation |
commit | commitdiff | tree |
2012-01-25 |
Brad Fitzpatrick | regexp: remove vestigial Error type |
commit | commitdiff | tree |
next |