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
2016-02-03
[release-branch.go1.6] go1.6rc2
go1.6rc2
Chris Broadfoot
2016-02-03
all: merge master into release-branch.go1.6
Chris Broadfoot
2016-02-03
net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop header
Brad Fitzpatrick
2016-02-03
sync: deflake TestWaitGroupMisuse3
Brad Fitzpatrick
2016-02-03
cmd/go: fix rebuild after installation of new Go release
Russ Cox
2016-02-03
cmd/vet: don't crash in cgo checker if type is unknown
Ian Lance Taylor
2016-02-03
misc: update timezone database to IANA 2016a
Rob Pike
2016-02-02
cmd/go: document that -msan requires clang
Russ Cox
2016-02-02
runtime/pprof: mark dragonfly and solaris as bad at pprof
Brad Fitzpatrick
2016-02-02
net/http/httputil: fix spelling of Trailer hop-by-hop header per errata
Brad Fitzpatrick
2016-02-02
net/http: mark TestTLSServerClosesConnection as flaky on all systems
Brad Fitzpatrick
2016-02-02
all: merge master into release-branch.go1.6
Russ Cox
2016-02-02
archive/zip: handle pre-zip64 zip files containing 2³²-1-byte content
Russ Cox
2016-02-02
cmd/go: avoid use of git -C, which does not exist in RHEL 7
Russ Cox
2016-02-02
runtime: deflake TestGoroutineProfileTrivial
Russ Cox
2016-02-02
all: merge master into release-branch.go1.6
Russ Cox
2016-02-02
runtime: start an M when handing off a P when there's GC work
Austin Clements
2016-02-01
net/http: update bundled http2, fix Transport memory leak
Brad Fitzpatrick
2016-02-01
runtime: avoid write barrier in cgo mmap code
Ian Lance Taylor
2016-02-01
cmd/compile: fix parsing of inlined interface types with unexported methods
Robert Griesemer
2016-01-29
os: document that FindProcess always succeeds on Unix
Brad Fitzpatrick
2016-01-29
cmd/go: avoid a few symlink-induced errors in internal and vendor checks
Russ Cox
2016-01-29
cmd/vet: report uncalled functions in Printf %v
Russ Cox
2016-01-29
net: deflake TestListenerClose
Mikio Hara
2016-01-29
doc: link to block example in go1.6 doc
Andrew Gerrand
2016-01-29
unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversions
Rahul Chaudhry
2016-01-28
doc: don't imply that the new HTTP status 451 is from RFC 6585
Brad Fitzpatrick
2016-01-28
runtime: align stack in sigfwd for darwin/386
Ian Lance Taylor
2016-01-28
[release-branch.go1.6] cmd/newlink: remove from release branch
go1.6rc1
Chris Broadfoot
2016-01-27
[release-branch.go1.6] go1.6rc1
Chris Broadfoot
2016-01-27
runtime: handle kindString in cgoCheckArg
Ian Lance Taylor
2016-01-27
misc/cgo/test: disable sigaltstack test on darwin/386
Russ Cox
2016-01-27
runtime: deflake TestNumGoroutine
Russ Cox
2016-01-27
runtime/cgo: more +build cgo tags
Russ Cox
2016-01-27
cmd/internal/obj/x86: skip test when GOHOSTARCH is set
Brad Fitzpatrick
2016-01-27
runtime/cgo: add cgo build tag to C files
Russ Cox
2016-01-27
runtime/race: run tests with GOMAXPROCS=1
Dmitry Vyukov
2016-01-27
runtime: remove redundant empty function call from Breakpoint on arm
Richard Miller
2016-01-27
doc: mention ServeFile change in go1.6.html
Russ Cox
2016-01-27
cmd/go: refine definition of 'standard' import paths to include vendored code
Russ Cox
2016-01-27
unsafe: clarify wording in recent Alignof changes
Ian Lance Taylor
2016-01-27
doc: mention signal changes for c-archive/c-shared
Ian Lance Taylor
2016-01-27
net/http: add protections against misuse of ServeFile
Brad Fitzpatrick
2016-01-27
cmd/go: recognise plan9_arm object files
Richard Miller
2016-01-27
cmd/link: correct byte ordering in plan9_arm object header
Richard Miller
2016-01-27
unsafe: clarify that Alignof returns required alignment
Ian Lance Taylor
2016-01-27
database/sql: implement Scan of time.Time, document, clarify Scan error text
Brad Fitzpatrick
2016-01-27
runtime: fix upper bound on out-of-memory print
Russ Cox
2016-01-27
runtime: guard against array out of bounds in GoroutineProfile
Russ Cox
2016-01-27
runtime: fix crash in GoroutineProfile
Russ Cox
[next]