aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2021-05-14cmd/go/internal/load: override Package.Root in module modeManlio Perillo
2021-05-14cmd/go: fix a portability issue in the cd script commandManlio Perillo
2021-05-14cmd/go: fix spacing in help text of -overlay flagBen Hoyt
2021-05-14cmd/internal/obj/arm64: disable AL and NV for some condition operation instru...eric fang
2021-05-13cmd/link: always mark runtime.unreachableMethod symbolCherry Mui
2021-05-13cmd/link: resolve ABI alias for runtime.unreachableMethodCherry Mui
2021-05-13cmd/go: permit .tbd files as a linker flagKevin Albertson
2021-05-13cmd/go: be less strict about go version syntax in dependency go.mod filesRuss Cox
2021-05-13cmd/compile/internal/dwarfgen: fix DWARF param DIE orderingThan McIntosh
2021-05-13cmd/vendor: update golang.org/x/sys to latestTobias Klauser
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-12cmd/go/internal/modload: in updateLazyRoots, do not require the main module e...Bryan C. Mills
2021-05-12cmd/compile/abi-internal.md: fix table formatCherry Mui
2021-05-12cmd/compile: add arch-specific inlining for runtime.memmoveRuslan Andreev
2021-05-12cmd/link: check mmap errorCherry Mui
2021-05-12cmd/link: don't cast end address to int32Cherry Mui
2021-05-12cmd/go/testdata/script: fix test failing on nocgo buildersManlio Perillo
2021-05-11cmd/go: ignore implicit imports when the -find flag is setManlio Perillo
2021-05-10cmd/internal/objfile: add objabi.SNOPTRDATA to "D"Tao Qingyun
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-05-10go/build: include files with parse errors in GoFiles and other listsJay Conrod
2021-05-10cmd/go: include packages with InvalidGoFiles when filtering main packagesBryan C. Mills
2021-05-10cmd/go: add a test that reproduces #45827Bryan C. Mills
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
2021-05-09cmd/compile: make non-concurrent compiles deterministic againMatthew Dempsky
2021-05-08cmd/compile: manage Slot array betterDavid Chase
2021-05-08cmd/vendor: upgrade pprof to latestAlberto Donizetti
2021-05-08cmd/compile: remove bit operations that modify memory directlyKeith Randall
2021-05-07cmd/compile: improving the documentation of various fields and functionsDan Scales
2021-05-07cmd/internal/obj: consolidate MOVB cases with other MOV ops on ppc64Paul E. Murphy
2021-05-07cmd/link: don't include arginfo symbols in symbol tableCherry Mui
2021-05-07cmd/compile/internal/types2: add test case for issue 45985Robert Griesemer
2021-05-07go/types,cmd/compile/internal/types2: unskip std and cmd in TestStdlibRob Findley
2021-05-06cmd/link: split large text sections on Darwin/ARM64 when external linkingCherry Mui
2021-05-06cmd/compile: fix intrinsic setting for mul64, add64 on ppc64leLynn Boger
2021-05-06cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-05-05cmd/compile/internal/types2: fix potential bugs in santitizer passRobert Griesemer
2021-05-05cmd/compile: do not substitute OGOTO inside a closure when inliningCuong Manh Le
2021-05-05cmd/go: spot-check the explicit requirements of root module dependencies when...Bryan C. Mills
2021-05-05cmd/go: skip TestExecInDeletedDir on aix and solaris-based platformsBryan C. Mills
2021-05-05cmd/compile/internal/types2: make TestManual work for directoriesRobert Griesemer
2021-05-05all: update vendored dependencies for Go 1.17Alexander Rakoczy
2021-05-05cmd/compile/internal/types2: implement types2.InstantiateRobert Griesemer
2021-05-05cmd/compile: debug trace output for -N variable location genThan McIntosh
2021-05-05cmd/compile: handle degenerate entry blocks in -N debug genThan McIntosh
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-05-05cmd/go.sum: remove untidy checksumsBryan C. Mills
2021-05-04cmd/go/internal/modload: only check root-promotion during tidy for lazy modulesBryan C. Mills
2021-05-04cmd/go: add a test that reproduces the internal error in #45952Bryan C. Mills