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-06-21
[release-branch.go1.23] go1.23rc1
go1.23rc1
Gopher Robot
2024-06-20
[release-branch.go1.23] internal/godebugs: fix old value for httpservecontent...
Damien Neil
2024-06-20
[release-branch.go1.23] cmd/compile: support generic alias type
Cuong Manh Le
2024-06-20
[release-branch.go1.23] internal/syscall/unix: fix UTIME_OMIT for dragonfly
Kir Kolyshkin
2024-06-18
[release-branch.go1.23] update codereview.cfg for release-branch.go1.23
David Chase
2024-06-18
net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent
Damien Neil
2024-06-18
doc/next: update release notes for go list -m -json
Sam Thanawalla
2024-06-18
all: update vendored golang.org/x/tools
Dmitri Shuralyov
2024-06-18
doc/next: add release notes for telemetry and the godebug directive
Michael Matloob
2024-06-18
misc/ios: rework exec wrapper to only support simulator
Roland Shoemaker
2024-06-18
cmd/go: fix go list -u -m all with too new retractions dependency
Sam Thanawalla
2024-06-18
Revert "crypto/x509: reject serial numbers longer than 20 octets"
Roland Shoemaker
2024-06-18
doc: add note about x509sha1 removal in 1.24
Roland Shoemaker
2024-06-18
doc/next: improve wording for proposal 67061
Dmitri Shuralyov
2024-06-17
doc/next: add motivation and details links for range-over-func iterators
thepudds
2024-06-17
cmd/go: set GoVersion for files on the command line with vet
Sam Thanawalla
2024-06-17
go/doc: added the predeclared identifiers clear, min, max
Briheet Singh Yadav
2024-06-16
syscall: selectively update zerrors_* on openbsd/386, openbsd/arm and openbsd...
Joel Sing
2024-06-14
iter: add doc comment from proposal
Russ Cox
2024-06-14
cmd/compile: give the closure generated for rangefunc bodies a name.
David Chase
2024-06-14
cmd/go: fix problems with coverage percentage reporting w/ -coverpkg
Than McIntosh
2024-06-14
internal/coverage: refactor EmitPercent in preparation for bugfix
Than McIntosh
2024-06-14
cmd/go: fix handling of builtin packages in WriteCoverMetaFilesFile
Than McIntosh
2024-06-13
slices: add documentation on incomparable items in SortFunc
Benson Margulies
2024-06-13
cmd/go: fix "go test -n -cover" glitch with no-test packages
Than McIntosh
2024-06-13
spec: adjust for-range prose to include iterator functions where missing
Robert Griesemer
2024-06-13
go/types, types2: typecheck cases even if switch expression is invalid
Robert Griesemer
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-06-13
internal/coverage/cfile: harden the coverage snapshot test
Than McIntosh
2024-06-13
cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmode
Than McIntosh
2024-06-13
cmd: vendor golang.org/x/telemetry@8cad58b
Michael Matloob
2024-06-13
spec: allow range-over-func to omit iteration variables
Robert Griesemer
2024-06-13
go/types, types2: allow range-over-func to omit iteration variables
Robert Griesemer
2024-06-12
cmd/compile/internal: add a PGO devirt post-lookup cleanup hook
Than McIntosh
2024-06-12
doc/next: improve description of proposal 61308
Dmitri Shuralyov
2024-06-12
doc/next: reword map iterator function notes
Cherry Mui
2024-06-12
net: add GODEBUG=netedns0=0 to disable sending EDNS0 header
Ian Lance Taylor
2024-06-12
cmd/link: put runtime.end in the last section of data segment
Cherry Mui
2024-06-11
os: always return syscall.ECHILD from Wait for done process
Michael Pratt
2024-06-11
crypto/tls: improve error log produced during TestBogoSuite
Clide Stefani
2024-06-11
doc/next: document GORISCV64 environment variable
Cherry Mui
2024-06-11
doc/next: document GOARM64 environment variable
Cherry Mui
2024-06-11
doc/next: document locking down linkname usages
Cherry Mui
2024-06-11
time: correct spelling, queing -> queuing
Jes Cok
2024-06-11
time: add to format documentation about dangers of using RFC1123{,Z} for parsing
Dana Burkart
2024-06-11
os: RemoveAll: fix error returned
Kir Kolyshkin
2024-06-11
os/user: make Lookup* functions properly handle ENOENT
Ben Hoyt
2024-06-11
cmd/go: update link to RISC-V profile doc
Cherry Mui
2024-06-11
doc/next: resolve a TODO for openbsd/riscv64 port
Cherry Mui
2024-06-11
doc/next: reword linker -bindnow release notes
Cherry Mui
[next]