aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2021-03-31[release-branch.go1.15] cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal
2021-03-31[release-branch.go1.15] cmd/link: avoid exporting all symbols on windows buil...Quim Muntal
2021-03-31[release-branch.go1.15] cmd/cgo: avoid exporting all symbols on windows build...Quim Muntal
2021-03-31[release-branch.go1.15] cmd/compile: disable shortcircuit optimization for in...Keith Randall
2021-03-25[release-branch.go1.15] cmd/link: generate trampoline for inter-dependent pac...Cherry Zhang
2021-03-25[release-branch.go1.15] cmd/go/internal/modfetch: detect and recover from mis...Jay Conrod
2021-03-10[release-branch.go1.15] cmd/go: don't report missing std import errors for ti...Jay Conrod
2021-03-01[release-branch.go1.15] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky
2021-03-01[release-branch.go1.15] cmd/compile: do not assume TST and TEQ set V on armJason A. Donenfeld
2021-02-02[release-branch.go1.15] cmd/internal/goobj2: fix buglet in object file readerThan McIntosh
2021-02-02[release-branch.go1.15] cmd/link/internal/ld/pe: fix segfault adding resource...Derek Parker
2021-02-02[release-branch.go1.15] cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-22[release-branch.go1.15] cmd/go: fix get_update_unknown_protocol testJay Conrod
2021-01-21[release-branch.go1.15] cmd/compile: don't short-circuit copies whose source ...Keith Randall
2021-01-20[release-branch.go1.15] cmd/go: fix mod_get_fallback testJay Conrod
2021-01-19[release-branch.go1.15-security] cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2021-01-16[release-branch.go1.15-security] cmd/go: add test case for cgo CC settingRuss Cox
2021-01-16[release-branch.go1.15-security] cmd/cgo: report exec errors a bit more clearlyRuss Cox
2021-01-16[release-branch.go1.15-security] cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2020-12-03[release-branch.go1.15] cmd/link: recompute heapPos after copyHeapCherry Zhang
2020-12-03[release-branch.go1.15] cmd/compile: sign extend consant folding properlyKeith Randall
2020-11-23[release-branch.go1.15] cmd/compile: do not emit an extra debug_line entry fo...Alessandro Arzilli
2020-11-16[release-branch.go1.15] cmd/go: permit CGO_LDFLAGS to appear in //go:ldflagIan Lance Taylor
2020-11-11[release-branch.go1.15-security] cmd/go: in cgoflags, permit -DX1, prohibit -...Ian Lance Taylor
2020-11-11[release-branch.go1.15-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor
2020-10-29[release-branch.go1.15] cmd/go/internal/modfetch: drop gopkg.in/russross/blac...Tobias Klauser
2020-10-27[release-branch.go1.15] cmd/compile: fix storeType to handle pointers to go:n...Keith Randall
2020-10-27[release-branch.go1.15] cmd/compile, runtime: store pointers to go:notinheap ...Keith Randall
2020-10-23[release-branch.go1.15] cmd/{compile,link}: backport fix for issue 39757Than McIntosh
2020-10-14[release-branch.go1.15] cmd/compile: fix left shift constant folding ruleKeith Randall
2020-10-12[release-branch.go1.15] cmd/compile: export notinheap annotation to object fileKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: propagate go:notinheap implicitlyKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: make go:notinheap error message friendli...Keith Randall
2020-10-09[release-branch.go1.15] cmd/cgo: use go:notinheap for anonymous structsKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: allow aliases to go:notinheap typesKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: don't allow go:notinheap on the heap or ...Keith Randall
2020-10-09[release-branch.go1.15] cmd/compile: make Haspointers a method instead of a f...Keith Randall
2020-10-08[release-branch.go1.15] cmd/cgo: add more architectures to size mapsIan Lance Taylor
2020-10-07[release-branch.go1.15] cmd/go: relax version's error on unexpected flagsDaniel Martí
2020-10-06[release-branch.go1.15] cmd/addr2line: don't assume that GOROOT_FINAL is cleanBryan C. Mills
2020-10-05[release-branch.go1.15] cmd/compile: fix live variable computation for deferr...Keith Randall
2020-10-01[release-branch.go1.15] cmd/compile: prevent 387+float32+pie from clobbering ...Keith Randall
2020-09-10[release-branch.go1.15] cmd/internal/obj: fix inline marker issue on s390xMichael Munday
2020-09-03[release-branch.go1.15] cmd/compile, runtime: mark R12 clobbered for write ba...Cherry Zhang
2020-09-03[release-branch.go1.15] cmd/internal/obj: stop removing NOPs from instruction...Keith Randall
2020-09-03[release-branch.go1.15] cmd/internal/obj/ppc64: don't remove NOP in assemblerLynn Boger
2020-09-02[release-branch.go1.15] cmd/test2json: do not emit a final Action if the resu...Bryan C. Mills
2020-09-02[release-branch.go1.15] cmd/go/internal/test: keep looking for go command fla...Bryan C. Mills
2020-09-01[release-branch.go1.15] testing: treat PAUSE lines as changing the active tes...Bryan C. Mills