summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.10] go1.10go1.10Andrew Bonventre2018-02-161-1/+1
* [release-branch.go1.10] cmd/go: add options to security whitelistIan Lance Taylor2018-02-163-9/+63
* [release-branch.go1.10] cmd/compile: permit go:cgo_import_dynamic anywhereIan Lance Taylor2018-02-162-1/+28
* [release-branch.go1.10] doc: add note about invalid flag errors to 1.10 relea...Ian Lance Taylor2018-02-161-0/+16
* [release-branch.go1.10] doc: mention net/http Server Content-Type changeBrad Fitzpatrick2018-02-151-0/+4
* [release-branch.go1.10] doc: remove draft notice from Go 1.10 release notesIan Lance Taylor2018-02-151-6/+1
* [release-branch.go1.10] cmd/compile: fix constant folding of right shifts on ...Keith Randall2018-02-153-7/+7
* [release-branch.go1.10] cmd/compile: fix constant folding of right shiftsKeith Randall2018-02-154-21/+55
* all: restore changes from faulty merge/revertAndrew Bonventre2018-02-127-19/+20
* Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre2018-02-127-20/+19
* [release-branch.go1.10] all: merge master into release-branch.go1.10Andrew Bonventre2018-02-127-19/+20
|\
| * doc: note that x509 cert parsing rejects some more certs nowBrad Fitzpatrick2018-02-121-1/+2
| * CONTRIBUTING: remove Pull Request bitBrad Fitzpatrick2018-02-111-5/+0
| * cmd/fix: fix cast checkKeith Randall2018-02-091-1/+1
| * doc: minor wording improvement to the diagnostics guideJBD2018-02-091-1/+1
| * all: remove PULL_REQUEST_TEMPLATE from .githubAndrew Bonventre2018-02-091-7/+0
| * doc: remove Pull Request note in README.mdAndrew Bonventre2018-02-081-4/+3
| * doc: document Go 1.9.4 and Go 1.8.7Russ Cox2018-02-071-0/+13
* | [release-branch.go1.10] go1.10rc2go1.10rc2Russ Cox2018-02-071-1/+1
* | [release-branch.go1.10] all: merge master into release-branch.go1.10, for go1...Russ Cox2018-02-0712-60/+780
|\ \ | |/
| * cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox2018-02-0712-60/+780
* | all: merge master into release-branch.go1.10, for go1.10rc2Russ Cox2018-02-0782-627/+644
|\ \ | |/
| * cmd/link/internal/loadelf: fix logic for computing ELF flags on ARMMichael Hudson-Doyle2018-02-071-10/+17
| * cmd/cgo: revert CL 49490 "fix for function taking pointer typedef"Ian Lance Taylor2018-02-072-22/+0
| * cmd/compile: use unsigned loads for multi-element comparisonsKeith Randall2018-02-063-1/+62
| * cmd/go: rebuild as needed for tests of packages that add methodsRuss Cox2018-02-062-8/+39
| * text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor2018-02-0610-225/+31
| * cmd/vet: unexported interface{} fields on %s are okDaniel Martí2018-02-062-4/+44
| * cmd/internal/obj/arm64: fix assemble add/adds/sub/subs/cmp/cmn(extended regis...fanzha022018-02-064-19/+54
| * cmd/go: only run -race test if -race worksIan Lance Taylor2018-02-051-1/+3
| * doc/editors: remove feature matrix for various editors/IDEsAndrew Bonventre2018-02-056-199/+1
| * cmd/go: ignore coverpkg match on sync/atomic in atomic coverage modeIan Lance Taylor2018-02-052-0/+22
| * cmd/go: fix import config debugging flagRuss Cox2018-02-021-0/+10
| * go/internal/gccgoimporter: remove old and exp gccgo packages in testIan Lance Taylor2018-02-021-4/+0
| * misc/cgo/test: get uintptr, not pointer, from dlopenIan Lance Taylor2018-02-022-6/+30
| * spec: remove need for separate Function production (cleanup)Robert Griesemer2018-02-021-5/+4
| * net: fix the kernel state name for TCP listen queue on FreeBSDMikio Hara2018-02-021-1/+1
| * cmd/go: fix TestNoCache on Plan 9David du Colombier2018-01-311-1/+5
| * runtime: restore RSB for sigpanic call on mips64xAustin Clements2018-01-312-1/+4
| * runtime: suppress "unexpected return pc" any time we're in cgoAustin Clements2018-01-311-1/+1
| * syscall: use SYS_GETDENTS64 on linux/mips64{,le}Tobias Klauser2018-01-3122-35/+15
| * test: add test for gccgo bug 23545Cherry Zhang2018-01-311-0/+35
| * cmd/go: if unable to initialize cache, just disable itIan Lance Taylor2018-01-312-3/+25
| * runtime: fail silently if we unwind over sigpanic into C codeAustin Clements2018-01-313-1/+58
| * runtime: don't unwind past asmcgocallAustin Clements2018-01-311-3/+11
| * os/signal: skip TestTerminalSignal if posix_openpt fails with EACCESMichael Hudson-Doyle2018-01-313-4/+23
| * cmd/vendor/github.com/google/pprof: cherry-pick fix to cope with $HOME not be...Michael Hudson-Doyle2018-01-311-0/+12
| * doc: add GOMIPS to source installation docsBrad Fitzpatrick2018-01-301-5/+22
| * cmd/fix: cleanup directories created during typecheckMohit Agarwal2018-01-301-1/+1
| * bootstrap.bash: only fetch git revision if we need itIan Lance Taylor2018-01-301-1/+5