aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-17runtime: don't free large spans until heapBitsSweepSpan returnsgo1.5beta2Austin Clements
2015-07-17cmd/fix: add gotypes moduleRob Pike
2015-07-17cmd/go: don't put mycmd in wrong directoryMikio Hara
2015-07-16net/mail: add example to packageCarlos C
2015-07-16A+C: more updatesBrad Fitzpatrick
2015-07-16net: RFC 6724 address selectionBrad Fitzpatrick
2015-07-16crypto/x509: iOS build tagDavid Crawshaw
2015-07-16net/url: add example to URL.ResolveReferenceCarlos C
2015-07-16doc: describe tracing, mention go fixRob Pike
2015-07-16flag: add comment stating that Set is called in sequence across the command lineRob Pike
2015-07-16test/fixedbugs: disable issue11656.go on arm64Russ Cox
2015-07-16Revert "runtime: diagnose invalid pointers during GC"Russ Cox
2015-07-16image/color: fix format typo in the tests.Nigel Tao
2015-07-16A+C: Add missing entries, full names.Chris Broadfoot
2015-07-15Revert "cmd/internal/obj: fix pc/sp information for prologue"Russ Cox
2015-07-15net/http: don't reuse conns after incomplete 100-continue requestsBrad Fitzpatrick
2015-07-15A+C: more updates, including Medium corporate CLABrad Fitzpatrick
2015-07-15cmd/go: fix parsing of Git SCP-like remotesAndrew Gerrand
2015-07-15runtime: fix saved PC/SP after safe-point function in syscallAustin Clements
2015-07-15runtime: run safe-point function before entering _PsyscallAustin Clements
2015-07-15runtime: fix go:nowritebarrier annotation on gcmarkwb_mMatthew Dempsky
2015-07-15cmd/compile: recognize embedded field in inlined functionIan Lance Taylor
2015-07-15encoding/json: document and test overwrite of slice, map during UnmarshalRuss Cox
2015-07-15asm: fix error messages and comments for "register pair"Rob Pike
2015-07-15runtime: diagnose invalid pointers during GCRuss Cox
2015-07-15cmd/compile: fix PtrTo(t) for unnamed t with embedded fieldsRuss Cox
2015-07-15math: fix Log2 test failures on ppc64 (and s390)Russ Cox
2015-07-15encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...Russ Cox
2015-07-15net/smtp: give example addrs in docsRuss Cox
2015-07-15cmd/go: print all test flags in "go test -h"Russ Cox
2015-07-15cmd/dist: diagnose lack of gcc earlier in buildRuss Cox
2015-07-15image/color: tweak the YCbCr to RGBA conversion formula.Nigel Tao
2015-07-15cmd/go: fix nocgo builderRuss Cox
2015-07-15time: make it clearer how to format a fractional secondRob Pike
2015-07-15os/exec: document that Cmd.Wait waits for stdin I/ORuss Cox
2015-07-15reflect: wait longer before declaring select test stuckRuss Cox
2015-07-15cmd/go: add test for issue 3652Russ Cox
2015-07-15cmd/go: fix buildRuss Cox
2015-07-15cmd/go: accept go get domain.rootRuss Cox
2015-07-15cmd/go: fix go get -u handling of changing dependenciesRuss Cox
2015-07-15cmd/go: disable password prompt when running gitRuss Cox
2015-07-15database/sql: document closing requirements for StmtsRuss Cox
2015-07-15crypto/x509: add /etc/ssl/cacert.pem to OmniOS cert search listRuss Cox
2015-07-15cmd/pprof: store temporary files in temporary directoryRuss Cox
2015-07-15cmd/pprof: run $BROWSER and system browser before ChromeRuss Cox
2015-07-15cmd/go: fix TestVendorRun when $GOROOT is inside a symlinked pathRuss Cox
2015-07-15cmd/go: reject missing source code in go get -d, same as go get -d -uRuss Cox
2015-07-15cmd/go: give full import stack for errors in dependencies of test dependenciesRuss Cox
2015-07-15cmd/go: go test -race -i runtime/race must not install race-enabled cmd/cgoRuss Cox
2015-07-15doc: add cmd/go's -pkgdir build optionRuss Cox