aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-20doc: fix 2 links in godebug.mdDmitri Shuralyov
2026-03-20doc: remove template use in godebug.mdDmitri Shuralyov
2026-03-20cmd/compile: (mips64x) optimize float32(abs|sqrt64(float64(x)))Julian Zhu
2026-03-19cmd/link: propagate Mach-O section alignment to symbol in loadmachopenglei
2026-03-19cmd/link: skip special symbols for label symbol generationCherry Mui
2026-03-19cmd/compile: enable promoted field selectors as keys in struct literalsRobert Griesemer
2026-03-19cmd/compile: skip race detector test failure for unsupported VMAGuoqi Chen
2026-03-19cmd/compile/internal/noder: encode promoted struct fields for composite liter...Robert Griesemer
2026-03-19go/types, types2: allow promoted field names as keys in struct literalsRobert Griesemer
2026-03-19cmd/go: reject an empty tool nameOlivier Mengué
2026-03-19cmd/go: make all script tests parallelMichael Matloob
2026-03-18syscall: remove the 42 args limit in SyscallNqmuntal
2026-03-18runtime: return the error code as a return value in asmstdcallqmuntal
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2026-03-18cmd/compile: simplify the implementation of LoweredMoveLoop on loong64Guoqi Chen
2026-03-18cmd/internal/objabi: implement GCC-compatible response file parsingMichael Podtserkovskii
2026-03-18cmd/link/internal/loong64: add immediate range detection to the internal linkerlimeidan
2026-03-18cmd/link: work around race syso weak import on macOSCherry Mui
2026-03-18cmd/link: modify the register used in trampolinelimeidan
2026-03-18cmd/link: support loading R_LARCH_GOT64_PC_{LO12, HI20} relocs on loong64Guoqi Chen
2026-03-18runtime: implement part of library initialization in Goqmuntal
2026-03-18sync: modernize examples using newer ranged for loopsKrushnal Patil
2026-03-18time: fix typo in commentMax Proske
2026-03-18cmd/go: provide concise user message to use - go work useRaghvender
2026-03-18cmd/compile: allow multiple induction variables in one block in proveYoulin Feng
2026-03-18runtime: make asmcgocall more robust to missing Gqmuntal
2026-03-18net/url: allow commas in hostnames for mongodb urlsyueyoum
2026-03-18cmd/go: make the package loader a part of the module loaderMichael Matloob
2026-03-18runtime: add a test for issue 78081Keith Randall
2026-03-18cmd/compile: allow halt flag to run concurrentlyDaniel Morsing
2026-03-17cmd/internal/obj/loong64: centralize the functions for getting instruction co...limeidan
2026-03-17cmd/compile: simplify the implementation of LoweredZeroLoop on loong64Guoqi Chen
2026-03-17cmd/internal/obj/loong64: correcting spelling errors in the commentsGuoqi Chen
2026-03-17cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functionsKeith Randall
2026-03-17runtime: fix memclrNoHeapPointersPreemptibleKeith Randall
2026-03-17go/types, types2: handle unconstrained type parameters correctly in a few placesRobert Griesemer
2026-03-17cmd/compile: use 128-bit arm64 vector ops for Move expansionAlexander Musman
2026-03-17cmd/compile: don't treat string literal as static data in FIPS modeCherry Mui
2026-03-17crypto/rsa: improve Precompute documentationFilippo Valsorda
2026-03-17os/exec: document that Cmd.Wait must not be called concurrentlyBasavaraj PB
2026-03-17context: fix package doc description of WithDeadlineCause and WithTimeoutCauseyongqijia
2026-03-17cmd/compile: eliminate redundant sign-extensions for wasmGeorge Adams
2026-03-17cmd/go: update urls in documentation to go.devSean Liao
2026-03-17cmd/go/internal/modload: delete unused filesWuGuangyao
2026-03-17doc/next: add release notes for enabling stdversion in testsSean Liao
2026-03-17cmd/go/internal/verylongtest: check MustHaveGoBuild in TestGoBuildUmaskMichael Matloob
2026-03-16spec: fix prose in rule for keys of struct composite literalsRobert Griesemer
2026-03-16cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))Meng Zhuo
2026-03-16internal/syscall/windows: don't force image section checks in Deleteatqmuntal
2026-03-16internal/poll: pin all objects needed during overlapped I/Odatabase64128