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-06
runtime: give useful failure message on mlock failure
Austin Clements
2019-12-06
sync: deflake TestWaitGroupMisuse3
Ian Lance Taylor
2019-12-06
all: fix most of the remaining windows -d=checkptr violations
Alex Brainman
2019-12-06
go/types: print package path in error messages if package name is not unique
Robert Griesemer
2019-12-06
cmd/go: fix check for -Wp,-U in cgo CFLAGS
Tobias Klauser
2019-12-06
runtime: add Gosched to TestSelectStackAdjust loop
Ian Lance Taylor
2019-12-06
cmd/compile: mark empty block preemptible
Cherry Zhang
2019-12-06
cmd/compile: don't fuse branches with side effects
Cherry Zhang
2019-12-05
doc/go1.14: document freebsd/arm64 port
Tobias Klauser
2019-12-05
cmd/go: print newline after GOOS/GOARCH error
Rhys Hiltner
2019-12-05
cmd/go: include imports in 'go list -e' output even after parse errors
Jay Conrod
2019-12-05
os: reset dirinfo when seeking on Darwin
Keith Randall
2019-12-05
cmd/go: test that 'go list -e -mod=readonly' reports errors correctly
Jay Conrod
2019-12-05
doc: add CherryPickApproved filter to Release History links
Dmitri Shuralyov
2019-12-05
cmd/go: delete TestGetFileURL temporary file
Meng Zhuo
2019-12-05
src/go.mod: sync golang.org/x/net with h2_bundle.go
Filippo Valsorda
2019-12-05
runtime: remove comment about gcCopySpans()
Johan Jansson
2019-12-05
testing: fix testing docs
taisa
2019-12-05
cmd/link: when changing to Segrelrodata, reset datsize
Ian Lance Taylor
2019-12-05
runtime: mlock top of signal stack on Linux 5.2–5.4.1
Austin Clements
2019-12-05
runtime: add a simple version number parser
Austin Clements
2019-12-04
cmd/go: fix list_constraints test on non-amd64 platforms
Jay Conrod
2019-12-04
go/build: don't include imports from cgo files when CGO_ENABLED=0
Jay Conrod
2019-12-04
math/rand: update comment to avoid use of ^ for exponentiation
Brad Fitzpatrick
2019-12-04
doc: fix typo in Go 1.12.14 document
Carlos Amedee
2019-12-04
doc: document Go 1.13.5
Carlos Amedee
2019-12-04
doc: document Go 1.12.14
Carlos Amedee
2019-12-04
cmd/objdump: reference tracking bug in TestDisasmCode skip message
Tobias Klauser
2019-12-03
runtime: convert page allocator bitmap to sparse array
Michael Anthony Knyszek
2019-12-03
cmd/vet: honor analyzer flags when running vet outside $GOROOT/src
Xiangdong Ji
2019-12-03
runtime: treat call from runtime as transient in TestDebugCall
Ian Lance Taylor
2019-12-02
runtime: use current P's race context in timer code
Ian Lance Taylor
2019-12-02
os/exec: document that cmd.Start() sets the Process field
Günther Noack
2019-12-02
cmd/link: additional fixes for -newobj and "ld -r" ELF host objects
Than McIntosh
2019-12-02
cmd/compile: declare with type for fmtMode constant
Tao Qingyun
2019-12-02
time: fix comment in test
Xudong Zhang
2019-11-28
runtime: on plan9 don't return substitute address for sysReserve
Richard Miller
2019-11-27
runtime: ready scavenger without next
Michael Anthony Knyszek
2019-11-27
cmd/go/internal/modget: synchronize writes to modOnly map in runGet
Carlos Amedee
2019-11-27
cmd/go: enable -x in go mod download
Hana (Hyang-Ah) Kim
2019-11-27
doc: add section on resolving packages to module reference doc
Jay Conrod
2019-11-27
runtime: reset scavenge address in scavengeAll
Michael Anthony Knyszek
2019-11-27
net/http: update bundled x/net/http2
Brad Fitzpatrick
2019-11-27
doc: clarify interaction of ioutil.WriteFile with umask
Mostyn Bramley-Moore
2019-11-27
runtime: print more information on stack overflow
Cherry Zhang
2019-11-27
cmd/internal/obj: mark split-stack prologue nonpreemptible
Cherry Zhang
2019-11-27
cmd/internal/obj, runtime: use register map to mark unsafe points
Cherry Zhang
2019-11-26
doc: add section on GOPROXY protocol to module reference doc
Jay Conrod
2019-11-26
cmd: update golang.org/x/mod and vendor
Jay Conrod
2019-11-26
runtime: disable async preemption on darwin/arm(64) if no cgo
Cherry Zhang
[prev]
[next]