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-05-24
[release-branch.go1.8] go1.8.3
go1.8.3
Chris Broadfoot
2017-05-24
[release-branch.go1.8] doc: document go1.8.3
Chris Broadfoot
2017-05-24
[release-branch.go1.8] cmd/compile: don't move spills to loop exits where the...
Keith Randall
2017-05-24
[release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLs
Keith Randall
2017-05-23
[release-branch.go1.8] runtime: use pselect6 for usleep on linux/386
Austin Clements
2017-05-23
[release-branch.go1.8] runtime: use pselect6 for usleep on linux/amd64 and li...
Austin Clements
2017-05-23
[release-branch.go1.8] cmd/compile: ignore types when considering tuple selec...
Todd Neal
2017-05-23
[release-branch.go1.8] net/http: update bundled http2 for gracefulShutdownCh ...
Brad Fitzpatrick
2017-05-23
[release-branch.go1.8] cmd/compile: fix s390x unsigned comparison constant me...
Michael Munday
2017-05-23
[release-branch.go1.8] cmd/go: if we get a C compiler dwarf2 warning, try wit...
Brad Fitzpatrick
2017-05-23
[release-branch.go1.8] runtime: don't corrupt arena bounds on low mmap
Austin Clements
2017-05-23
[release-branch.go1.8] cmd/compile: fix store chain in schedule pass
Keith Randall
2017-05-23
[release-branch.go1.8] runtime: doubly fix "double wakeup" panic
Austin Clements
2017-05-23
[release-branch.go1.8] database/sql: ensure releaseConn is defined before a p...
Daniel Theophanes
2017-05-23
[release-branch.go1.8] runtime: print debug info on "base out of range"
Austin Clements
2017-05-23
[release-branch.go1.8] doc: remove mentions of yacc tool
Brad Fitzpatrick
2017-05-23
[release-branch.go1.8] go1.8.2
go1.8.2
Chris Broadfoot
2017-05-23
[release-branch.go1.8] doc: document go1.8.2 and go1.7.6
Chris Broadfoot
2017-05-23
[release-branch.go1.8] crypto/elliptic: fix carry bug in x86-64 P-256 impleme...
Adam Langley
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
[next]