2012-02-01 |
Luuk van Dijk | pkg/math: undo manual inlining of IsInf and IsNaN |
commit | commitdiff | tree |
2012-02-01 |
Sameer Ajmani | godoc: fix redirect loop for URL "/". |
commit | commitdiff | tree |
2012-02-01 |
Anthony Martin | gc, cc: avoid using the wrong library when building... |
commit | commitdiff | tree |
2012-02-01 |
David Symonds | encoding/base64: ignore new line characters during... |
commit | commitdiff | tree |
2012-02-01 |
Mikio Hara | net, syscall: add IPv4 multicast helpers for windows |
commit | commitdiff | tree |
2012-02-01 |
Andrew Gerrand | go/build: update syslist.go package comment |
commit | commitdiff | tree |
2012-02-01 |
Anthony Martin | build: move the "-c" flag into HOST_CFLAGS |
commit | commitdiff | tree |
2012-02-01 |
Anthony Martin | gc: use octal escapes in mkopnames |
commit | commitdiff | tree |
2012-02-01 |
Anthony Martin | build: add include files for Plan 9 |
commit | commitdiff | tree |
2012-02-01 |
Anthony Martin | syscall: cache environment variables on Plan 9. |
commit | commitdiff | tree |
2012-02-01 |
Anthony Martin | libmach: add stubs for Plan 9 |
commit | commitdiff | tree |
2012-02-01 |
Alex Brainman | net: fix windows build |
commit | commitdiff | tree |
2012-02-01 |
Ian Lance Taylor | test: add test which crashed gccgo compiler |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | cmd/go: improvements |
commit | commitdiff | tree |
2012-01-31 |
Robert Griesemer | go/doc: added error, rune to list of predeclared types |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | fmt: fix caching bug in Scan |
commit | commitdiff | tree |
2012-01-31 |
Brad Fitzpatrick | net: remove types InvalidConnError and UnknownSocketError |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | cmd/go: improvements |
commit | commitdiff | tree |
2012-01-31 |
Rémy Oudompheng | go: record location of failed imports for error reporting. |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | gc: diagnose \ in import path |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | build: remove ./ from buildscripts |
commit | commitdiff | tree |
2012-01-31 |
Brad Fitzpatrick | net: move DNSConfigError to a portable file |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | cmd/go: improvements |
commit | commitdiff | tree |
2012-01-31 |
Rémy Oudompheng | cmd/go: fix handling of gccgo standard library. |
commit | commitdiff | tree |
2012-01-31 |
Robert Griesemer | go/doc: enable AllMethods flag (and fix logic) |
commit | commitdiff | tree |
2012-01-31 |
Brad Fitzpatrick | net/http: close client fd sooner on response read error |
commit | commitdiff | tree |
2012-01-31 |
Mikio Hara | net: disable normal multicast testing on linux/arm |
commit | commitdiff | tree |
2012-01-31 |
Adam Langley | crypto/elliptic: p224Contract could produce a non-minim... |
commit | commitdiff | tree |
2012-01-31 |
Mikio Hara | net: ListenMulticastUDP to listen concurrently across... |
commit | commitdiff | tree |
2012-01-31 |
Adam Langley | crypto/tls: better error message when connecting to... |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | net: fix windows build |
commit | commitdiff | tree |
2012-01-31 |
Adam Langley | crypto/x509: use case-insensitive hostname matching. |
commit | commitdiff | tree |
2012-01-31 |
Shenghou Ma | 5l: optimize the common case in patch() |
commit | commitdiff | tree |
2012-01-31 |
Shenghou Ma | 5l: make -v option output less nonessential clutter |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | build: move goapi, quietgcc, cgo, gotype, ebnflint... |
commit | commitdiff | tree |
2012-01-31 |
Joel Sing | cmd/go: clean test directories as they complete |
commit | commitdiff | tree |
2012-01-31 |
Mikio Hara | net: replace error variable name e, errno with err |
commit | commitdiff | tree |
2012-01-31 |
Wei Guangjing | cmd/ld: fix gdbscript |
commit | commitdiff | tree |
2012-01-31 |
Joel Sing | os/exec: TestExtraFiles - close any leaked file descriptors |
commit | commitdiff | tree |
2012-01-31 |
Ian Lance Taylor | test: float to integer test case |
commit | commitdiff | tree |
2012-01-31 |
Damian Gryski | runtime: use per-map hash seeds |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | A+C: Damian Gryski (individual CLA) |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | build: fix again |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | build: fix buildscripts |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | build: remove Make.pkg, Make.tool |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | go: improvements |
commit | commitdiff | tree |
2012-01-31 |
Russ Cox | build: force numerical comparison in version.bash |
commit | commitdiff | tree |
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 |
next |