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-22
time: add a regression test for time.AfterFunc goroutine starvation
Bryan C. Mills
2024-01-22
net: remove an unused sync.Map in the fake net implementation
Bryan C. Mills
2024-01-19
net: work around runtime scheduler starvation on js and wasip1
Bryan C. Mills
2024-01-19
runtime: make a much better effort to emit CPU profile in a trace
Michael Anthony Knyszek
2024-01-19
cmd/trace/v2: emit user log annotations in all views
Michael Anthony Knyszek
2024-01-19
internal/goversion: update Version to 1.23
Carlos Amedee
2024-01-18
cmd/go/internal/modfetch: set protocol.version=2 for shallow git fetches
Bryan C. Mills
2024-01-18
go/types, types2: fix range clause checks for constant range expressions
Robert Griesemer
2024-01-17
doc/go1.22: document net/netip changes
Damien Neil
2024-01-17
doc/go1.22: document net/http/cgi changes
Damien Neil
2024-01-17
runtime: document GODEBUG panicnil values
Cuong Manh Le
2024-01-17
runtime: skip test if strace crashes
Austin Clements
2024-01-17
runtime: mark TestGdbCoreCrashThreadBacktrace as flaky
Michael Pratt
2024-01-17
cmp: add test case for uinitptr
lxl-renren
2024-01-17
cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1
Robert Griesemer
2024-01-16
doc: fill out net/http.Request.PathValue,SetPathValue section
Dan Peterson
2024-01-15
io/fs: godoc links to testing/fstest
Olivier Mengué
2024-01-15
runtime: more godoc links
Olivier Mengué
2024-01-13
internal/trace/v2: reject events for goroutines with unknown states
Dominik Honnef
2024-01-12
internal/trace/v2: avoid several panics for malformed traces
Dominik Honnef
2024-01-12
crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance
Filippo Valsorda
2024-01-12
crypto/rsa: use E = 65537 in benchmarks
Filippo Valsorda
2024-01-11
runtime: ensure we free unrolled GC bitmaps
Keith Randall
2024-01-11
go/types, types2: don't lose position info of interface embeddings
Robert Griesemer
2024-01-11
cmd/compile: document go:wasmimport directive
Mauri de Souza Meneguzzo
2024-01-11
runtime: don't mark unrolled bitmap type as having a gc program
Keith Randall
2024-01-10
os: relax tests and add examples for UserCacheDir and UserConfigDir
Bryan C. Mills
2024-01-10
cmd/compile: use hashed symbol name for go.shape types if too long
Than McIntosh
2024-01-10
net: add available godoc link
cui fliter
2024-01-09
runtime: replace rwmutexR/W with per-rwmutex lock rank
Michael Pratt
2024-01-09
net/http: clarify the precedence order for Request.FormValue
Jes Cok
2024-01-09
math/big: fix uint64 overflow in nat.mulRange
Robert Griesemer
2024-01-09
io/fs,path/filepath: fix typo in SkipAll/SkipDir doc
Roger Peppe
2024-01-09
runtime: fix tests when running with -msan
Mauri de Souza Meneguzzo
2024-01-08
cmd/doc: fix inconsistent receiver name
Mehdi Mostafavi
2024-01-08
net: clarify maxListenerBacklog windows implementation
Mauri de Souza Meneguzzo
2024-01-08
log/slog: clarify SetDefault behavior
Jonathan Amsterdam
2024-01-08
sync: use map[any]any instead of map[interface{}]interface{} in the godoc
sivchari
2024-01-08
cmd/compile: handle defined iter func type correctly
Cuong Manh Le
2024-01-05
doc: s/adjustements/adjustments
Jes Cok
2024-01-05
slices: explicitly discard results of some functions
Alan Donovan
2024-01-05
cmd/go: run cover tool before swig
Than McIntosh
2024-01-04
github: switch seen/expected order in issue forms
Sean Liao
2024-01-04
net/http: respond with 400 Bad Request for empty hex number of chunk length
Andy Pan
2024-01-04
net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...
Bryan C. Mills
2024-01-04
cmd/api: fix panic on exported basic type aliases
Devon H. O'Dell
2024-01-03
pagetrace: fix build when experiment is on
John Howard
2024-01-03
net/http: make Request.Clone create fresh copies for matches and otherValues
Jes Cok
2024-01-03
doc/go1.22: add links to go/types symbols
Alan Donovan
2024-01-03
runtime: correct scavengeIndex.sysGrow min index handling
Joel Sing
[prev]
[next]