aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2023-02-13cmd/internal/cov: fix typo in readcovdata.goIkko Eltociear Ashimine
2023-02-10cmd/internal/cov: fix misuse of bufio.Reader.Read in read helperThan McIntosh
2023-02-07runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-02-06cmd/internal/obj: flag init functions in object fileThan McIntosh
2023-02-06cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64Guoqi Chen
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2023-01-31cmd/internal/obj/x86: use mov instead of lea to load the frame pointerqmuntal
2023-01-31cmd/internal/obj/x86: use push/pop instead of mov to store/load FPqmuntal
2023-01-30all: fix problematic commentscui fliter
2023-01-30cmd/internal/obj: drop Filesym from DwarfAbstractFuncMichael Pratt
2023-01-30cmd/compile,cmd/link: set DW_AT_decl_line for function declarationsMichael Pratt
2023-01-30cmd/asm: reject avx512 .Z instructions without a mask registerKeith Randall
2023-01-26Revert "runtime: use explicit NOFRAME on darwin/amd64"Quim Muntal
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-24all: fix some commentscui fliter
2023-01-24archive: error check when parse archiveJames Yang
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-19cmd/internal/obj/riscv: add check for invalid shift amount inputWayne Zuo
2023-01-19cmd/internal/osinfo: report Node.js versionDmitri Shuralyov
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox
2023-01-09all: fix typos in go file commentsMarcel Meyer
2022-12-05cmd/asm: improve assembler error messagesKeith Randall
2022-11-18all: add missing periods in commentscui fliter
2022-11-18runtime,cmd/link: increase stack guard space when building with -raceKeith Randall
2022-11-18cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aixTobias Klauser
2022-11-18cmd/internal/obj/arm64: tidy literal pooleric fang
2022-11-18cmd/internal/obj/arm64: mark branch instructions in optaberic fang
2022-11-16cmd/internal/obj/ppc64: add ISA 3.1B opcodesPaul E. Murphy
2022-11-15cmd/internal/goobj: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-15cmd/internal/archive: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-15cmd/internal/obj: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-15cmd/internal/moddeps: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-14runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64qmuntal
2022-11-11all: fix problematic commentscui fliter
2022-11-10cmd/internal/obj: reduce allocations in object file writingCherry Mui
2022-11-10cmd/internal/obj: adjust (*Link).AllPos comment in inl.goDavid Chase
2022-11-09cmd/go: print test2json start eventsRuss Cox
2022-11-09all: add missing copyright headercui fliter
2022-11-03cmd/link: support PPC64 prefixed relocations for power10Paul E. Murphy
2022-10-31cmd/compile: add ability to indicate 'concurrentOk' for debug flagsDavid Chase
2022-10-31cmd/internal/obj: cleanup linkgetlineFromPosMichael Pratt
2022-10-28cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset)eric fang
2022-10-27runtime: add wasm bulk memory operationsGaret Halliday
2022-10-27cmd/internal/obj/arm64: remove AMOVBU from optaberifan01
2022-10-26testing: fix many test2json inaccuraciesRuss Cox
2022-10-26cmd/internal/obj/ppc64: generate big uint32 values in registerPaul E. Murphy
2022-10-26cmd: remove redundant _cui fliter