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
2024-01-25
bufio: realign struct Scanner
bench-before
Shulhan
2024-01-25
bufio: realign struct Reader
Shulhan
2024-01-25
mime/quotedprintable: fix encoding where a period alone on a line
Shulhan
2024-01-25
encoding/json: optimize isValidNumber function
Shulhan
2024-01-25
testing: change the FAIL and SKIP prefix to "!!!" and "???"
Shulhan
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-25
encoding/binary: add benchmark for writing slice of uint8
Shulhan
2024-01-25
all: add Makefile to rebuild go and other tools from source
Shulhan
2024-01-24
Revert "archive/tar: add FileInfoNames interface"
Cherry Mui
2024-01-24
net: ignore Dial errors in TestAcceptTimeout
Bryan C. Mills
2024-01-24
reflect: fix isRegularMemory at case Array
Jes Cok
2024-01-24
doc/next: initial contents
Jonathan Amsterdam
2024-01-24
runtime: short path for equal pointers in arm64 memequal
Mauri de Souza Meneguzzo
2024-01-24
src/cmd/relnote, doc/next: add release note check
Jonathan Amsterdam
2024-01-24
cmd/go: add GORISCV64 environment variable
Mark Ryan
2024-01-23
cmd/go/internal/str,cmd/go/internal/work: remove redundant Contains
apocelipes
2024-01-23
net,internal/poll: load ws2_32.dll only when net is imported
qmuntal
2024-01-23
net: move cgo-using darwin test to separate package
Russ Cox
2024-01-23
cmd/go: add test case for issue 64738
Russ Cox
2024-01-23
net: unskip and attempt to deflake TestAcceptTimeout
Bryan C. Mills
2024-01-23
internal/reflectlite: delete TODO pass safe to packEface don't need to copy i...
qiulaidongfeng
2024-01-23
reflect: delete TODO pass safe to packEface don't need to copy if safe==true
qiulaidongfeng
2024-01-23
net: report timeouts more aggressively in Accept in the fake implementation
Bryan C. Mills
2024-01-23
runtime,internal/poll: move websocket handling out of the runtime on Windows
qmuntal
2024-01-23
fmt: don't pad strings with zeros
Rob Pike
2024-01-23
cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linking
qmuntal
2024-01-23
cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi
qiulaidongfeng
2024-01-23
reflect: StructOf set abi.TFlagRegularMemory
qiulaidongfeng
2024-01-23
cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi
qiulaidongfeng
2024-01-23
hash/crc32: fix codegen to align with manual changes
Olivier Mengué
2024-01-23
cmd/compile: improve integer comparisons with numeric bounds
Jorropo
2024-01-22
crypto/sha512: provide optimised assembly for riscv64
Joel Sing
2024-01-22
Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."
Michael Pratt
2024-01-22
runtime: use the correct M ID for syscalling goroutines in traces
Michael Anthony Knyszek
2024-01-22
cmd/preprofile: Add preprocess tool to pre-parse the profile file.
Jin Lin
2024-01-22
net: delete TestListenCloseListen
Bryan C. Mills
2024-01-22
net/mail: properly handle special characters in phrase and obs-phrase
Roland Shoemaker
2024-01-22
runtime: simplify freedefer logic
Austin Clements
2024-01-22
all: update vendored dependencies
Cherry Mui
2024-01-22
doc/initial: initial contents of release notes
Jonathan Amsterdam
2024-01-22
cmd/compile: fix typo in comment
Rulin Tang
2024-01-22
doc/README.md: explain new release note system
Jonathan Amsterdam
2024-01-22
runtime: avoid loading winmm.dll on newer Windows versions
qmuntal
2024-01-22
cmd/compile/internal/ssa: fix typo in sccp
Wingrez
2024-01-22
doc/go1.22: fix method name in net/netip changes
Tobias Klauser
2024-01-22
doc: remove last TODO item
Carlos Amedee
2024-01-22
net: attempt to deflake TestListenCloseListen
Bryan C. Mills
2024-01-22
cmd/link,runtime: merge minfunc const info internal/abi
qiulaidongfeng
2024-01-22
net/http/pprof: configure WriteDeadline
Alexander Yastrebov
2024-01-22
go/types, types2: typeparams.IndexExpr must not be an ast.Expr
Rob Findley
[next]