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
Age
Commit message (
Expand
)
Author
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-02-17
cmd/api: add API checks for freebsd/riscv64
Dmitri Goutnik
2023-02-17
cmd/cgo: include seed string with -frandom-seed for lto
Morten Linderud
2023-02-17
cmd/api: add API checks for freebsd/arm64
Dmitri Goutnik
2023-02-17
Revert "cmd/compile: use ONAME node directly from generated hash func"
Matthew Dempsky
2023-02-17
cmd/compile: ensure constant folding of pointer arithmetic remains a pointer
Keith Randall
2023-02-16
cmd/link: don't switch to gold on ARM Linux
Ian Lance Taylor
2023-02-16
cmd/compile: ensure InitMem comes after Args
Keith Randall
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2023-02-16
cmd/compile: detect write barrier completion differently
Keith Randall
2023-02-16
cmd/compile: reorganize write barrier code a bit
Keith Randall
2023-02-15
cmd/compile: share compiler allocations of similar shapes
Keith Randall
2023-02-15
cmd/compile: schedule SP earlier
Keith Randall
2023-02-15
cmd/go: fuzz test splitPkgConfigOutput and fix minor bugs
Bryan C. Mills
2023-02-13
cmd/compile: fix wrong escape analysis for go/defer generic calls
Cuong Manh Le
2023-02-13
cmd/link/internal/ld: fix text section splitting for ARM
Than McIntosh
2023-02-13
cmd/internal/cov: fix typo in readcovdata.go
Ikko Eltociear Ashimine
2023-02-13
cmd/dist: use a copy of platform.BuildModeSupported
Ian Lance Taylor
2023-02-10
cmd/go: mod vendor: fixed checking for vendor directory
David Barshow
2023-02-10
cmd/go: handle escapes in pkg-config ldflags output
zlasd
2023-02-10
cmd/trace: fix error message for bad goroutine state transition
Nick Ripley
2023-02-10
cmd/compile/internal/pgo: fix hard-coded PGO sample data position
Frederic Branczyk
2023-02-10
vendor, cmd/vendor: update standard library dependencies
David Chase
2023-02-10
cmd/internal/cov: fix misuse of bufio.Reader.Read in read helper
Than McIntosh
2023-02-10
cmd/go: remove tests that assume lack of new versions of external modules
Bryan C. Mills
2023-02-10
cmd/dist: remove windows-amd64-2008 code path
qmuntal
2023-02-10
cmd/link: try libssp_nonshared.a when looking for "__stack_chk_fail_local"
Than McIntosh
2023-02-10
cmd/link: improve error for missing SDYNIMPORT support on mips/mips64
Than McIntosh
2023-02-09
go/types, types2: remove need to store type parameter list in unifier
Robert Griesemer
2023-02-09
go/types, types2: simplify unify.inferred signature
Robert Griesemer
2023-02-09
cmd/compile: disable inline static init optimization
Cuong Manh Le
2023-02-09
cmd/compile: remove reflectdata.AfterGlobalEscapeAnalysis
Cuong Manh Le
2023-02-09
cmd/compile/internal/staticinit: fix panic in interface conversion
Sung Yoon Whang
2023-02-09
cmd/go/internal/test: rewrite generate tests using the new maps package
Bryan C. Mills
2023-02-09
cmd/compile: remove constant arithmetic overflows during typecheck
Cuong Manh Le
2023-02-08
cmd/go/internal/test: refresh flagdefs.go and fix test
Bryan C. Mills
2023-02-08
cmd/compile: use MakeResult in empty MakeSlice elimination
Jorropo
2023-02-08
Revert "cmd/compile/internal/pgo: fix hard-coded PGO sample data position"
Michael Pratt
2023-02-08
cmd/cover: add newline to fix -covermode=atomic build error
Than McIntosh
2023-02-08
cmd/compile/internal/pgo: fix hard-coded PGO sample data position
Frederic Branczyk
2023-02-08
cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386
Wayne Zuo
2023-02-08
cmd/compile: fix inline static init arguments substitued tree
Cuong Manh Le
2023-02-07
cmd/go: honor user-specified -c=N
Xiangdong Ji
2023-02-07
runtime: use explicit NOFRAME on darwin/amd64
qmuntal
2023-02-07
cmd/compile: remove unused ISELB PPC64 ssa opcode
Paul E. Murphy
2023-02-06
cmd/link: linker portion of dead map removal
Than McIntosh
2023-02-06
cmd/compile: enable deadcode of unreferenced large global maps
Than McIntosh
2023-02-06
cmd/compile: ensure first instruction in a function is not inlined
Keith Randall
2023-02-06
cmd/internal/obj: flag init functions in object file
Than McIntosh
[next]