index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
Age
Commit message (
Expand
)
Author
2023-02-13
cmd/internal/cov: fix typo in readcovdata.go
Ikko Eltociear Ashimine
2023-02-10
cmd/internal/cov: fix misuse of bufio.Reader.Read in read helper
Than McIntosh
2023-02-07
runtime: use explicit NOFRAME on darwin/amd64
qmuntal
2023-02-06
cmd/internal/obj: flag init functions in object file
Than McIntosh
2023-02-06
cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64
Guoqi Chen
2023-02-02
internal/testenv: avoid rebuilding all of std in WriteImportcfg
Bryan C. Mills
2023-01-31
cmd/internal/obj/x86: use mov instead of lea to load the frame pointer
qmuntal
2023-01-31
cmd/internal/obj/x86: use push/pop instead of mov to store/load FP
qmuntal
2023-01-30
all: fix problematic comments
cui fliter
2023-01-30
cmd/internal/obj: drop Filesym from DwarfAbstractFunc
Michael Pratt
2023-01-30
cmd/compile,cmd/link: set DW_AT_decl_line for function declarations
Michael Pratt
2023-01-30
cmd/asm: reject avx512 .Z instructions without a mask register
Keith Randall
2023-01-26
Revert "runtime: use explicit NOFRAME on darwin/amd64"
Quim Muntal
2023-01-26
runtime: use explicit NOFRAME on darwin/amd64
qmuntal
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2023-01-24
all: fix some comments
cui fliter
2023-01-24
archive: error check when parse archive
James Yang
2023-01-23
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386
qmuntal
2023-01-20
cmd/internal/obj/s390x, runtime: fix breakpoint in s390x
Srinivas Pokala
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-19
cmd/internal/obj/riscv: add check for invalid shift amount input
Wayne Zuo
2023-01-19
cmd/internal/osinfo: report Node.js version
Dmitri Shuralyov
2023-01-17
cmd/dist: make toolchain build reproducible
Russ Cox
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2022-12-05
cmd/asm: improve assembler error messages
Keith Randall
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-18
runtime,cmd/link: increase stack guard space when building with -race
Keith Randall
2022-11-18
cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aix
Tobias Klauser
2022-11-18
cmd/internal/obj/arm64: tidy literal pool
eric fang
2022-11-18
cmd/internal/obj/arm64: mark branch instructions in optab
eric fang
2022-11-16
cmd/internal/obj/ppc64: add ISA 3.1B opcodes
Paul E. Murphy
2022-11-15
cmd/internal/goobj: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-15
cmd/internal/archive: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-15
cmd/internal/obj: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-15
cmd/internal/moddeps: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-14
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64
qmuntal
2022-11-11
all: fix problematic comments
cui fliter
2022-11-10
cmd/internal/obj: reduce allocations in object file writing
Cherry Mui
2022-11-10
cmd/internal/obj: adjust (*Link).AllPos comment in inl.go
David Chase
2022-11-09
cmd/go: print test2json start events
Russ Cox
2022-11-09
all: add missing copyright header
cui fliter
2022-11-03
cmd/link: support PPC64 prefixed relocations for power10
Paul E. Murphy
2022-10-31
cmd/compile: add ability to indicate 'concurrentOk' for debug flags
David Chase
2022-10-31
cmd/internal/obj: cleanup linkgetlineFromPos
Michael Pratt
2022-10-28
cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset)
eric fang
2022-10-27
runtime: add wasm bulk memory operations
Garet Halliday
2022-10-27
cmd/internal/obj/arm64: remove AMOVBU from optab
erifan01
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
2022-10-26
cmd/internal/obj/ppc64: generate big uint32 values in register
Paul E. Murphy
2022-10-26
cmd: remove redundant _
cui fliter
[next]