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-07-16
[release-branch.go1.23] go1.23rc2
go1.23rc2
Gopher Robot
2024-07-15
[release-branch.go1.23] all: merge master (6948b4d) into release-branch.go1.23
Cherry Mui
2024-07-15
Revert "runtime: avoid multiple records with identical stacks from MutexProfile"
Cherry Mui
2024-07-15
[release-branch.go1.23] all: merge master (8f1ec59) into release-branch.go1.23
Cherry Mui
2024-07-15
strings: re-introduce noescape wrapper
Cuong Manh Le
2024-07-15
net/http: document io.Seeker requirement for fs.FS arguments
Sean Liao
2024-07-12
cmd: vendor golang.org/x/telemetry@268b4a8ec2d7
Rob Findley
2024-07-12
go/types: fix assertion failure when range over int is not permitted
Tim King
2024-07-12
os: clean up after TestIssue60181
Joel Sing
2024-07-11
unsafe: say "functions like syscall.Syscall", not only Syscall
Ian Lance Taylor
2024-07-11
all: make struct comments match struct names
cuishuang
2024-07-11
strings: more cross-references in docstrings
Kir Kolyshkin
2024-07-11
database/sql/driver: fix name in comment
Jonathan Hall
2024-07-11
os: clarify that IsNotExist, IsExist, IsPermission and IsTimeout work with ni...
Diogo Pinela
2024-07-10
crypto/tls: add support for -expect-no-hrr to bogo_shim_test
Clide Stefani
2024-07-10
math: remove riscv64 assembly implementations of rounding
Jorropo
2024-07-10
context: handle nil values for valueCtx.String()
Sean Liao
2024-07-09
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-09
crypto/tls: add support for -reject-alpn and -decline-alpn flags to bogo_shim...
Clide Stefani
2024-07-09
crypto/internal/cryptotest: add common tests for the hash.Hash interface
Manuel Sabin
2024-07-08
testing: remove call to os.Exit in documentation for TestMain
Julian Dax
2024-07-08
unsafe: clarify when String bytes can be modified
Ian Lance Taylor
2024-07-07
cmd/dist: remove iter,slices,maps test on GOEXPERIMENT=rangefunc
qiulaidongfeng
2024-07-07
io: add test for Pipe constructor allocations
Cuong Manh Le
2024-07-07
os/exec: only use cachedLookExtensions if Cmd.Path is unmodified
Dmitri Shuralyov
2024-07-05
cmd/compile: correct RewriteMultiValueCall fatal message
Cuong Manh Le
2024-07-05
cmd/compile: fix ICE when compiling global a, b = f()
Cuong Manh Le
2024-07-03
cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used
Cherry Mui
2024-07-03
cmd/cgo: read CGO_LDFLAGS environment variable
Ian Lance Taylor
2024-07-03
cmd/compile: fix mis-compilation when switching over channels
Cuong Manh Le
2024-07-03
cmd/compile: emit error message on mismatch import path
Cuong Manh Le
2024-07-03
cmd/link: document -checklinkname option
Ian Lance Taylor
2024-07-02
time: fix time zone parsing when format includes time zone seconds
Darin Krauss
2024-07-02
os: add TODO about removing test exception
Kir Kolyshkin
2024-07-01
cmd/go/internal/workcmd: remove a potentially confusing statement
Michael Matloob
2024-07-01
cmd/link: align .reloc block starts by 32 bits for PE target
Than McIntosh
2024-07-01
cmd/go: update go clean help message
Mohamed Yousif
2024-07-01
sync: refer to Locker interface methods in RWMutex.RLocker doc
Dmitri Shuralyov
2024-07-01
runtime: fix nil pointer in TestGoroutineParallelism2 when offline
Tom Levy
2024-06-28
cmd/compile: drop internal range-over-func vars from DWARF output
Alessandro Arzilli
2024-06-28
net/http: avoid appending an existing trailing slash to path again
Jes Cok
2024-06-28
cmd/compile: don't elide zero extension on top of signed values
Keith Randall
2024-06-27
cmd/go/internal/help: add documentation for language version downgrading
Michael Matloob
2024-06-27
slices: update docs for All, Backward, Values
Jes Cok
2024-06-26
cmd/link: don't skip code sign even if dsymutil didn't generate a file
Cherry Mui
2024-06-26
cmd/link: don't let dsymutil delete our temp directory
Cherry Mui
2024-06-26
os: rewrite TestChtimesWithZeroTimes
Kir Kolyshkin
2024-06-25
crypto/tls: apply QUIC session event flag to QUICResumeSession events
Damien Neil
2024-06-25
cmd/internal/obj/arm64: fix return with register
Joel Sing
2024-06-25
cmd/compile: update README to reflect dead code elimination changes
func25
[next]