aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
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
2022-10-21crypto/sha256, cmd/internal/notsha256: improve PPC64 sha256Paul E. Murphy
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-10-06all: remove redundant type conversioncui fliter
2022-10-05cmd/internal/obj/arm64: add missing operand register in GNU assemblyshaoliming
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-10-04cmd/cgo, cmd/compile, cmd/link: remove old style build tagsRuss Cox
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-10-01cmd/internal/obj: hoist constant slice out of function called in loopDavid Chase
2022-09-30all: use "unix" build tag where appropriateTobias Klauser
2022-09-30all: omit comparison bool constant to simplify codecui fliter
2022-09-30Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags"Than McIntosh
2022-09-30cmd/cgo, cmd/compile, cmd/link: remove old style build tagsTobias Klauser