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-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
2016-01-27
cmd/go: disable broken test for code.google.com
Russ Cox
2016-01-27
runtime: add more debug info to flaky TestNumGoroutine
Brad Fitzpatrick
2016-01-27
runtime: make p.gcBgMarkWorker a guintptr
Austin Clements
2016-01-27
runtime: acquire stack lock in traceEvent
Austin Clements
2016-01-27
runtime: attach mark workers to P after they park
Austin Clements
2016-01-27
cmd/internal/obj/arm64: adjust literal pool flush for span-dependent jump enl...
Russ Cox
2016-01-27
archive/zip: clarify expectations of RegisterCompressor and RegisterDecompressor
Joe Tsai
2016-01-27
cmd/compile: remove -h spam
Russ Cox
2016-01-27
crypto/rsa: expand on documentation and add some examples.
Adam Langley
2016-01-26
doc: mention the need for a C compiler for cgo support
Brad Fitzpatrick
2016-01-26
runtime/pprof: retry failed tests with longer duration
Austin Clements
2016-01-26
net/http: quiet http2 log spam
Brad Fitzpatrick
2016-01-26
net/http: document TimeFormat more
Brad Fitzpatrick
2016-01-26
doc: update install from source instructions for go1.5.3
Alberto Donizetti
2016-01-26
cmd/link: add -extar option to set ar program for c-archive
Ian Lance Taylor
2016-01-26
net/http: fix nit in test
Mikio Hara
2016-01-26
crypto: document that Signer.Sign does not hash
Russ Cox
2016-01-26
net/url: allow spaces in IPv6 zone identifier for Windows
Russ Cox
2016-01-26
crypto/cipher: Add AES-GCM encryption and decryption example
Kevin Kirsche
2016-01-26
time: fix comment about use of Location.cacheEnd
Ian Lance Taylor
2016-01-26
cmd/asm: add amd64 HADDPD/HADDPS
Russ Cox
2016-01-26
cmd/go/testdata: fix nits in test
Mikio Hara
2016-01-26
runtime: don't check sigaltstack on darwin/{arm,arm64}
Ian Lance Taylor
2016-01-26
net/http: don't retain *http.Request in Transport's HTTP/2 path
Brad Fitzpatrick
2016-01-25
net/http/httputil: clarify docs on the Dump functions
Brad Fitzpatrick
2016-01-25
net/http: update bundled http2
Brad Fitzpatrick
2016-01-25
runtime/pprof: document SetCPUProfile with c-archive/c-shared
Ian Lance Taylor
2016-01-25
runtime: update heap dumper header to 1.6.
Keith Randall
[next]