aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-07[release-branch.go1.10] go1.10rc2go1.10rc2Russ Cox
2018-02-07[release-branch.go1.10] all: merge master into release-branch.go1.10, for go1...Russ Cox
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox
2018-02-07all: merge master into release-branch.go1.10, for go1.10rc2Russ Cox
2018-02-07cmd/link/internal/loadelf: fix logic for computing ELF flags on ARMMichael Hudson-Doyle
2018-02-07cmd/cgo: revert CL 49490 "fix for function taking pointer typedef"Ian Lance Taylor
2018-02-06cmd/compile: use unsigned loads for multi-element comparisonsKeith Randall
2018-02-06cmd/go: rebuild as needed for tests of packages that add methodsRuss Cox
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2018-02-06cmd/vet: unexported interface{} fields on %s are okDaniel Martí
2018-02-06cmd/internal/obj/arm64: fix assemble add/adds/sub/subs/cmp/cmn(extended regis...fanzha02
2018-02-05cmd/go: only run -race test if -race worksIan Lance Taylor
2018-02-05doc/editors: remove feature matrix for various editors/IDEsAndrew Bonventre
2018-02-05cmd/go: ignore coverpkg match on sync/atomic in atomic coverage modeIan Lance Taylor
2018-02-02cmd/go: fix import config debugging flagRuss Cox
2018-02-02go/internal/gccgoimporter: remove old and exp gccgo packages in testIan Lance Taylor
2018-02-02misc/cgo/test: get uintptr, not pointer, from dlopenIan Lance Taylor
2018-02-02spec: remove need for separate Function production (cleanup)Robert Griesemer
2018-02-02net: fix the kernel state name for TCP listen queue on FreeBSDMikio Hara
2018-01-31cmd/go: fix TestNoCache on Plan 9David du Colombier
2018-01-31runtime: restore RSB for sigpanic call on mips64xAustin Clements
2018-01-31runtime: suppress "unexpected return pc" any time we're in cgoAustin Clements
2018-01-31syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser
2018-01-31test: add test for gccgo bug 23545Cherry Zhang
2018-01-31cmd/go: if unable to initialize cache, just disable itIan Lance Taylor
2018-01-31runtime: fail silently if we unwind over sigpanic into C codeAustin Clements
2018-01-31runtime: don't unwind past asmcgocallAustin Clements
2018-01-31os/signal: skip TestTerminalSignal if posix_openpt fails with EACCESMichael Hudson-Doyle
2018-01-31cmd/vendor/github.com/google/pprof: cherry-pick fix to cope with $HOME not be...Michael Hudson-Doyle
2018-01-30doc: add GOMIPS to source installation docsBrad Fitzpatrick
2018-01-30cmd/fix: cleanup directories created during typecheckMohit Agarwal
2018-01-30bootstrap.bash: only fetch git revision if we need itIan Lance Taylor
2018-01-30cmd/vet: extra args if any formats are indexed are okDaniel Martí
2018-01-30cmd/vet: %s is valid for an array of stringerDaniel Martí
2018-01-30cmd/vet: **T is not Stringer if *T has a String methodDaniel Martí
2018-01-30cmd/vet: disable complaint about 0 flag in printRob Pike
2018-01-29doc: fix the closing tag in contribute.htmlMohit Agarwal
2018-01-29doc: fix two small mistakes in 1.10 release notesAlberto Donizetti
2018-01-28cmd/go: skip external tests on plan9/armDavid du Colombier
2018-01-26doc: fix spelling mistakeKevin Burke
2018-01-26os: document inheritance of thread state over execAustin Clements
2018-01-25cmd/compile: don't inline functions that call recoverAustin Clements
2018-01-25database/sql: buffers provided to Rows.Next should not be modified by driversDaniel Theophanes
2018-01-25doc: remove Sarah Adams from conduct working group contactsSarah Adams
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