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
Age
Commit message (
Expand
)
Author
2023-02-10
net: move context cancellation logic of blocking calls to a common function
Mateusz Poliwczak
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
bufio: permit r.Reset(r) without infinite recursion
Ian Lance Taylor
2023-02-10
cmd/internal/cov: fix misuse of bufio.Reader.Read in read helper
Than McIntosh
2023-02-10
Revert "math: add Compare and Compare32"
Than McIntosh
2023-02-10
cmd/go: remove tests that assume lack of new versions of external modules
Bryan C. Mills
2023-02-10
math/rand: fix typo in Seed deprecation comment
Valentin Deleplace
2023-02-10
Revert "io: allocate copy buffers from a pool"
Damien Neil
2023-02-10
context: reduce init-time allocations
Carlo Alberto Ferraris
2023-02-10
runtime: skip darwin osinit_hack on ios
Russ Cox
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/cgo: add -fno-stack-protector to CFLAGS (again)
Than McIntosh
2023-02-10
cmd/link: improve error for missing SDYNIMPORT support on mips/mips64
Than McIntosh
2023-02-09
math/rand: rewrite the math/rand package comment to say what it's good for
Rob Pike
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
net: remove unused cname return from cgoLookupIPCNAME
Mateusz Poliwczak
2023-02-09
math: add Compare and Compare32
Akhil Indurti
2023-02-09
net/http: improve js fetch errors
Johan Brandhorst-Satzkorn
2023-02-09
runtime: skip trailing wrappers in runtime_expandFinalInlineFrame
Tolyan Korniltsev
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-09
runtime: fix signature for linked functions
Adin Scannell
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
internal/xcoff: use unsigned integers in file structs to avoid negative values
Alexander Yastrebov
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
runtime: correct typos
Oleksandr Redko
2023-02-08
runtime/internal/sys: remove Bswap{32|64} assembly for 386
Wayne Zuo
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
math/rand: use fastrand64 if possible
Ian Lance Taylor
2023-02-07
doc: fix spec typo
Oleksandr Redko
2023-02-07
cmd/go: honor user-specified -c=N
Xiangdong Ji
2023-02-07
test: add test for issue 58345
Cuong Manh Le
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-07
go/token: delete a blank line
sslime336
2023-02-07
encoding/hex: fix Decode output check regression
Joe Tsai
2023-02-06
runtime: fix cpu sample comment
Maksim Meshkov
2023-02-06
crypto/ecdh: explicitly reject mismatched curves in ECDH
Roland Shoemaker
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
[prev]
[next]