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
2021-01-27
[release-branch.go1.16] go1.16rc1
go1.16rc1
Alexander Rakoczy
2021-01-27
api/go1.16: add go/build/constraint APIs
Alexander Rakoczy
2021-01-27
crypto/x509: remove leftover CertificateRequest field
Roland Shoemaker
2021-01-27
runtime: make sure to remove open-coded defer entries in all cases after a re...
Dan Scales
2021-01-27
runtime: block console ctrlhandler when the signal is handled
Nuno Cruces
2021-01-27
cmd/go: skip issue33139 when the 'cc' script command is unavailable
Nehal J Wani
2021-01-27
runtime: switch runtime to libc for openbsd/arm64
Joel Sing
2021-01-27
runtime: convert openbsd/arm64 locking to libc
Joel Sing
2021-01-27
syscall: clean up mkasm related changes
Joel Sing
2021-01-27
doc/go1.16: fix closing brace in .Export format
Ryuji Iwata
2021-01-27
math: fix typo in sqrt.go code comment
Paul Davis
2021-01-26
runtime,syscall: convert syscall on openbsd/amd64 to libc
Joel Sing
2021-01-26
os: further document limitations around naked file descriptors
Victor Michel
2021-01-26
os: correct names in CreateTemp and MkdirTemp doc comments
Ian Lance Taylor
2021-01-26
net/http/fcgi: remove locking added to prevent a test-only race
Hilko Bengen
2021-01-25
doc/go1.16: mention os.DirFS in os section
Ian Lance Taylor
2021-01-25
cmd/compile: fix order-of-assignment issue w/ defers
Matthew Dempsky
2021-01-25
doc/go1.16: mention os.DirEntry and types moved from os to io/fs
Ian Lance Taylor
2021-01-25
doc/go1.16: mention new testing/iotest functions
Ian Lance Taylor
2021-01-25
doc/go1.16: mention deprecation of io/ioutil
Ian Lance Taylor
2021-01-25
doc/go1.16: mention go/build changes
Ian Lance Taylor
2021-01-25
html/template: revert "avoid race when escaping updates template"
Ian Lance Taylor
2021-01-25
cmd/go: fix TestScript/cgo_path, cgo_path_space when CC set
Jay Conrod
2021-01-25
doc/asm: add a section on go_asm.h, clean up go_tls.h section
Austin Clements
2021-01-25
lib/time, time/tzdata: update tzdata to 2021a
Tobias Klauser
2021-01-25
os: force consistent mtime before running fstest on directory on Windows
Jason A. Donenfeld
2021-01-25
doc/go1.16: fix WalkDir and Walk links
Tobias Klauser
2021-01-23
doc/go1.16: add crypto/x509 memory optimization
Brad Fitzpatrick
2021-01-23
doc/go1.16: reword ambiguously parsable sentence
Brad Fitzpatrick
2021-01-23
cmd/internal/obj/arm64: fix VMOVQ instruction encoding error
eric fang
2021-01-23
runtime: restore cgo_import_dynamic for libc.so on openbsd
Joel Sing
2021-01-22
io/ioutil: fix example test for WriteFile to allow it to run in the playground
Pantonshire
2021-01-22
runtime: define dummy msanmove
Cherry Zhang
2021-01-22
runtime: check for g0 stack last in signal handler
Cherry Zhang
2021-01-22
cmd/go: don't lookup the path for CC when invoking cgo
Jay Conrod
2021-01-22
runtime: switch runtime to libc for openbsd/amd64
Joel Sing
2021-01-22
cmd/go: add documentation for test and xtest fields output by go list
Michael Matloob
2021-01-22
runtime: remove pthread_kill/pthread_self for openbsd
Joel Sing
2021-01-22
runtime: fix typo in mgcscavenge.go
Ikko Ashimine
2021-01-22
net/http: fix flaky TestDisableKeepAliveUpgrade
Damien Neil
2021-01-22
time: clarify Timer.Reset behavior on AfterFunc Timers
Brad Fitzpatrick
2021-01-22
doc/go1.16: mention net/http.Transport.GetProxyConnectHeader
Ian Lance Taylor
2021-01-22
doc/go1.16: mention path/filepath.WalkDir
Ian Lance Taylor
2021-01-22
doc/go1.16: mention syscall.AllThreadsSyscall
Ian Lance Taylor
2021-01-21
doc/go1.16: add notes about package-specific fs.FS changes
Ian Lance Taylor
2021-01-21
doc/go1.16: minor formatting fix
Austin Clements
2021-01-21
doc/go1.16: mention new debug/elf constants
Ian Lance Taylor
2021-01-21
cmd/go: overwrite program name with full path
Roland Shoemaker
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2021-01-21
cmd/go: add test case for cgo CC setting
Russ Cox
[next]