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
2021-03-10
[release-branch.go1.16] cmd/go: clarify errors for commands run outside a module
Jay Conrod
2021-03-10
[release-branch.go1.16] cmd/go: don't report missing std import errors for ti...
Jay Conrod
2021-03-10
[release-branch.go1.16] all: merge release-branch.go1.16-security into releas...
Katie Hockman
2021-03-09
[release-branch.go1.16-security] archive/zip: fix panic in Reader.Open
Roland Shoemaker
2021-03-09
[release-branch.go1.16-security] encoding/xml: prevent infinite loop while de...
Katie Hockman
2021-03-03
[release-branch.go1.16] cmd: upgrade golang.org/x/mod to relax import path check
Jay Conrod
2021-03-03
[release-branch.go1.16] cmd/go/internal/modload: don't query when fixing cano...
Jay Conrod
2021-03-03
[release-branch.go1.16] cmd: upgrade golang.org/x/mod to fix go.mod parser
Jay Conrod
2021-03-01
[release-branch.go1.16] cmd/go: add missing newline to retraction warning mes...
Jordan Liggitt
2021-03-01
[release-branch.go1.16] cmd/link: handle types as converted to interface when...
Cherry Zhang
2021-03-01
[release-branch.go1.16] cmd/compile: fix escape analysis of heap-allocated re...
Matthew Dempsky
2021-03-01
[release-branch.go1.16] time: correct unusual extension string cases
Ian Lance Taylor
2021-03-01
[release-branch.go1.16] syscall: do not overflow key memory in GetQueuedCompl...
Jason A. Donenfeld
2021-03-01
[release-branch.go1.16] cmd/go: fix version validation in 'go mod edit -exclude'
Bryan C. Mills
2021-03-01
[release-branch.go1.16] cmd/compile: fix mishandling of unsafe-uintptr argume...
Cuong Manh Le
2021-03-01
[release-branch.go1.16] cmd/compile: fix panic in DWARF-gen handling obfuscat...
Than McIntosh
2021-03-01
[release-branch.go1.16] cmd/compile: declare inlined result params early for ...
Matthew Dempsky
2021-02-25
[release-branch.go1.16] syscall: add explicit ios build tag
Ian Lance Taylor
2021-02-18
[release-branch.go1.16] runtime/cgo: add cast in C code to avoid C compiler w...
Ian Lance Taylor
2021-02-16
runtime/metrics: update documentation to current interface
Branden J Brown
2021-02-16
internal/poll: netpollcheckerr before sendfile
Wei Fu
2021-02-16
doc: remove all docs not tied to distribution
Russ Cox
2021-02-16
internal/poll: if copy_file_range returns 0, assume it failed
Ian Lance Taylor
2021-02-15
cmd/go: provide a more helpful suggestion for "go vet -?"
Rob Pike
2021-02-13
cmd/link: fix typo in link_test.go
Ikko Ashimine
2021-02-11
cmd/go: multiple small 'go help' fixes
Jay Conrod
2021-02-11
cmd/go: reject embedded files that can't be packed into modules
Russ Cox
2021-02-11
io/fs: allow backslash in ValidPath, reject in os.DirFS.Open
Russ Cox
2021-02-10
cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHOD
Cherry Zhang
2021-02-09
cmd/go: suppress errors from 'go get -d' for packages that only conditionally...
Bryan C. Mills
2021-02-09
archive/tar: detect out of bounds accesses in PAX records resulting from padd...
Emmanuel T Odeke
2021-02-09
runtime/metrics: fix a couple of documentation typpos
Ian Lance Taylor
2021-02-09
io/fs: backslash is always a glob meta character
Ian Lance Taylor
2021-02-08
runtime/metrics: fix panic in readingAllMetric example
Changkun Ou
2021-02-08
syscall/plan9: remove spooky fd action at a distance
Ori Bernstein
2021-02-05
embed, io/fs: clarify that leading and trailing slashes are disallowed
Jay Conrod
2021-02-05
testing/fstest: avoid symlink-induced failures in tester
Russ Cox
2021-02-04
runtime: fix typo in histogram.go
Ikko Ashimine
2021-02-03
math/big: fix comment in divRecursiveStep
Katie Hockman
2021-02-02
cmd/link: don't decode type symbol in shared library in deadcode
Cherry Zhang
2021-02-02
cmd/link: fix off-by-1 error in findShlibSection
Cherry Zhang
2021-02-01
cmd/link: disable TestPIESize if CGO isn't enabled
Nehal J Wani
2021-01-29
embed: update docs for proposal tweaks
Ian Lance Taylor
2021-01-29
runtime: document pointer write atomicity for memclrNoHeapPointers
Cherry Zhang
2021-01-28
syscall: generate readlen/writelen for openbsd libc
Joel Sing
2021-01-28
cmd/go: revert TestScript/build_trimpath to use ioutil.ReadFile
Bryan C. Mills
2021-01-28
runtime: correct syscall10/syscall10X on openbsd/amd64
Joel Sing
2021-01-28
runtime,syscall: convert syscall on openbsd/arm64 to libc
Joel Sing
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
[next]