aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2021-12-09Revert "[release-branch.go1.16] cmd/link: support more load commands on Mach-O"Alex Rakoczy
2021-12-02[release-branch.go1.16] cmd/link: support more load commands on Mach-OCherry Zhang
2021-12-02[release-branch.go1.16] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-11-22[release-branch.go1.16] cmd/go: forward the MallocNanoZone variable to script...Bryan C. Mills
2021-11-09[release-branch.go1.16] cmd/go: fix mod_get_directCuong Manh Le
2021-10-28[release-branch.go1.16] cmd/link: increase reserved space for passing env on ...Richard Musiol
2021-10-27[release-branch.go1.16] cmd/compile: ensure constant shift amounts are in ran...Keith Randall
2021-10-27[release-branch.go1.16] cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-10-07[release-branch.go1.16] misc/wasm, cmd/link: do not let command line args ove...Michael Knyszek
2021-08-03[release-branch.go1.16] cmd/go: use path.Dir instead of filepath.Dir for pack...Yasuhiro Matsumoto
2021-08-02[release-branch.go1.16] cmd/go: remove hint when no module is suggestedConstantin Konstantinidis
2021-08-02[release-branch.go1.16] cmd/compile: mark R16, R17 clobbered for non-standard...Cherry Zhang
2021-08-02[release-branch.go1.16] cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-08-02[release-branch.go1.16] cmd/go/internal/load: always set IsImportCycle when i...Roland Shoemaker
2021-06-29[release-branch.go1.16] cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-06-02[release-branch.go1.16] cmd/go: error out of 'go mod tidy' if the go version ...Bryan C. Mills
2021-06-02[release-branch.go1.16] cmd/go: use a real Go version in the go.mod files in ...Bryan C. Mills
2021-06-02[release-branch.go1.16] cmd/go: in 'go mod download' without args, don't save...Jay Conrod
2021-06-02[release-branch.go1.16] cmd/link/internal: fix use of DynlinkingGo with ppc64...Lynn Boger
2021-05-21[release-branch.go1.16] cmd/link: don't cast end address to int32Cherry Mui
2021-05-20[release-branch.go1.16] cmd/link: disable plugin support if cgo is disabledPaul E. Murphy
2021-05-04[release-branch.go1.16] cmd/compile: fix ANDI/SRWI merge on ppc64Paul E. Murphy
2021-03-31[release-branch.go1.16] cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin
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-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-12[release-branch.go1.16] cmd/go: fix godoc formatting for text from 'go help i...Jay Conrod
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-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] 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-16doc: remove all docs not tied to distributionRuss Cox
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-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-02cmd/link: don't decode type symbol in shared library in deadcodeCherry Zhang
2021-02-02cmd/link: fix off-by-1 error in findShlibSectionCherry Zhang