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
2019-12-17
go/build: rename WorkingDir to Dir
go1.14beta1
Bryan C. Mills
2019-12-17
text/template: remove an incorrect comment and clarify docs for AddParseTree
Oliver Powell
2019-12-17
time: further clarifications to the (*Timer).Stop docs
Ian Lance Taylor
2019-12-16
doc: remove Go Security Policy page (moved to x/website)
Dmitri Shuralyov
2019-12-16
api: promote next to go1.14
Alexander Rakoczy
2019-12-16
runtime: do not use PowerRegisterSuspendResumeNotification on systems with "p...
Jason A. Donenfeld
2019-12-16
go/doc: ignore example functions with arguments
Michael Matloob
2019-12-15
os/exec: ignore hungup error while copying stdin on Plan 9
Fazlul Shahriar
2019-12-13
spec: reword claim about the grammar being regular
Alberto Donizetti
2019-12-13
doc: fix missing closing tag in module documentation
Jay Conrod
2019-12-13
runtime: fix off-by-1 error on address ranges
Cherry Zhang
2019-12-13
doc: remove expiration from PGP key in security.html
Filippo Valsorda
2019-12-12
runtime: force segv for nil defer function to be in deferreturn()
Dan Scales
2019-12-12
net/http: fix some awkward wording in Request.WithContext docs
Brad Fitzpatrick
2019-12-12
cmd/go: restore default vet analyzers for targets in GOROOT
Bryan C. Mills
2019-12-11
cmd/go: allow arguments to 'go test' and 'go vet' to duplicate or override fl...
Bryan C. Mills
2019-12-11
runtime: use inUse ranges to map in summary memory only as needed
Michael Anthony Knyszek
2019-12-11
test: add a test for gccgo compiler bug of missing type descriptor
Cherry Zhang
2019-12-11
runtime: track ranges of address space which are owned by the heap
Michael Anthony Knyszek
2019-12-11
net/http: use cancellation instead of a timeout in TestTransportProxyHTTPSCon...
Bryan C. Mills
2019-12-11
runtime: syscall_forkx on Solaris can return error on success
Andrew Stormont
2019-12-11
doc: remove Release History pages (moved to x/website)
Dmitri Shuralyov
2019-12-11
syscall: use SOCK_CLOEXEC when creating sockets
Lorenz Bauer
2019-12-10
cmd/compile/internal/logopt: gofmt
Tobias Klauser
2019-12-10
testing: use conventional comments for exported internal funcs & structs
vovapi
2019-12-10
runtime: use MRS instruction to read system registers on freebsd/arm64
Tobias Klauser
2019-12-10
net/http: await state traces earlier in TestServerConnState
Bryan C. Mills
2019-12-10
net/http: fix timeout race in Transport proxy CONNECT
Brad Fitzpatrick
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2019-12-09
cmd/go: document 'go env GOMOD' outside modules
Jay Conrod
2019-12-09
cmd/link: fix imports problem in elf_test.go
Than McIntosh
2019-12-09
cmd/link: fix loadelf failed on MIPS family
Meng Zhuo
2019-12-09
runtime: use mprotect in sysMap for aix/ppc64
Clément Chigot
2019-12-09
net/http: don't wait indefinitely in Transport for proxy CONNECT response
Brad Fitzpatrick
2019-12-09
runtime/race: correct typo s/is/in
Muhammad Falak R Wani
2019-12-09
runtime: suggest more kernel options for mlock failure
Mark Pulford
2019-12-09
cmd/go: clarify -dropreplace help text in 'go help mod edit'
Jay Conrod
2019-12-09
runtime: mlock top of signal stack on both amd64 and 386
Austin Clements
2019-12-09
go/ast: fix a few incorrect "an" articles
Daniel Martí
2019-12-07
doc: add missing p in install from source page
Alberto Donizetti
2019-12-07
net/http: unflake TestTimeoutHandlerSuperfluousLogs
Emmanuel T Odeke
2019-12-06
crypto/tls: fix a typo in TLS handshake comment
Alex Harford
2019-12-06
cmd/go/internal/modcmd: loosen path validation in "go mod edit"
Bryan C. Mills
2019-12-06
cmd/go/internal/modload: revert duplicate path suppression in modload.ImportM...
Bryan C. Mills
2019-12-06
cmd/go: include cfg.BuildModReason in 'import lookup disabled' errors
Bryan C. Mills
2019-12-06
cmd/link: skip gaps between PT_LOAD segments in TestPIESize
Cherry Zhang
2019-12-06
cmd/go: avoid generating "malformed module path" errors for standard-library ...
Bryan C. Mills
2019-12-06
strings: fix nonexistent path in comment
po3rin
2019-12-06
cmd/go: reduce redundancy in direct mode lookup error messages
Jay Conrod
2019-12-06
os: skip a new failing test on Windows
Brad Fitzpatrick
[next]