aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-05[release-branch.go1.16] runtime/pprof: skip tests for AIXClément Chigot
2021-05-04[release-branch.go1.16] syscall: syscall.AllThreadsSyscall signal handling fixesAndrew G. Morgan
2021-05-04[release-branch.go1.16] cmd/compile: fix ANDI/SRWI merge on ppc64Paul E. Murphy
2021-05-04[release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in expandFina...Michael Pratt
2021-04-30[release-branch.go1.16] archive/zip: only return directory once via io/fs.FSIan Lance Taylor
2021-04-28[release-branch.go1.16] std: update golang.org/x/net to 20210428183300-3f4a41...Katie Hockman
2021-04-12[release-branch.go1.16] time: use offset and isDST when caching zone from ext...Ian Lance Taylor
2021-03-31[release-branch.go1.16] cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin
2021-03-31[release-branch.go1.16] runtime: non-strict InlTreeIndex lookup in Frames.NextMichael Pratt
2021-03-31[release-branch.go1.16] cmd/compile: disable shortcircuit optimization for in...Keith Randall
2021-03-31[release-branch.go1.16] cmd/go: allow '+' in package import paths in module modeBryan C. Mills
2021-03-29[release-branch.go1.16] build: set GOPATH consistently in run.bash, run.bat, ...Russ Cox
2021-03-25[release-branch.go1.16] cmd/link: generate trampoline for inter-dependent pac...Cherry Zhang
2021-03-25[release-branch.go1.16] cmd/compile, cmd/link: dynamically export writable st...Cherry Zhang
2021-03-25[release-branch.go1.16] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod
2021-03-24[release-branch.go1.16] testing: update helperNames just before checking itTao Qingyun
2021-03-12[release-branch.go1.16] cmd/go: fix godoc formatting for text from 'go help i...Jay Conrod
2021-03-12[release-branch.go1.16] runtime, time: disable preemption in addtimerMichael Pratt
2021-03-10[release-branch.go1.16] cmd/go: clarify errors for commands run outside a moduleJay 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.OpenRoland 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 checkJay 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 parserJay 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 casesIan 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 tagIan 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-16runtime/metrics: update documentation to current interfaceBranden J Brown
2021-02-16internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-16doc: remove all docs not tied to distributionRuss Cox
2021-02-16internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor
2021-02-15cmd/go: provide a more helpful suggestion for "go vet -?"Rob Pike
2021-02-13cmd/link: fix typo in link_test.goIkko Ashimine
2021-02-11cmd/go: multiple small 'go help' fixesJay Conrod
2021-02-11cmd/go: reject embedded files that can't be packed into modulesRuss Cox
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2021-02-10cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang
2021-02-09cmd/go: suppress errors from 'go get -d' for packages that only conditionally...Bryan C. Mills
2021-02-09archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke
2021-02-09runtime/metrics: fix a couple of documentation typposIan Lance Taylor