aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-18encoding/json: optimize isValidNumber functionjson-isValidNumberShulhan
2023-02-18runtime/cgo: restore correct build tags for linux/mips*Joel Sing
2023-02-17net/http: remove five second timeout from TestTransportClosesBodyOnErrorDamien Neil
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2023-02-17cmd/api: add API checks for freebsd/riscv64Dmitri Goutnik
2023-02-17cmd/cgo: include seed string with -frandom-seed for ltoMorten Linderud
2023-02-17cmd/api: add API checks for freebsd/arm64Dmitri Goutnik
2023-02-17test: add regress test for #58572Matthew Dempsky
2023-02-17Revert "cmd/compile: use ONAME node directly from generated hash func"Matthew Dempsky
2023-02-17cmd/compile: ensure constant folding of pointer arithmetic remains a pointerKeith Randall
2023-02-17syscall: Faccessat: check for CAP_DAC_OVERRIDE on LinuxKir Kolyshkin
2023-02-16cmd/link: don't switch to gold on ARM LinuxIan Lance Taylor
2023-02-16src: rename unexported errors by adding prefix errOleksandr Redko
2023-02-16doc: add missing builtin functions not permitted in statement contextCuong Manh Le
2023-02-16runtime: expose auxv for use by x/sys/cpuBrad Fitzpatrick
2023-02-16cmd/compile: ensure InitMem comes after ArgsKeith Randall
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2023-02-16cmd/compile: detect write barrier completion differentlyKeith Randall
2023-02-16cmd/compile: reorganize write barrier code a bitKeith Randall
2023-02-15cmd/compile: share compiler allocations of similar shapesKeith Randall
2023-02-15net: retry if GetAddrInfoW returns WSTRY_AGAIN when resolving an IPzen
2023-02-15net/http: support streaming POST content in wasmWill Hawkins
2023-02-15crypto/internal/bigmod: flag amd64 assembly as noescapeFilippo Valsorda
2023-02-15math: add Compare and Compare32Akhil Indurti
2023-02-15cmd/compile: schedule SP earlierKeith Randall
2023-02-15cmd/go: fuzz test splitPkgConfigOutput and fix minor bugsBryan C. Mills
2023-02-14runtime: check for overflow in sweep assistMichael Anthony Knyszek
2023-02-14all: update vendored golang.org/x/netMichael Pratt
2023-02-14slices: skip TestGrow allocation test if nooptIan Lance Taylor
2023-02-14crypto/tls: replace all usages of BytesOrPanicRoland Shoemaker
2023-02-14mime/multipart: limit memory/inode consumption of ReadFormDamien Neil
2023-02-14path/filepath: do not Clean("a/../c:/b") into c:\b on WindowsDamien Neil
2023-02-14all: fix some commentscui fliter
2023-02-14Revert "io: detect Writers that access io.Copy's buffer after returning"Damien Neil
2023-02-13go/internal/gcimporter: restore Go 1.19 Package.SetImports behaviorMatthew Dempsky
2023-02-13cmd/compile: fix wrong escape analysis for go/defer generic callsCuong Manh Le
2023-02-13slices: new packageIan Lance Taylor
2023-02-13cmd/link/internal/ld: fix text section splitting for ARMThan McIntosh
2023-02-13all: update vendored golang.org/x/netDamien Neil
2023-02-13cmd/internal/cov: fix typo in readcovdata.goIkko Eltociear Ashimine
2023-02-13crypto/internal/edwards25519: reduce Point size by reordering fieldsJorropo
2023-02-13cmd/dist: use a copy of platform.BuildModeSupportedIan Lance Taylor
2023-02-11internal/bytealg: simplify and improve compare on riscv64Joel Sing
2023-02-11runtime: Allow handling of EXCEPTION_IN_PAGE_ERRORMax Altgelt
2023-02-10cmd/go: mod vendor: fixed checking for vendor directoryDavid Barshow
2023-02-10io: detect Writers that access io.Copy's buffer after returningDamien Neil
2023-02-10cmd/go: handle escapes in pkg-config ldflags outputzlasd
2023-02-10cmd/trace: fix error message for bad goroutine state transitionNick Ripley
2023-02-10vendor: add new vendored files from updateDavid Chase