aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-25[release-branch.go1.10] go1.10rc1go1.10rc1Andrew Bonventre
2018-01-25database/sql: fix TestConversions when count > 1Daniel Theophanes
2018-01-25os: use the syscall version of Getwd for Plan 9Richard Miller
2018-01-24cmd/go: fix -coverpkg=all with dot importsRuss Cox
2018-01-24go/types: fix spelling mistake in commentKevin Burke
2018-01-24runtime/pprof: scale mutex profile with sampling rateHana Kim
2018-01-24os: homogenize error checks on Plan 9David du Colombier
2018-01-24lib/time: follow redirects in curlKyle Shannon
2018-01-23cmd/compile: don't let spills clobber argumentsKeith Randall
2018-01-23go/types: more robust behavior in the presence errors (due to import "C")Robert Griesemer
2018-01-23runtime: never allocate during an unrecoverable panicAustin Clements
2018-01-23runtime: don't grow the stack on sigpanic if throwsplitAustin Clements
2018-01-23spec: consistently use "defined type" and "type name" (cleanup)Robert Griesemer
2018-01-23cmd/internal/obj/arm64: fix assemble VLD1/VST1 bugfanzha02
2018-01-23doc, cmd/go: final release notes editsRuss Cox
2018-01-23os: handle ' is a directory' error as IsExist on Plan 9Fazlul Shahriar
2018-01-23cmd/dist: only run swig tests when a go directory is present in swiglibMartin Möhrmann
2018-01-23doc: document Go 1.8.6Andrew Bonventre
2018-01-23cmd/go: apply "go vet" to test filesIan Lance Taylor
2018-01-22runtime: print hexdump on traceback failureAustin Clements
2018-01-22doc: update 1.9.3 release dateAndrew Bonventre
2018-01-22doc/go1.10: address final TODOsRuss Cox
2018-01-22cmd/vendor/github.com/google/pprof/internal/driver: skip read only dir error ...Elias Naur
2018-01-22cmd/go: add go help cacheRuss Cox
2018-01-21runtime: pass dummy argc/argv correctly in r0_386_android_libIan Lance Taylor
2018-01-20misc,src: add support for specifying adb flags to the android harnessElias Naur
2018-01-20doc: change anchor URLs from golang.org/dl/ to /dl/Andrew Bonventre
2018-01-20doc/faq: clarify that concurrent maps reads are safeIan Lance Taylor
2018-01-19doc: document Go 1.9.3Andrew Bonventre
2018-01-19cmd/fix: add intermediate cast for *C.CFTypeRef <-> *unsafe.PointerKeith Randall
2018-01-18crypto/x509: better document Verify's behaviour.Adam Langley
2018-01-17cmd/compile: don't combine 64-bit loads/stores on amd64Caleb Spare
2018-01-17cmd/fix: don't depend on *GetTypeID functions being presentKeith Randall
2018-01-17spec: mention that special case for integer division is due to overflowRobert Griesemer
2018-01-17cmd/fix: extend typechecker to use cgo typesKeith Randall
2018-01-17cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptrKeith Randall
2018-01-16sync: consistently use article "a" for RWMutexBrad Fitzpatrick
2018-01-16runtime: fix time.Now on Sierra and olderGiovanni Bajo
2018-01-16runtime: update URL of the Linux vDSO parser toolTobias Klauser
2018-01-16doc: specify which pprof version was vendored in go1.10Alberto Donizetti
2018-01-15runtime: don't issue cgocheck error for timer bucket source pointerIan Lance Taylor
2018-01-15cmd/go: clarify and simplify (a little) the description of go test's cachingRob Pike
2018-01-15net/rpc: improve error report messagesKunpei Sakai
2018-01-14cmd/go: use Windows %AppData% for build cache if %LocalAppData% is emptyBrad Fitzpatrick
2018-01-12cmd/go: make gccgo -buildmode=shared and -linkshared work againIan Lance Taylor
2018-01-12cmd/compile: document reserved import pathsRobert Griesemer
2018-01-11spec: remove example explaining that type B0 and B0 are identicalRobert Griesemer
2018-01-11misc/cgo/test: avoid endless loop when we can't parse notesIan Lance Taylor
2018-01-11cmd/go: correct buildmode test (from "c-header" to "c-shared")Ian Lance Taylor
2018-01-11doc, api: add type Srcset string change to go1.10 notes and APIgo1.10beta2Andrew Bonventre