aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-06[release-branch.go1.5] cmd/newlink: remove from release branchgo1.5rc1Andrew Gerrand
2015-08-06net/url: allow all valid host chars in RawPathRuss Cox
2015-08-06net/url: do not percent-encode valid host charactersRuss Cox
2015-08-06net/url: restrict :port checking to [ipv6]:port formRuss Cox
2015-08-05cmd/go: fix handling of vendored imports in foo_test.go filesRuss Cox
2015-08-05crypto/tls: fix ConnectionState().VerifiedChains for resumed connectionRuss Cox
2015-08-05build: clean current tree in clean.bashRuss Cox
2015-08-05net/http: close server conn after broken trailersJed Denlea
2015-08-05crypto/tls: update testing certificates.Adam Langley
2015-08-05go/build: fix internal/testenv dependencyRuss Cox
2015-08-05runtime: don't recheck heap trigger for periodic GCAustin Clements
2015-08-05go/build: enable cgo on freebsd/armRuss Cox
2015-08-05cmd/go: skip external tests on freebsd-arm builderRuss Cox
2015-08-05internal/testenv: add Builder, to report builder nameRuss Cox
2015-08-05runtime: align stack pointer during initcgo call on armRuss Cox
2015-08-04reflect: fix doc stringRobert Griesemer
2015-08-04runtime: fix typos in commentsAustin Clements
2015-08-04runtime: fix assist utilization computationAustin Clements
2015-08-04runtime: revise assist ratio aggressivelyAustin Clements
2015-08-04runtime: when gcpacertrace > 0, print information about assist ratioAustin Clements
2015-08-04runtime: make sweep proportional to spans bytes allocatedAustin Clements
2015-08-04runtime: always give concurrent sweep some heap distanceAustin Clements
2015-08-04runtime: assist the GC during GC startup and shutdownAustin Clements
2015-08-04runtime: recheck GC trigger before actually starting GCAustin Clements
2015-08-04cmd/go: fix documentation for exported functionsIan Lance Taylor
2015-08-04archive/tar: don't treat multiple file system links as a tar hardlinkVincent Batts
2015-08-04cmd/go: document that functions are exported by cgoIan Lance Taylor
2015-08-04go/types: remove the renaming import of go/constantRob Pike
2015-08-04cmd/go: re-run mkalldocs.sh after testflag changeCaleb Spare
2015-08-04cmd/go: documented default value of the -timeout testflagCaleb Spare
2015-08-03cmd/go: clean up installHeader actionRuss Cox
2015-08-03cmd/go: document and fix 'go build -o' semanticsRuss Cox
2015-08-03net/http: deflake TestZeroLengthPostAndResponseBrad Fitzpatrick
2015-08-03net/http: fix server/transport data race when sharing the request bodyBrad Fitzpatrick
2015-08-03runtime: skip TestCgoCallbackGC on dragonflyMikio Hara
2015-08-02net/http: close server conn after request body errorJed Denlea
2015-08-02net/http: fix SetKeepAlivesEnabled receiver nameCarl Jackson
2015-07-31cmd/objdump: don't run TestDisasmExtld if cgo is not enabledIan Lance Taylor
2015-07-31os: add explicit tests for fchown(2) and lchown(2) on unix platformsDave Cheney
2015-07-31cmd/go: fix go get x/... matching internal directoriesRuss Cox
2015-07-31cmd/go: fix disallow of p/vendor/x during vendor experimentRuss Cox
2015-07-31cmd/compile, runtime: fix placement of map bucket overflow pointer on naclRuss Cox
2015-07-31net/mail: fixed quoted-localMathiasB
2015-07-31cmd/internal/obj/arm: fix large stack offsets on nacl/armRuss Cox
2015-07-31runtime: fix systemstack tracebacks on nacl/armRuss Cox
2015-07-31runtime: avoid reference to stale stack after GC shrinkstackRuss Cox
2015-07-31cmd/link: increase ELFRESERVE to a full pageRuss Cox
2015-07-31cmd/go: permit installing into a subdirectory of $GOPATH/binIan Lance Taylor
2015-07-30runtime/trace: report negative frequency as a time-ordering problemRuss Cox
2015-07-30syscall: use fchownat(2) in place of lchown(2) for linux/arm64Dave Cheney