aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-02go1.4rc2go1.4rc2Andrew Gerrand
2014-12-01[release-branch.go1.4] runtime: fix hang in GC due to shrinkstack vs netpoll ...Russ Cox
2014-12-01[release-branch.go1.4] reflect: Fix reflect.funcLayout. The GC bitmap has tw...Russ Cox
2014-11-26[release-branch.go1.4] doc: tidy up "Projects" page; add Go 1.4Andrew Gerrand
2014-11-24[release-branch.go1.4] go/build: build $GOOS_test.go alwaysRuss Cox
2014-11-23[release-branch.go1.4] image/jpeg: handle Read returning n > 0, err != nil in...Russ Cox
2014-11-22[release-branch.go1.4] cmd/go: fix running pprof on windows.Russ Cox
2014-11-20[release-branch.go1.4] runtime: fix atomic operations on non-heap addressesRuss Cox
2014-11-19[release-branch.go1.4] build: disable race external linking test on OS X 10.6...Russ Cox
2014-11-19[release-branch.go1.4] runtime: remove assumption that noptrdata data bss nop...Russ Cox
2014-11-19[release-branch.go1.4] undo CL 131750044 / 2d6d44ceb80eRuss Cox
2014-11-19[release-branch.go1.4] doc/go1.4.html: rewrite first sentence to make it clearerAndrew Gerrand
2014-11-17[release-branch.go1.4] remove cmd/link from nacl test zipgo1.4rc1Andrew Gerrand
2014-11-17[release-branch.go1.4] remove cmd/linkAndrew Gerrand
2014-11-17[release-branch.go1.4] debug/goobj: move to cmd/internal/goobjAndrew Gerrand
2014-11-17go1.4rc1Andrew Gerrand
2014-11-16runtime: fix sudog leakRuss Cox
2014-11-16runtime: update URL for heap dump formatRuss Cox
2014-11-14C: add Nick Cooper (Google CLA).Nigel Tao
2014-11-14doc: fix small typo in docYasuhiro Matsumoto
2014-11-14net/http: add comment to clarify whether Dir is '/' or '\'.Nigel Tao
2014-11-12net/url: add example of using URL.Opaque with http.RequestBrad Fitzpatrick
2014-11-12A+C: add another email address for Emil HessmanEmil Hessman
2014-11-12hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao
2014-11-11regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind
2014-11-11spec: method selectors don't auto-deref named pointer typesRobert Griesemer
2014-11-11doc/gopher: add jpgs of the 5th anniversary imageRob Pike
2014-11-11doc: update go1.4.html's minor library changes.Nigel Tao
2014-11-10cmd/cgo: tweak doc to not show example of passing Go pointerIan Lance Taylor
2014-11-09crypto/x509: add Solaris certificate file locationIan Lance Taylor
2014-11-09cmd/5g: fix bit mask for div/mod routines clobbering R12Ian Lance Taylor
2014-11-09test: fix nacl buildRuss Cox
2014-11-09cmd/internal/objfile: minor editsRuss Cox
2014-11-09runtime: fix sudog leak in syncsemreleaseRuss Cox
2014-11-09runtime/cgo: add +build tags to files named for $GOOSRuss Cox
2014-11-09cmd/dist: remove old misc/pprofRuss Cox
2014-11-09cmd/pprof: install as go tool pprofRuss Cox
2014-11-10undo CL 169000043 / 05b838013df9Andrew Gerrand
2014-11-10undo CL 166380043 / 0b54a0927656Andrew Gerrand
2014-11-10cmd/api: bump go.tools golden CL hashAndrew Gerrand
2014-11-10cmd/go: use golang.org/x/... import pathsAndrew Gerrand
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-11-10cmd/api: use golang.org/x/... import pathsAndrew Gerrand
2014-11-08lib/codereview: fix with more recent hg revisions.Adam Langley
2014-11-08net/http: fix benchmark goroutine leakBrad Fitzpatrick
2014-11-07cmd/go: disable warnings from cmd/cc when building for SWIGIan Lance Taylor
2014-11-06cmd/internal/objfile: add DisasmRuss Cox
2014-11-06cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox
2014-11-06doc/go1.4.html: leave stack size at 2 kBRuss Cox
2014-11-06doc: change "/s/..." links to be on golang.orgRuss Cox