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
2023-02-18
encoding/json: optimize isValidNumber function
json-isValidNumber
Shulhan
2023-02-18
runtime/cgo: restore correct build tags for linux/mips*
Joel Sing
2023-02-17
net/http: remove five second timeout from TestTransportClosesBodyOnError
Damien Neil
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-17
runtime: remove the restriction that write barrier ptrs come in pairs
Keith Randall
2023-02-17
cmd/api: add API checks for freebsd/riscv64
Dmitri Goutnik
2023-02-17
cmd/cgo: include seed string with -frandom-seed for lto
Morten Linderud
2023-02-17
cmd/api: add API checks for freebsd/arm64
Dmitri Goutnik
2023-02-17
test: add regress test for #58572
Matthew Dempsky
2023-02-17
Revert "cmd/compile: use ONAME node directly from generated hash func"
Matthew Dempsky
2023-02-17
cmd/compile: ensure constant folding of pointer arithmetic remains a pointer
Keith Randall
2023-02-17
syscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux
Kir Kolyshkin
2023-02-16
cmd/link: don't switch to gold on ARM Linux
Ian Lance Taylor
2023-02-16
src: rename unexported errors by adding prefix err
Oleksandr Redko
2023-02-16
doc: add missing builtin functions not permitted in statement context
Cuong Manh Le
2023-02-16
runtime: expose auxv for use by x/sys/cpu
Brad Fitzpatrick
2023-02-16
cmd/compile: ensure InitMem comes after Args
Keith Randall
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2023-02-16
cmd/compile: detect write barrier completion differently
Keith Randall
2023-02-16
cmd/compile: reorganize write barrier code a bit
Keith Randall
2023-02-15
cmd/compile: share compiler allocations of similar shapes
Keith Randall
2023-02-15
net: retry if GetAddrInfoW returns WSTRY_AGAIN when resolving an IP
zen
2023-02-15
net/http: support streaming POST content in wasm
Will Hawkins
2023-02-15
crypto/internal/bigmod: flag amd64 assembly as noescape
Filippo Valsorda
2023-02-15
math: add Compare and Compare32
Akhil Indurti
2023-02-15
cmd/compile: schedule SP earlier
Keith Randall
2023-02-15
cmd/go: fuzz test splitPkgConfigOutput and fix minor bugs
Bryan C. Mills
2023-02-14
runtime: check for overflow in sweep assist
Michael Anthony Knyszek
2023-02-14
all: update vendored golang.org/x/net
Michael Pratt
2023-02-14
slices: skip TestGrow allocation test if noopt
Ian Lance Taylor
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2023-02-14
mime/multipart: limit memory/inode consumption of ReadForm
Damien Neil
2023-02-14
path/filepath: do not Clean("a/../c:/b") into c:\b on Windows
Damien Neil
2023-02-14
all: fix some comments
cui fliter
2023-02-14
Revert "io: detect Writers that access io.Copy's buffer after returning"
Damien Neil
2023-02-13
go/internal/gcimporter: restore Go 1.19 Package.SetImports behavior
Matthew Dempsky
2023-02-13
cmd/compile: fix wrong escape analysis for go/defer generic calls
Cuong Manh Le
2023-02-13
slices: new package
Ian Lance Taylor
2023-02-13
cmd/link/internal/ld: fix text section splitting for ARM
Than McIntosh
2023-02-13
all: update vendored golang.org/x/net
Damien Neil
2023-02-13
cmd/internal/cov: fix typo in readcovdata.go
Ikko Eltociear Ashimine
2023-02-13
crypto/internal/edwards25519: reduce Point size by reordering fields
Jorropo
2023-02-13
cmd/dist: use a copy of platform.BuildModeSupported
Ian Lance Taylor
2023-02-11
internal/bytealg: simplify and improve compare on riscv64
Joel Sing
2023-02-11
runtime: Allow handling of EXCEPTION_IN_PAGE_ERROR
Max Altgelt
2023-02-10
cmd/go: mod vendor: fixed checking for vendor directory
David Barshow
2023-02-10
io: detect Writers that access io.Copy's buffer after returning
Damien Neil
2023-02-10
cmd/go: handle escapes in pkg-config ldflags output
zlasd
2023-02-10
cmd/trace: fix error message for bad goroutine state transition
Nick Ripley
2023-02-10
vendor: add new vendored files from update
David Chase
[next]