aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2021-10-28[release-branch.go1.17] cmd/go: update for //go:build linesRuss Cox
2021-10-28[release-branch.go1.17] cmd/link: increase reserved space for passing env on ...Richard Musiol
2021-10-28[release-branch.go1.17] cmd/link: disable weak reference in itab if build wit...zhouguangyuan
2021-10-27[release-branch.go1.17] cmd/compile: ensure constant shift amounts are in ran...Keith Randall
2021-10-27[release-branch.go1.17] cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-10-07[release-branch.go1.17] misc/wasm, cmd/link: do not let command line args ove...Michael Knyszek
2021-10-06[release-branch.go1.17] cmd/compile: fold handling OCONV logic to separate fu...Cuong Manh Le
2021-09-28[release-branch.go1.17] cmd/go: write go.mod requirements more consistently f...Jay Conrod
2021-09-08[release-branch.go1.17] cmd/go/internal/modload: scan dependencies of root pa...Bryan C. Mills
2021-09-01[release-branch.go1.17] cmd/go: ensure 'go get -u' can upgrade pruned (1.17+)...Jay Conrod
2021-09-01[release-branch.go1.17] cmd/link: do not use GO_LDSO when cross compileCherry Mui
2021-09-01[release-branch.go1.17] cmd/compile: allow embed into any byte slice typeKeith Randall
2021-09-01[release-branch.go1.17] cmd/compile: fix method expression lookup during importCuong Manh Le
2021-08-11src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky
2021-08-10doc: use "high address/low address" instead of "top/bottom"fanzha02
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-07-28cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod
2021-07-27cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod
2021-07-27cmd/go: add missing flag in UsageLine180909
2021-07-26cmd/vet: add missing copyright header180909
2021-07-22cmd/compile: do not change field offset in ABI analysisCherry Mui
2021-07-20cmd/go: don't add C compiler ID to hash for standard libraryIan Lance Taylor
2021-07-19cmd/compile: fix off-by-one error in traceback argument countingCherry Mui
2021-07-19cmd/compile: fix typo in fatal message of builtinCallLeonard Wang
2021-07-19cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-15cmd/go: update error messages in tests to match CL 332573Bryan C. Mills
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-07-14cmd/go: change link in error message from /wiki to /doc.Bryan C. Mills
2021-07-13cmd/go: remove a duplicated word from 'go help mod graph'Bryan C. Mills
2021-07-08Update oudated commentmakdon
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-07-07cmd/compile: optimize types.sconvMatthew Dempsky
2021-07-07cmd/compile: extract pkgqual from symfmtMatthew Dempsky
2021-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-07cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is presentBryan C. Mills
2021-07-07cmd/go/internal/modload: remove unused functionsBryan C. Mills
2021-07-07cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills
2021-07-02cmd/dist: correct comment: SysProcAttri -> SysProcAttrkomisan19
2021-07-01cmd/compile: fix bug in dwarf-gen var location generationThan McIntosh
2021-07-01cmd/go: add a regression test for 'go mod vendor' path traversalBryan C. Mills
2021-07-01cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod ven...Yasuhiro Matsumoto
2021-07-01cmd/compile: make stack value size threshold comparisons consistentgo101
2021-07-01cmd/compile: fix typos in documentfanzha02
2021-06-30cmd/dist: pass -Wno-unknown-warning-option in swig_callback_ltoIan Lance Taylor
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le
2021-06-29cmd/internal/obj/arm64: fix an encoding error of CMPW instructioneric fang
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-28cmd/go: add GOEXPERIMENT to `go env` outputMatthew Dempsky
2021-06-28cmd/go: prep for 'go env' refactoringMatthew Dempsky
2021-06-28cmd/link/internal/ld: skip the windows ASLR test when CGO_ENABLED=0hao