aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2022-07-06[release-branch.go1.17] cmd/compile: allow 128-bit values to be spilledKeith Randall
2022-07-06[release-branch.go1.17] cmd/go: pass --no-decorate when listing git tags for ...hidu
2022-06-29[release-branch.go1.17] cmd/dist: test cgo internal linking on darwin-arm64Cherry Mui
2022-06-29[release-branch.go1.17] cmd/dist: skip internal linking tests on arm64Benny Siegert
2022-05-23[release-branch.go1.17] cmd/dist: consistently set PWD when executing a comma...Bryan C. Mills
2022-05-10[release-branch.go1.17] cmd/objdump: skip TestDisasm* on darwin-arm64Heschi Kreinick
2022-05-09[release-branch.go1.17] cmd/compile: drop column info when line number saturatesKeith Randall
2022-04-04[release-branch.go1.17] cmd/link: mark unexported methods for pluginsCherry Mui
2022-03-03[release-branch.go1.17] cmd/go: avoid +incompatible major versions if a go.mo...Bryan C. Mills
2022-02-18[release-branch.go1.17] cmd/compile: correct type of pointer difference on RI...Cherry Mui
2022-02-07[release-branch.go1.17] cmd/link: force eager binding when using plugins on d...Cherry Mui
2022-02-07[release-branch.go1.17] cmd/go/internal/modfetch: do not short-circuit canoni...Bryan C. Mills
2022-02-07[release-branch.go1.17] cmd/compile: remove incorrect arm,arm64 CMP->CMN tran...David Chase
2022-02-07[release-branch.go1.17] cmd/compile: don't elide extension for LoadReg to FP ...Cherry Mui
2022-02-07[release-branch.go1.17] cmd/internal/obj/x86: modify the threshold of assert ...zhouguangyuan
2022-02-07[release-branch.go1.17] cmd/go: remove mercurial from bitbucket vcs optionsEthan Anderson
2022-01-05[release-branch.go1.17] cmd/link: use SHT_INIT_ARRAY for .init_array sectionIan Lance Taylor
2021-12-21[release-branch.go1.17] cmd/compile: avoid adding LECall to the entry block w...hanpro
2021-12-21[release-branch.go1.17] all: update vendored golang.org/x/crypto for cryptoby...Filippo Valsorda
2021-12-02[release-branch.go1.17] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-11-24[release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...Dan Scales
2021-11-24[release-branch.go1.17] cmd/compile: fix fuse pass to do CFG surgery correctlyKeith Randall
2021-11-22[release-branch.go1.17] cmd/go: forward the MallocNanoZone variable to script...Bryan C. Mills
2021-11-10[release-branch.go1.17] cmd/link: don't use label symbol for absolute address...Cherry Mui
2021-11-09[release-branch.go1.17] cmd/go: fix mod_get_directCuong Manh Le
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