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
2016-06-16
runtime: fix stale comment in lfstack
go1.7beta2
Austin Clements
2016-06-16
cmd/dist: make zosarch.go deterministic
Austin Clements
2016-06-16
internal/trace: err if binary is not supplied for old trace
Hana Kim
2016-06-16
runtime: remove useless loop from CgoCCodeSIGPROF test program
Ian Lance Taylor
2016-06-15
go/ast: fix comments misinterpreted as documentation
Matthew Dempsky
2016-06-15
runtime: if the test program hangs, try to get a stack trace
Ian Lance Taylor
2016-06-15
syscall: skip TestUnshare if kernel does not support net namespace
Cherry Zhang
2016-06-15
net/http: pass through server side Transfer-Encoding headers
Andrew Gerrand
2016-06-15
context: document how to release resources associated with Contexts.
Sameer Ajmani
2016-06-14
net: don't run TestLookupDotsWithLocalSource in short mode
Ian Lance Taylor
2016-06-14
os: fix blockUntilWaitable on freebsd/{386,arm}
Mikio Hara
2016-06-14
cmd/compile, etc: handle many struct fields
David Crawshaw
2016-06-14
crypto/x509: don't ignore asn1.Marshal error
Ian Lance Taylor
2016-06-14
cmd/go: include .syso files even if CGO_ENABLED=0
Ian Lance Taylor
2016-06-14
cmd/go: remove obsolete comment referring to deleted parameter
Ian Lance Taylor
2016-06-14
os: fix build on freebsd/arm
Mikio Hara
2016-06-13
os: use wait6 to avoid wait/kill race on freebsd
Mikio Hara
2016-06-13
os: use waitid to avoid wait/kill race on darwin
Mikio Hara
2016-06-13
runtime: collect stack trace if SIGPROF arrives on non-Go thread
Ian Lance Taylor
2016-06-13
cmd/link: put padding between functions, not at the end of a function
Keith Randall
2016-06-12
cmd/compile: fix OASWB rewriting in racewalk
David Chase
2016-06-12
cmd/go: remove invalid space in import comment docs
Dmitri Shuralyov
2016-06-11
runtime: aeshash, xor seed in earlier
Keith Randall
2016-06-10
os: on GNU/Linux use waitid to avoid wait/kill race
Ian Lance Taylor
2016-06-10
go/parser: document that parse functions need valid token.FileSet
Robert Griesemer
2016-06-10
cmd/go: clarify go get documentation
Ian Lance Taylor
2016-06-10
syscall: add a padding field to EpollEvent on s390x
Michael Munday
2016-06-10
encoding/csv: update doc about comments whitespace
Jess Frazelle
2016-06-09
runtime: set $sp before $pc in gdb python script
Cherry Zhang
2016-06-09
cmd/compile: for tail calls in stubs, ensure args are alive
Keith Randall
2016-06-09
cmd/cgo: fix use of unsafe argument in new deferred function
Ian Lance Taylor
2016-06-09
cmd/cgo: use function arg type for _cgoCheckPointerN function
Ian Lance Taylor
2016-06-09
time: document that RFC822/1123 don't parse all RFC formats
Ian Lance Taylor
2016-06-09
time: genzabbrs.go skips Feb when checking months
Kenny Grant
2016-06-09
crypto/subtle: expand abbreviation to eliminate confusion
Jason Barnett
2016-06-09
os: document that the runtime can write to standard error
Ian Lance Taylor
2016-06-09
cmd/go: only run TestGoGetHTTPS404 where it works
Ian Lance Taylor
2016-06-08
cmd/compile: nilcheck interface value in go/defer interface call for SSA
Cherry Zhang
2016-06-08
runtime/cgo: restore the g pointer correctly in crosscall_s390x
Michael Munday
2016-06-08
net/http: update bundled http2
Andrew Gerrand
2016-06-08
cmd/compile: cgen_append can handle complex targets
Keith Randall
2016-06-07
cmd/compile: fix heap dump test on android
Keith Randall
2016-06-07
cmd/compile: use fake package for allocating autos
Keith Randall
2016-06-07
cmd/dist: use "set" instead of "export" in diagnostic message
Andrew Gerrand
2016-06-06
net/http: send StatusOK on empty body with TimeoutHandler
Andrew Gerrand
2016-06-06
time: warn about correct use of a Timer's Stop/Reset methods
Andrew Gerrand
2016-06-06
net/http: send one Transfer-Encoding header when "chunked" set manually
Andrew Gerrand
2016-06-05
runtime: fix typo
Keith Randall
2016-06-03
Revert "cmd/go: re-enable TestCgoConsistentResults on solaris"
Mikio Hara
2016-06-03
cmd/go: re-enable TestCgoConsistentResults on solaris
Mikio Hara
[next]