aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-16[release-branch.go1.10] go1.10go1.10Andrew Bonventre
2018-02-16[release-branch.go1.10] cmd/go: add options to security whitelistIan Lance Taylor
2018-02-16[release-branch.go1.10] cmd/compile: permit go:cgo_import_dynamic anywhereIan Lance Taylor
2018-02-16[release-branch.go1.10] doc: add note about invalid flag errors to 1.10 relea...Ian Lance Taylor
2018-02-15[release-branch.go1.10] doc: mention net/http Server Content-Type changeBrad Fitzpatrick
2018-02-15[release-branch.go1.10] doc: remove draft notice from Go 1.10 release notesIan Lance Taylor
2018-02-15[release-branch.go1.10] cmd/compile: fix constant folding of right shifts on ...Keith Randall
2018-02-15[release-branch.go1.10] cmd/compile: fix constant folding of right shiftsKeith Randall
2018-02-12all: restore changes from faulty merge/revertAndrew Bonventre
2018-02-12Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre
2018-02-12[release-branch.go1.10] all: merge master into release-branch.go1.10Andrew Bonventre
2018-02-12doc: note that x509 cert parsing rejects some more certs nowBrad Fitzpatrick
2018-02-11CONTRIBUTING: remove Pull Request bitBrad Fitzpatrick
2018-02-09cmd/fix: fix cast checkKeith Randall
2018-02-09doc: minor wording improvement to the diagnostics guideJBD
2018-02-09all: remove PULL_REQUEST_TEMPLATE from .githubAndrew Bonventre
2018-02-08doc: remove Pull Request note in README.mdAndrew Bonventre
2018-02-07doc: document Go 1.9.4 and Go 1.8.7Russ Cox
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