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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-06-04
[release-branch.go1.9] cmd/go: fix 'go get' compatibility for direct download...
Russ Cox
2018-06-04
[release-branch.go1.9] cmd/go: add minimal module-awareness for legacy operation
Russ Cox
2018-05-31
[release-branch.go1.9] cmd/go: accept more safe CFLAGS/LDFLAGS
Ian Lance Taylor
2018-05-26
[release-branch.go1.9] strings: fix encoding of \u0080 in map
Martin Möhrmann
2018-05-09
[release-branch.go1.9] crypto/x509: copy and use adjusted syscall.CertChainPo...
Alex Brainman
2018-04-30
[release-branch.go1.9] cmd/compile: permit go:cgo_import_dynamic anywhere
Ian Lance Taylor
2018-04-27
[release-branch.go1.9] cmd/compile: fix evaluation of "" < s
Josh Bleecher Snyder
2018-03-29
[release-branch.go1.9] cmd/go: add more C compiler/linker options to whitelist
Ian Lance Taylor
2018-03-29
[release-branch.go1.9] cmd/go: permit pkg-config flags in any argument position
Ian Lance Taylor
2018-03-29
[release-branch.go1.9] cmd/go: add options to security whitelist
Ian Lance Taylor
2018-03-29
[release-branch.go1.9] cmd/compile: use unsigned loads for multi-element comp...
Keith Randall
2018-03-29
[release-branch.go1.9] net/http/pprof: harden handler responses
Andrew Bonventre
2018-03-29
[release-branch.go1.9] cmd/go: restrict meta imports to valid schemes
Ian Lance Taylor
2018-03-29
[release-branch.go1.9] cmd/compile: fix constant folding of right shifts on s...
Keith Randall
2018-03-29
[release-branch.go1.9] cmd/compile: fix constant folding of right shifts
Keith Randall
2018-02-07
[release-branch.go1.9] cmd/go: accept only limited compiler and linker flags ...
Russ Cox
2018-01-22
[release-branch.go1.9] net/http: update bundled http2
Andrew Bonventre
2018-01-22
[release-branch.go1.9] cmd/compile: fix mapassign_fast* routines for pointer ...
Keith Randall
2018-01-22
[release-branch.go1.9] net/url: reject invalid userinfo values when parsing URLs
Brad Fitzpatrick
2018-01-22
[release-branch.go1.9] runtime: call amd64 VDSO entry points on large stack
Ian Lance Taylor
2018-01-22
[release-branch.go1.9] runtime: use MAP_ANON in sigstack check
Austin Clements
2018-01-22
[release-branch.go1.9] runtime: restore the Go-allocated signal stack in unminit
Austin Clements
2018-01-22
[release-branch.go1.9] cmd/compile: fix decomposition of 1-element arrays
Keith Randall
2018-01-22
[release-branch.go1.9] cmd/compile: fix large load/store offsets on 386
Keith Randall
2018-01-22
[release-branch.go1.9] database/sql: fix transaction leak
kirk
2018-01-22
[release-branch.go1.9] math/big: protect against aliasing in nat.divLarge
Alberto Donizetti
2018-01-22
[release-branch.go1.9] runtime: fix gctrace STW CPU time and CPU fraction
Austin Clements
2018-01-22
[release-branch.go1.9] cmd/compile: fix runtime.KeepAlive
Keith Randall
2018-01-22
[release-branch.go1.9] cmd/compile: make sure not to use SP as an index register
Keith Randall
2017-10-25
[release-branch.go1.9] runtime: use simple, more robust fastrandn
Russ Cox
2017-10-25
[release-branch.go1.9] cmd/compile: fix sign-extension merging rules
Keith Randall
2017-10-25
[release-branch.go1.9] cmd/compile: avoid generating large offsets
Keith Randall
2017-10-25
[release-branch.go1.9] runtime: in cpuProfile.addExtra, set p.lostExtra to 0 ...
Michael Matloob
2017-10-25
[release-branch.go1.9] cmd/cgo: support large unsigned macro again
Hiroshi Ioka
2017-10-25
[release-branch.go1.9] cmd/cgo: avoid using common names for sniffing
Hiroshi Ioka
2017-10-25
[release-branch.go1.9] os: skip TestPipeThreads as flaky for 1.9
Ian Lance Taylor
2017-10-25
[release-branch.go1.9] runtime: avoid monotonic time zero on systems with low...
Russ Cox
2017-10-25
[release-branch.go1.9] cmd/go: clean up x.exe properly in TestImportMain
Russ Cox
2017-10-25
[release-branch.go1.9] cmd/compile: omit ICE diagnostics after normal error m...
Matthew Dempsky
2017-10-25
[release-branch.go1.9] database/sql: prevent race in driver by locking dc in ...
Daniel Theophanes
2017-10-25
[release-branch.go1.9] internal/poll: only call SetFileCompletionNotification...
Alex Brainman
2017-10-25
[release-branch.go1.9] internal/poll: do not call SetFileCompletionNotificati...
Alex Brainman
2017-10-25
[release-branch.go1.9] cmd/go: correct directory used in checkNestedVCS test
Ian Lance Taylor
2017-10-25
[release-branch.go1.9] crypto/x509: reject intermediates with unknown critica...
Adam Langley
2017-10-25
[release-branch.go1.9] net/smtp: NewClient: set tls field to true when alread...
Jeff
2017-10-25
[release-branch.go1.9] net: increase expected time to dial a closed port on a...
Author Name
2017-10-25
[release-branch.go1.9] cmd/compile: fix merge rules for panic calls
Keith Randall
2017-10-25
[release-branch.go1.9] net: bump TestDialerDualStackFDLeak timeout on iOS
Elias Naur
2017-10-25
[release-branch.go1.9] runtime: make runtime.GC() trigger GC even if GOGC=off
Austin Clements
2017-10-25
[release-branch.go1.9] cmd/compile: fix regression in PPC64.rules move zero
Lynn Boger
[next]