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-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
2024-01-03
runtime: correct scavengeIndex.sysGrow min index handling
Joel Sing
2023-12-30
all: replace outdated links
cui fliter
2023-12-30
reflect: fix typo in type.go
RenJiangdu
2023-12-21
runtime/metrics: godoc link fixes
Olivier Mengué
2023-12-21
runtime: use racereleasemerge for godebugInc
Cherry Mui
2023-12-21
cmd/compile: handle constant-folding of an out-of-range jump table index
Keith Randall
2023-12-19
doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other v...
Bryan C. Mills
2023-12-19
cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and '...
Russ Cox
2023-12-19
cmd/compile: remove interfacecycles debug flag
Robert Griesemer
2023-12-18
crypto/tls: align FIPS-only mode with BoringSSL policy
Filippo Valsorda
2023-12-18
crypto/internal/boring: upgrade module to fips-20220613
Filippo Valsorda
2023-12-18
Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16"
Than McIntosh
2023-12-18
cmd: go get golang.org/x/tools@83bceaf2 and revendor
Tim King
[prev]
[next]