aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-28cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B}Michael Munday
2016-11-28net: add missing comma on BUGS section for consistencyMikio Hara
2016-11-26net: update documentation on Conn and PacketConnJoe Tsai
2016-11-25testing: comment out flag.Parse from exampleDaniel Martí
2016-11-24database/sql: force users of NamedParam to name struct literals fieldsBrad Fitzpatrick
2016-11-24doc: add database/sql and os changes to go1.8 release notesDaniel Theophanes
2016-11-24net/http: fix receiver for Server.Shutdown and Server.CloseDan Peterson
2016-11-23runtime/cgo: save correct floating point registers on s390xMichael Munday
2016-11-23test: remove amd64 build tag from testBrad Fitzpatrick
2016-11-23math/rand: export Source64, mainly for documentation valueRuss Cox
2016-11-23doc: add net/http section to go1.8.htmlBrad Fitzpatrick
2016-11-23cmd/gofmt: don't call Chmod on windowsBrad Fitzpatrick
2016-11-23doc: add SIGPIPE behaviour change to go1.8.txtElias Naur
2016-11-23reflect: fix typo in commentIan Lance Taylor
2016-11-23reflect: fix size of StructOf ending in zero-sized fieldIan Lance Taylor
2016-11-22database/sql: fix TestPendingConnsAfterErrDaniel Theophanes
2016-11-22doc: fix typos in go1.8.htmlJoe Tsai
2016-11-22doc: more go1.8.html contentBrad Fitzpatrick
2016-11-22cmd/go: print CC environment variables on Plan 9David du Colombier
2016-11-22runtime/pprof/internal/protopprof: fix test on s390xMichael Munday
2016-11-22runtime: do not print runtime panic frame at top of user stackRuss Cox
2016-11-22doc: more go1.8.html contentBrad Fitzpatrick
2016-11-22runtime/pprof: generate heap profiles in compressed proto formatMichael Matloob
2016-11-22doc: go1.8.html updates from Joe TsaiBrad Fitzpatrick
2016-11-22doc: start of go1.8.html release notesBrad Fitzpatrick
2016-11-22time: make Parse validate day's lower bound in addition to upper boundBrad Fitzpatrick
2016-11-22net/http: fix parallel tests using global DefaultTransportBrad Fitzpatrick
2016-11-22runtime: sleep a bit to let a bad signal be deliveredIan Lance Taylor
2016-11-22cmd/go: don't clobber `go env GOGCCFLAGS`Ian Lance Taylor
2016-11-22cmd/compile, cmd/link: weak relocation for ptrToDavid Crawshaw
2016-11-22net/http: skip TestLinuxSendfile on mips64 for nowBrad Fitzpatrick
2016-11-22math/big: add Baillie-PSW test to (*Int).ProbablyPrimeRuss Cox
2016-11-22runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPSCherry Zhang
2016-11-22cmd/dist: skip plugin tests on noopt builder for nowBrad Fitzpatrick
2016-11-22build: fix cross-compile on Plan 9Russ Cox
2016-11-22encoding/json: document what happens to MarshalText's resultRuss Cox
2016-11-21cmd/go: skip slow tests on mips when run under buildersBrad Fitzpatrick
2016-11-21net/http: maybe fix TestLinuxSendfile on mips64Brad Fitzpatrick
2016-11-21cmd/go: don't check standard packages when using gccgoIan Lance Taylor
2016-11-21archive/zip: skip large concurrent tests in race modeBrad Fitzpatrick
2016-11-21net/http: deflake TestClientTimeoutBrad Fitzpatrick
2016-11-21runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARMCherry Zhang
2016-11-21runtime: make work.bytesMarked 8-byte alignedCherry Zhang
2016-11-21runtime/pprof: emit count profiles with debug=0 as proto profilesMichael Matloob
2016-11-20runtime: wake idle Ps when enqueuing GC workAustin Clements
2016-11-20runtime: exit idle worker if there's higher-priority workAustin Clements
2016-11-19misc/cgo/testcshared: add explicit ./ to shared library argumentIan Lance Taylor
2016-11-18go/internal/gccgoimporter: handle conversions in exported const valuesRobert Griesemer
2016-11-18cmd/cover: handle multiple samples from the same locationKeith Randall
2016-11-18spec: add subtitles to section on "for" statementsRobert Griesemer