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
Age
Commit message (
Expand
)
Author
2024-02-02
[release-branch.go1.22] cmd/go/internal/generate: call modload.InitWorkFile
Michael Matloob
2024-02-01
[release-branch.go1.22] runtime: traceAcquire and traceRelease across all P s...
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: clear trace map without write barriers
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: fix trace EvGoStop Gosched reason to match f...
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] runtime: model wakeableSleep.lock in the race detector
Michael Anthony Knyszek
2024-02-01
[release-branch.go1.22] go/version: fix package to accept go1.21.0-bigcorp
Russ Cox
2024-01-31
[release-branch.go1.22] cmd/go/internal/toolchain: apply the -modcacherw flag...
Bryan C. Mills
2024-01-29
[release-branch.go1.22] Revert "crypto/internal/boring: upgrade module to fip...
Filippo Valsorda
2024-01-24
[release-branch.go1.22] Revert "archive/tar: add FileInfoNames interface"
Cherry Mui
2024-01-23
[release-branch.go1.22] cmd/trace/v2: emit user log annotations in all views
Michael Anthony Knyszek
2024-01-23
[release-branch.go1.22] runtime: make a much better effort to emit CPU profil...
Michael Anthony Knyszek
2024-01-23
[release-branch.go1.22] cmd/cgo/internal/test: skip TestCallbackCallersSEH wh...
qmuntal
2024-01-22
[release-branch.go1.22] runtime: use the correct M ID for syscalling goroutin...
Michael Anthony Knyszek
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
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-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
slices: explicitly discard results of some functions
Alan Donovan
2024-01-05
cmd/go: run cover tool before swig
Than McIntosh
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
[next]