summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.typealias] all: merge go1.8.3 into dev.typealiasdev.typealiasRuss Cox2017-06-1448-56/+3015
|\
| * [release-branch.go1.8] go1.8.3go1.8.3Chris Broadfoot2017-05-241-1/+1
| * [release-branch.go1.8] doc: document go1.8.3Chris Broadfoot2017-05-241-0/+7
| * [release-branch.go1.8] cmd/compile: don't move spills to loop exits where the...Keith Randall2017-05-243-2/+97
| * [release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall2017-05-2420-0/+218
| * [release-branch.go1.8] runtime: use pselect6 for usleep on linux/386Austin Clements2017-05-231-2/+5
| * [release-branch.go1.8] runtime: use pselect6 for usleep on linux/amd64 and li...Austin Clements2017-05-232-5/+11
| * [release-branch.go1.8] cmd/compile: ignore types when considering tuple selec...Todd Neal2017-05-232-3/+25
| * [release-branch.go1.8] net/http: update bundled http2 for gracefulShutdownCh ...Brad Fitzpatrick2017-05-231-4/+15
| * [release-branch.go1.8] cmd/compile: fix s390x unsigned comparison constant me...Michael Munday2017-05-235-6/+2474
| * [release-branch.go1.8] cmd/go: if we get a C compiler dwarf2 warning, try wit...Brad Fitzpatrick2017-05-231-0/+20
| * [release-branch.go1.8] runtime: don't corrupt arena bounds on low mmapAustin Clements2017-05-231-1/+13
| * [release-branch.go1.8] cmd/compile: fix store chain in schedule passKeith Randall2017-05-233-15/+68
| * [release-branch.go1.8] runtime: doubly fix "double wakeup" panicAustin Clements2017-05-231-1/+1
| * [release-branch.go1.8] database/sql: ensure releaseConn is defined before a p...Daniel Theophanes2017-05-232-3/+4
| * [release-branch.go1.8] runtime: print debug info on "base out of range"Austin Clements2017-05-231-0/+1
| * [release-branch.go1.8] doc: remove mentions of yacc toolBrad Fitzpatrick2017-05-231-8/+0
| * [release-branch.go1.8] go1.8.2go1.8.2Chris Broadfoot2017-05-231-1/+1
| * [release-branch.go1.8] doc: document go1.8.2 and go1.7.6Chris Broadfoot2017-05-231-0/+14
| * [release-branch.go1.8] crypto/elliptic: fix carry bug in x86-64 P-256 impleme...Adam Langley2017-05-232-5/+41
* | [dev.typealias] dev.typealias: merge go1.8.1 into dev.typealiasRuss Cox2017-04-1096-811/+2905
|\ \
| * | [release-branch.go1.8] go1.8.1go1.8.1Chris Broadfoot2017-04-071-1/+1
| |/
| * [release-branch.go1.8] doc: document go1.8.1Chris Broadfoot2017-04-072-2/+14
| * [release-branch.go1.8] cmd/go: add test for test -race -i behaviorRuss Cox2017-04-051-0/+18
| * [release-branch.go1.8] cmd/go: do not install broken libraries during 'go tes...Russ Cox2017-04-052-4/+21
| * [release-branch.go1.8] cmd/compile: added special case for reflect header fie...David Chase2017-04-052-1/+39
| * [release-branch.go1.8] cmd/compile: add missing WBs for reflect.{Slice,String...Matthew Dempsky2017-04-053-8/+100
| * [release-branch.go1.8] cmd/link: skip TestDWARF when cgo is disabledJosh Bleecher Snyder2017-04-054-1/+22
| * [release-branch.go1.8] cmd/link: skip TestDWARF on Plan 9David du Colombier2017-04-051-0/+4
| * [release-branch.go1.8] encoding/xml: disable checking of attribute syntax, li...Russ Cox2017-04-053-3/+41
| * [release-branch.go1.8] reflect: fix out-of-bounds pointers calling no-result ...Austin Clements2017-04-052-11/+50
| * [release-branch.go1.8] cmd/link: emit a mach-o dwarf segment that dsymutil wi...Russ Cox2017-04-053-1/+125
| * [release-branch.go1.8] cmd/link: make mach-o dwarf segment properly alignedRuss Cox2017-04-052-18/+41
| * [release-branch.go1.8] cmd/link: disable mach-o dwarf munging with -w (in add...Russ Cox2017-04-051-1/+1
| * [release-branch.go1.8] cmd/compile: don't crash when slicing non-sliceJosh Bleecher Snyder2017-04-052-6/+24
| * [release-branch.go1.8] runtime: print user stack on other threads during GOTR...Austin Clements2017-04-053-1/+87
| * [release-branch.go1.8] test/fixedbugs: add test for #19403Quentin Smith2017-04-051-0/+134
| * [release-branch.go1.8] cmd/compile: mark MOVWF/MOVFW clobbering F15 on ARMCherry Zhang2017-04-052-2/+10
| * [release-branch.go1.8] cmd/compile,runtime: fix atomic And8 for mipsleVladimir Stefanovic2017-04-053-7/+9
| * [release-branch.go1.8] cmd/compile: repaired loop-finder to handle trickier n...David Chase2017-04-052-6/+56
| * [release-branch.go1.8] cmd/compile: add opcode flag hasSideEffects for do-not...David Chase2017-04-0510-82/+168
| * [release-branch.go1.8] cmd/link: do not pass -s through to host linker on macOSRuss Cox2017-04-051-0/+4
| * [release-branch.go1.8] text/template: fix handling of empty blocksRob Pike2017-04-052-4/+37
| * [release-branch.go1.8] image/png: restore Go 1.7 rejection of transparent gra...Russ Cox2017-04-052-0/+15
| * [release-branch.go1.8] net, net/http: adjust time-in-past constant even earlierBrad Fitzpatrick2017-03-292-2/+2
| * [release-branch.go1.8] cmd/compile/internal/ssa: don't schedule values after ...Ilya Tocar2017-03-272-4/+72
| * [release-branch.go1.8] os/exec: deflake TestStdinCloseRaceIan Lance Taylor2017-03-251-3/+7
| * [release-branch.go1.8] cmd/link: put plt stubs first in Textp on ppc64xLynn Boger2017-03-231-1/+7
| * [release-branch.go1.8] doc: reorganize the contribution guidelines into a guideSteve Francia2017-03-161-184/+343
| * [release-branch.go1.8] time: make the ParseInLocation test more robustAlberto Donizetti2017-03-091-10/+31