2014-12-16 |
Brad Fitzpatrick | reflect: remove a double negative, use the rtype.pointe... |
commit | commitdiff | tree |
2014-12-16 |
Keith Randall | runtime: fix deadlock in runtime.Stack |
commit | commitdiff | tree |
2014-12-16 |
Brad Fitzpatrick | net/http/httputil: don't use DisableKeepAlives in DumpR... |
commit | commitdiff | tree |
2014-12-16 |
Brad Fitzpatrick | net/http: make Transport send 'Connection: close' when... |
commit | commitdiff | tree |
2014-12-16 |
Brad Fitzpatrick | runtime: gofmt |
commit | commitdiff | tree |
2014-12-16 |
Brad Fitzpatrick | crypto/rand: handle EAGAIN reads from /dev/urandom |
commit | commitdiff | tree |
2014-12-16 |
Andrew Gerrand | doc: propose $GOPATH as $HOME/work, not $HOME/go |
commit | commitdiff | tree |
2014-12-16 |
Brad Fitzpatrick | net/textproto: turn an ancient DoS BUG annotation into... |
commit | commitdiff | tree |
2014-12-15 |
Keith Randall | runtime: if key type is reflexive, don't call equal... |
commit | commitdiff | tree |
2014-12-15 |
David Crawshaw | runtime: shrink initial arena if reservation fails |
commit | commitdiff | tree |
2014-12-15 |
Rob Pike | cmd/go: handle \r in input text |
commit | commitdiff | tree |
2014-12-15 |
Andrew Gerrand | misc/makerelease: fix build |
commit | commitdiff | tree |
2014-12-14 |
Andrew Gerrand | misc/makerelease: remove mercurial-specific special... |
commit | commitdiff | tree |
2014-12-14 |
Kang Hu | doc: replace hg commands with git commands in release... |
commit | commitdiff | tree |
2014-12-14 |
Andrew Gerrand | encoding/json: mention that the "string" tag applies... |
commit | commitdiff | tree |
2014-12-13 |
Brad Fitzpatrick | misc/chrome/gophertool: update URLs from code.google... |
commit | commitdiff | tree |
2014-12-13 |
Brad Fitzpatrick | net/http: document Response.Body Read+Close interaction... |
commit | commitdiff | tree |
2014-12-13 |
Brad Fitzpatrick | net/http: fix timer leak in Transport when using Respon... |
commit | commitdiff | tree |
2014-12-13 |
Russ Cox | build: change all.bash output to be more markdown-friendly |
commit | commitdiff | tree |
2014-12-12 |
Brad Fitzpatrick | .gitattributes: prevent all magic line ending changes |
commit | commitdiff | tree |
2014-12-12 |
Russ Cox | cmd/gc: add //go:nowritebarrier to diagnose unintended... |
commit | commitdiff | tree |
2014-12-12 |
Shenghou Ma | .gitattributes: enforce unix eol style |
commit | commitdiff | tree |
2014-12-12 |
Brad Fitzpatrick | cmd/api: treat a hex-y VERSION as devel and permit... |
commit | commitdiff | tree |
2014-12-12 |
Brad Fitzpatrick | cmd/api: update the API checker to Go 1.4 and git |
commit | commitdiff | tree |
2014-12-12 |
Shenghou Ma | cmd/dist: ignore \r in crlf EOL when splitlines() |
commit | commitdiff | tree |
2014-12-12 |
Russ Cox | [release-branch.go1.4] cmd/api: make API check fail... |
commit | commitdiff | tree |
2014-12-12 |
Russ Cox | [release-branch.go1.4] api: create go1.4.txt |
commit | commitdiff | tree |
2014-12-12 |
Andrew Gerrand | [release-branch.go1.4] doc: scrub references to code... |
commit | commitdiff | tree |
2014-12-12 |
Andrew Gerrand | [release-branch.go1.4] [release-branch.go1.4] doc:... |
commit | commitdiff | tree |
2014-12-12 |
David Symonds | doc/play: revise peano.go comment again. |
commit | commitdiff | tree |
2014-12-12 |
Alberto Donizetti | math: Added parity check to ProbablyPrime |
commit | commitdiff | tree |
2014-12-11 |
David Symonds | doc/play: update obsolete comment in peano.go. |
commit | commitdiff | tree |
2014-12-11 |
Austin Clements | cmd/pprof: remove -show_bytes from command line help |
commit | commitdiff | tree |
2014-12-11 |
Keith Randall | runtime: fix nacl build |
commit | commitdiff | tree |
2014-12-11 |
Andrew Gerrand | doc: tweak Go 1.4 release notes |
commit | commitdiff | tree |
2014-12-11 |
Andrew Gerrand | doc: document go1.4 |
commit | commitdiff | tree |
2014-12-11 |
Andrew Gerrand | doc: remove TODO from go1.4 release notes |
commit | commitdiff | tree |
2014-12-11 |
Andrew Gerrand | misc/makerelease: handle git sub-repositories |
commit | commitdiff | tree |
2014-12-11 |
Shenghou Ma | misc/cgo/test: skip test8694 on ARM. |
commit | commitdiff | tree |
2014-12-11 |
Keith Randall | runtime: faster aeshash implementation |
commit | commitdiff | tree |
2014-12-10 |
Andrew Gerrand | doc: update README.md and CONTRIBUTING.md in response... |
commit | commitdiff | tree |
2014-12-10 |
Andrew Gerrand | doc: convert README to markdown and update CONTRIBUTING.md |
commit | commitdiff | tree |
2014-12-10 |
David Crawshaw | runtime: send android stderr to /dev/log/main |
commit | commitdiff | tree |
2014-12-10 |
Keith Randall | runtime: clean up & go-ify the hash function seeder |
commit | commitdiff | tree |
2014-12-10 |
Keith Randall | runtime: fix finalizer iterator |
commit | commitdiff | tree |
2014-12-10 |
Andrew Gerrand | misc/makerelease: use new storage api, handle git sub... |
commit | commitdiff | tree |
2014-12-10 |
Brad Fitzpatrick | all: tighten overly-broad runtime/z* gitignore line |
commit | commitdiff | tree |
2014-12-09 |
Rick Hudson | runtime: fix some comment formatting |
commit | commitdiff | tree |
2014-12-09 |
Austin Clements | runtime: restore error message on early needm |
commit | commitdiff | tree |
2014-12-09 |
Shenghou Ma | test/fixedbugs/bug302: fix test on windows. |
commit | commitdiff | tree |
2014-12-09 |
Brad Fitzpatrick | net/http: avoid some allocations in DetectContentType |
commit | commitdiff | tree |
2014-12-09 |
Ian Lance Taylor | test: write Go wrapper code so that bug302 can be run... |
commit | commitdiff | tree |
2014-12-09 |
Burcu Dogan | doc: Fix the canonical location |
commit | commitdiff | tree |
2014-12-09 |
Keith Randall | cmd/objdump: Fix error logging |
commit | commitdiff | tree |
2014-12-08 |
Robert Griesemer | Fix whitespace (use blanks consistently). |
commit | commitdiff | tree |
2014-12-08 |
Keith Randall | runtime: test for linear enqueue/dequeue behavior |
commit | commitdiff | tree |
2014-12-08 |
David Symonds | doc: remove obsolete FAQ entry about using Mercurial... |
commit | commitdiff | tree |
2014-12-08 |
Robert Griesemer | test/fibo: a stand-alone bignum/allocation benchmark... |
commit | commitdiff | tree |
2014-12-08 |
Keith Randall | runtime: use doubly-linked lists for channel send/recv... |
commit | commitdiff | tree |
2014-12-08 |
Austin Clements | runtime: fix missing newline when dumping bad symbol... |
commit | commitdiff | tree |
2014-12-08 |
Andrew Gerrand | doc: add CONRIBUTORS.md |
commit | commitdiff | tree |
2014-12-08 |
David Symonds | remove the obsolete lib/codereview. |
commit | commitdiff | tree |
2014-12-08 |
David Symonds | remove dev.cc file, left over from merge of the dev... |
commit | commitdiff | tree |
2014-12-08 |
David Symonds | add bin/ to .gitignore. |
commit | commitdiff | tree |
2014-12-08 |
David Symonds | cmd/dist: convert dist from Hg to Git. |
commit | commitdiff | tree |
2014-12-08 |
David Symonds | convert .hgignore to .gitignore. |
commit | commitdiff | tree |
2014-12-08 |
David Symonds | remove .hgtags. |
commit | commitdiff | tree |
2014-12-06 |
Russ Cox | encoding/xml: remove SyntaxError.Byte |
commit | commitdiff | tree |
2014-12-06 |
Russ Cox | all: merge dev.garbage (d1238958d4ae) into default... |
commit | commitdiff | tree |
2014-12-06 |
Russ Cox | [dev.garbage] runtime: raise StackGuard limit for Windo... |
commit | commitdiff | tree |
2014-12-06 |
Russ Cox | all: power64 is now ppc64 |
commit | commitdiff | tree |
2014-12-05 |
Russ Cox | [dev.garbage] runtime: reduce stack footprint of write... |
commit | commitdiff | tree |
2014-12-05 |
Russ Cox | runtime: generate windows callback list with go generate |
commit | commitdiff | tree |
2014-12-05 |
Russ Cox | runtime: convert netbsd/arm to Go |
commit | commitdiff | tree |
2014-12-05 |
Russ Cox | all: merge default (faa3ed1dc30e) into dev.garbage |
commit | commitdiff | tree |
2014-12-05 |
Russ Cox | all: merge dev.cc (81884b89bd88) into default |
commit | commitdiff | tree |
2014-12-05 |
Russ Cox | [dev.garbage] all: merge dev.cc (81884b89bd88) into... |
commit | commitdiff | tree |
2014-12-05 |
Russ Cox | [dev.cc] all: merge default (8d42099cdc23) into dev.cc |
commit | commitdiff | tree |
2014-12-05 |
Austin Clements | [dev.cc] liblink: don't patch jumps to jumps to symbols |
commit | commitdiff | tree |
2014-12-05 |
Shenghou Ma | [dev.cc] cmd/ld: finalize linkmode before determining... |
commit | commitdiff | tree |
2014-12-05 |
Rob Pike | cmd/go: fix build |
commit | commitdiff | tree |
2014-12-05 |
Rob Pike | cmd/go: avoid use of bufio.Scanner in generate |
commit | commitdiff | tree |
2014-12-04 |
Shenghou Ma | cmd/pprof/internal/commands: add command to open browse... |
commit | commitdiff | tree |
2014-12-04 |
Rob Pike | lib/time: update to ICANN time zone database 2014j |
commit | commitdiff | tree |
2014-12-03 |
David Symonds | spec: add comment marker for consistency. |
commit | commitdiff | tree |
2014-12-03 |
Russ Cox | cmd/pprof: fix symbol resolution for remote profiles |
commit | commitdiff | tree |
2014-12-02 |
Dominik Honnef | cmd/go: regenerate doc.go |
commit | commitdiff | tree |
2014-12-02 |
Andrew Gerrand | tag go1.4rc2 |
commit | commitdiff | tree |
2014-12-01 |
Russ Cox | runtime: fix hang in GC due to shrinkstack vs netpoll... |
commit | commitdiff | tree |
2014-12-01 |
Keith Randall | reflect: Fix reflect.funcLayout. The GC bitmap has... |
commit | commitdiff | tree |
2014-11-25 |
Austin Clements | [dev.cc] 9l: make R_CALLPOWER like ELF's R_PPC64_REL24 |
commit | commitdiff | tree |
2014-11-25 |
David du Colombier | [dev.cc] cmd/5g,cmd/6g,cmd/9g: fix warnings on Plan 9 |
commit | commitdiff | tree |
2014-11-25 |
Andrew Gerrand | doc: tidy up "Projects" page; add Go 1.4 |
commit | commitdiff | tree |
2014-11-25 |
Russ Cox | go/build: build $GOOS_test.go always |
commit | commitdiff | tree |
2014-11-24 |
Russ Cox | [dev.garbage] all: merge dev.cc (493ad916c3b1) into... |
commit | commitdiff | tree |
2014-11-24 |
Austin Clements | [dev.cc] 9g: peephole optimizer |
commit | commitdiff | tree |
2014-11-24 |
Austin Clements | [dev.cc] 9g: fill progtable for CC, V, and VCC instruct... |
commit | commitdiff | tree |
2014-11-24 |
Joel Sing | [dev.cc] runtime: convert dragonfly/386 port to Go |
commit | commitdiff | tree |
2014-11-23 |
Russ Cox | [dev.cc] all: merge default (95f5614b4648) into dev.cc |
commit | commitdiff | tree |
2014-11-22 |
Russ Cox | image/jpeg: handle Read returning n > 0, err != nil... |
commit | commitdiff | tree |
next |