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
2017-01-26
cmd/go: don't reject ./... matching top-level file outside GOPATH
Ian Lance Taylor
2017-01-26
database/sql: fix race when canceling queries immediately
Daniel Theophanes
2017-01-26
go/printer: fix format with leading comments in composite literal
Robert Griesemer
2017-01-25
runtime: reorder modules so main.main comes first
David Crawshaw
2017-01-25
database/sql: let tests wait for db pool to come to expected state
Daniel Theophanes
2017-01-24
net/http: don't send body on redirects for 301, 302, 303 when GetBody is set
Brad Fitzpatrick
2017-01-24
net/http: fix a nit
Mikio Hara
2017-01-24
cmd/link: mark DWARF function symbols as reachable
Ian Lance Taylor
2017-01-23
runtime: amd64, use 4-byte ops for memmove of 4 bytes
Keith Randall
2017-01-21
cmd/compile: fix constant propagation through s390x MOVDNE instructions
Michael Munday
2017-01-20
cmd/compile: don't use nilcheck information until the next block
Keith Randall
2017-01-20
cmd/compile: fix compilebench -alloc
Josh Bleecher Snyder
2017-01-19
runtime: check for nil g and m in msanread
Bryan C. Mills
2017-01-19
go/ast: fix Object's doc comment about Data
Hironao OTSUBO
2017-01-18
runtime: force workers out before checking mark roots
Austin Clements
2017-01-18
testing: make parallel t.Run safe again
Russ Cox
2017-01-18
crypto/x509: revert SystemCertPool implementation for Windows
Brad Fitzpatrick
2017-01-17
runtime: for plugins, don't add duplicate itabs
Keith Randall
2017-01-17
cmd/go: fix bug help message
gulyasm
2017-01-17
crypto/tls: disable CBC cipher suites with SHA-256 by default
Filippo Valsorda
2017-01-16
cmd/compile: add ZeroWB case in writebarrier
Cherry Zhang
2017-01-16
cmd/compile: lvalues are only required for == when calling runtime fns
Josh Bleecher Snyder
2017-01-16
vendor/golang_org/x/crypto/poly1305: revendor to pick up fix for #18673
Shenghou Ma
2017-01-14
net/http: skip TestServerHijackGetsBackgroundByte on Plan 9
David du Colombier
2017-01-14
net/http: skip TestServerHijackGetsBackgroundByte_big on Plan 9
David du Colombier
2017-01-14
net/http: add another hijack-after-background-read test
Brad Fitzpatrick
2017-01-14
all: test adjustments for the iOS builder
David Crawshaw
2017-01-13
net/http: make sure Hijack's bufio.Reader includes pre-read background byte
Brad Fitzpatrick
2017-01-13
cmd/go, misc: rework cwd handling for iOS tests
David Crawshaw
2017-01-13
syscall: export Fsid.X__val on s390x
Michael Munday
2017-01-13
reflect: keep makeFuncImpl live across makeFuncStub
Austin Clements
2017-01-12
cmd/link: only exclude C-only symbols on darwin
David Crawshaw
2017-01-12
compress/flate: avoid large stack growth in fillDeflate
Joe Tsai
2017-01-12
cmd/go: add comment about SIGUSR2 on iOS
David Crawshaw
2017-01-12
cmd/go, misc: switch from breakpoint to SIGUSR2
David Crawshaw
2017-01-12
runtime: avoid clobbering C callee-save register in cgoSigtramp
Bryan C. Mills
2017-01-11
cmd/compile: hide testdclstack behind debug flag
Josh Bleecher Snyder
2017-01-11
compress/gzip: skip TestGZIPFilesHaveZeroMTimes on non-builders
Joe Tsai
2017-01-11
crypto/dsa: gofmt
Austin Clements
2017-01-11
net/http: deflake TestRetryIdempotentRequestsOnError
Brad Fitzpatrick
2017-01-10
runtime: debug prints for spanBytesAlloc underflow
Austin Clements
2017-01-09
cmd/compile: insert scheduling checks on loop backedges
David Chase
2017-01-09
cmd/compile: file line number for //go:xxx directives
Robert Griesemer
2017-01-09
net/http: preserve original HTTP method when possible
Joe Tsai
2017-01-08
runtime: add table of size classes in a comment
Austin Clements
2017-01-07
go/types: fix typo
gulyasm
2017-01-07
os/user: document the difference between Username and Name
Kevin Burke
2017-01-07
all: fix misspellings
shawnps
2017-01-07
net/http: don't do a background read if we've already done one
Ian Lance Taylor
2017-01-07
cmd/go: add link to env varible guide to set custom GOPATH
Jaana Burcu Dogan
[next]