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
2023-11-07
[release-branch.go1.21] path/filepath: fix various issues in parsing Windows ...
Damien Neil
2023-10-30
[release-branch.go1.21] net/http: pull http2 underflow fix from x/net/http2
Mauri de Souza Meneguzzo
2023-10-30
[release-branch.go1.21] runtime/cgo: avoid taking the address of crosscall2 i...
Cherry Mui
2023-10-13
[release-branch.go1.21] cmd/compile/internal/typecheck: fix closure field naming
Matthew Dempsky
2023-10-13
[release-branch.go1.21] go/types, types2: don't use generics
Robert Griesemer
2023-10-12
[release-branch.go1.21] runtime: don't eagerly collapse hugepages
Michael Anthony Knyszek
2023-10-12
[release-branch.go1.21] go/types, types2: don't implicitly modify an argument...
Robert Griesemer
2023-10-12
[release-branch.go1.21] cmd/link: split text sections for arm 32-bit
Than McIntosh
2023-10-10
[release-branch.go1.21] all: tidy dependency versioning after release
Dmitri Shuralyov
2023-10-10
[release-branch.go1.21] net/http: regenerate h2_bundle.go
Damien Neil
2023-10-05
[release-branch.go1.21] cmd/compile: use absolute file name in isCgo check
Ian Lance Taylor
2023-09-25
[release-branch.go1.21] cmd/compile: absorb InvertFlags into Noov comparisons
Keith Randall
2023-09-25
[release-branch.go1.21] cmd/compile: reset memcombine correctly between basic...
Keith Randall
2023-09-25
[release-branch.go1.21] runtime: always lock OS thread in debugcall
Michael Anthony Knyszek
2023-09-22
[release-branch.go1.21] runtime: increase g0 stack size in non-cgo case
Cherry Mui
2023-09-21
[release-branch.go1.21] cmd/link: suppress -bind_at_load deprecation warning ...
Cherry Mui
2023-09-21
[release-branch.go1.21] cmd/link: disable DWARF by default in c-shared mode o...
Cherry Mui
2023-09-21
[release-branch.go1.21] cmd/link: force old Apple linker in plugin mode
Cherry Mui
2023-09-20
[release-branch.go1.21] cmd/link: avoid deadcode of global map vars for progr...
Than McIntosh
2023-09-19
[release-branch.go1.21] cmd/go: in TestScript/gotoolchain_path, remove the us...
Bryan C. Mills
2023-09-11
[release-branch.go1.21] runtime/metrics: fix /gc/scan/* metrics
Nayef Ghattas
2023-09-11
[release-branch.go1.21] runtime: ignore SPWrite on innermost traceback frame
Austin Clements
2023-09-06
[release-branch.go1.21] html/template: properly handle special tags within th...
Roland Shoemaker
2023-09-06
[release-branch.go1.21] html/template: support HTML-like comments in script c...
Roland Shoemaker
2023-09-06
[release-branch.go1.21] cmd/go: reject toolchain directives containing path s...
Bryan C. Mills
2023-08-31
[release-branch.go1.21] net/http: revert "support streaming POST content in w...
haruyama480
2023-08-30
[release-branch.go1.21] runtime: restore caller's frame pointer when recoveri...
Nick Ripley
2023-08-30
[release-branch.go1.21] runtime: avoid MADV_HUGEPAGE for heap memory
Michael Anthony Knyszek
2023-08-30
[release-branch.go1.21] go/types, types2: remove order dependency in inferenc...
Robert Griesemer
2023-08-30
[release-branch.go1.21] cmd/go: retry ETXTBSY errors when running test binaries
Bryan C. Mills
2023-08-30
[release-branch.go1.21] crypto/tls: QUIC: fix panics when processing post-han...
Damien Neil
2023-08-30
[release-branch.go1.21] cmd/go: find GOROOT using os.Executable when installe...
Bryan C. Mills
2023-08-30
[release-branch.go1.21] encoding/xml: overriding by empty namespace when no n...
xuri
2023-08-25
[release-branch.go1.21] encoding/gob: prevent panic from index out of range i...
Andy Pan
2023-08-25
[release-branch.go1.21] runtime: fix maps.Clone bug when cloning a map mid-grow
Keith Randall
2023-08-24
[release-branch.go1.21] context: fix synchronization in ExampleAfterFunc_cond
Bryan C. Mills
2023-08-24
[release-branch.go1.21] go/types, types2: disable interface inference for ver...
Robert Griesemer
2023-08-24
[release-branch.go1.21] cmd/compile: in expandCalls, move all arg marshalling...
David Chase
2023-08-23
[release-branch.go1.21] Revert "os: use handle based APIs to read directories...
Bryan Mills
2023-08-23
[release-branch.go1.21] Revert "cmd/compile: omit redundant sign/unsign exten...
Keith Randall
2023-08-23
[release-branch.go1.21] path/filepath: don't drop .. elements when cleaning i...
Damien Neil
2023-08-23
[release-branch.go1.21] cmd/link: don't mangle string symbol names
Cherry Mui
2023-08-18
[release-branch.go1.21] runtime/internal/wasitest: skip racy TCP echo test
Chris O'Hara
2023-08-17
[release-branch.go1.21] runtime: mark traceEnabled and traceShuttingDown as n...
Mauri de Souza Meneguzzo
2023-08-17
[release-branch.go1.21] cmd/compile: ensure empty blocks in write barriers ar...
Keith Randall
2023-08-17
[release-branch.go1.21] runtime: profiling on Darwin cannot use blocking reads
David Chase
2023-08-17
[release-branch.go1.21] cmd/compile: make backingArrayPtrLen to return typech...
Cuong Manh Le
2023-08-17
[release-branch.go1.21] go/types, types2: don't panic during interface comple...
Robert Findley
2023-08-17
[release-branch.go1.21] go/types, types2: use correct parameter list when che...
Robert Griesemer
2023-08-17
[release-branch.go1.21] go/types, types2: use exact unification when comparin...
Robert Griesemer
[next]