index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-04-07
[release-branch.go1.8] go1.8.1
go1.8.1
Chris Broadfoot
2017-04-07
[release-branch.go1.8] doc: document go1.8.1
Chris Broadfoot
2017-04-05
[release-branch.go1.8] cmd/go: add test for test -race -i behavior
Russ Cox
2017-04-05
[release-branch.go1.8] cmd/go: do not install broken libraries during 'go tes...
Russ Cox
2017-04-05
[release-branch.go1.8] cmd/compile: added special case for reflect header fie...
David Chase
2017-04-05
[release-branch.go1.8] cmd/compile: add missing WBs for reflect.{Slice,String...
Matthew Dempsky
2017-04-05
[release-branch.go1.8] cmd/link: skip TestDWARF when cgo is disabled
Josh Bleecher Snyder
2017-04-05
[release-branch.go1.8] cmd/link: skip TestDWARF on Plan 9
David du Colombier
2017-04-05
[release-branch.go1.8] encoding/xml: disable checking of attribute syntax, li...
Russ Cox
2017-04-05
[release-branch.go1.8] reflect: fix out-of-bounds pointers calling no-result ...
Austin Clements
2017-04-05
[release-branch.go1.8] cmd/link: emit a mach-o dwarf segment that dsymutil wi...
Russ Cox
2017-04-05
[release-branch.go1.8] cmd/link: make mach-o dwarf segment properly aligned
Russ Cox
2017-04-05
[release-branch.go1.8] cmd/link: disable mach-o dwarf munging with -w (in add...
Russ Cox
2017-04-05
[release-branch.go1.8] cmd/compile: don't crash when slicing non-slice
Josh Bleecher Snyder
2017-04-05
[release-branch.go1.8] runtime: print user stack on other threads during GOTR...
Austin Clements
2017-04-05
[release-branch.go1.8] test/fixedbugs: add test for #19403
Quentin Smith
2017-04-05
[release-branch.go1.8] cmd/compile: mark MOVWF/MOVFW clobbering F15 on ARM
Cherry Zhang
2017-04-05
[release-branch.go1.8] cmd/compile,runtime: fix atomic And8 for mipsle
Vladimir Stefanovic
2017-04-05
[release-branch.go1.8] cmd/compile: repaired loop-finder to handle trickier n...
David Chase
2017-04-05
[release-branch.go1.8] cmd/compile: add opcode flag hasSideEffects for do-not...
David Chase
2017-04-05
[release-branch.go1.8] cmd/link: do not pass -s through to host linker on macOS
Russ Cox
2017-04-05
[release-branch.go1.8] text/template: fix handling of empty blocks
Rob Pike
2017-04-05
[release-branch.go1.8] image/png: restore Go 1.7 rejection of transparent gra...
Russ Cox
2017-03-29
[release-branch.go1.8] net, net/http: adjust time-in-past constant even earlier
Brad Fitzpatrick
2017-03-27
[release-branch.go1.8] cmd/compile/internal/ssa: don't schedule values after ...
Ilya Tocar
2017-03-25
[release-branch.go1.8] os/exec: deflake TestStdinCloseRace
Ian Lance Taylor
2017-03-23
[release-branch.go1.8] cmd/link: put plt stubs first in Textp on ppc64x
Lynn Boger
2017-03-16
[release-branch.go1.8] doc: reorganize the contribution guidelines into a guide
Steve Francia
2017-03-09
[release-branch.go1.8] time: make the ParseInLocation test more robust
Alberto Donizetti
2017-03-08
[release-branch.go1.8] crypto/tls: make Config.Clone also clone the GetClient...
Mike Danese
2017-03-03
[release-branch.go1.8] cmd/compile: do not fold offset into load/store for ar...
Cherry Zhang
2017-03-03
[release-branch.go1.8] cmd/compile: check both syms when folding address into...
Cherry Zhang
2017-03-03
[release-branch.go1.8] cmd/compile: add zero-extension before right shift whe...
Cherry Zhang
2017-03-02
[release-branch.go1.8] cmd/compile: fix merging of s390x conditional moves in...
Michael Munday
2017-03-02
[release-branch.go1.8] cmd/compile: remove unnecessary type conversions on s390x
Michael Munday
2017-02-27
[release-branch.go1.8] runtime: avoid O(n) semaphore list walk in contention ...
Russ Cox
2017-02-23
[release-branch.go1.8] website: mention go1.8 in project page
Alberto Donizetti
2017-02-23
[release-branch.go1.8] doc: fix broken link in go1.8.html
Brad Fitzpatrick
2017-02-16
[release-branch.go1.8] go1.8
go1.8
Chris Broadfoot
2017-02-16
[release-branch.go1.8] doc: document go1.8
Chris Broadfoot
2017-02-16
[release-branch.go1.8] runtime: do not call wakep from enlistWorker, to avoid...
Russ Cox
2017-02-15
[release-branch.go1.8] doc: update Code of Conduct wording and scope
Sarah Adams
2017-02-15
[release-branch.go1.8] encoding/xml: fix incorrect indirect code in chardata,...
Russ Cox
2017-02-13
[release-branch.go1.8] database/sql: convert test timeouts to explicit waits ...
Daniel Theophanes
2017-02-10
[release-branch.go1.8] reflect: clear ptrToThis in Ptr when allocating result...
Michael Hudson-Doyle
2017-02-10
[release-branch.go1.8] database/sql: ensure driverConns are closed if not ret...
Daniel Theophanes
2017-02-10
[release-branch.go1.8] database/sql: do not exhaust connection pool on conn r...
Daniel Theophanes
2017-02-09
[release-branch.go1.8] database/sql: record the context error in Rows if canc...
Daniel Theophanes
2017-02-08
[release-branch.go1.8] crypto/x509: check for new tls-ca-bundle.pem last
Russ Cox
2017-02-07
[release-branch.go1.8] cmd/go, go/build: better defenses against GOPATH=GOROOT
Russ Cox
[next]