aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-24internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot orderJake Bailey
2026-03-24cmd/go: document that workspace use paths are not resolved through symlinksgulmix
2026-03-24cmd/go/internal/doc: remove flag listing from usageMichael Matloob
2026-03-24net/http/internal/http2: use fake net for TestTransportBlockingRequestWriteDamien Neil
2026-03-24cmd/link: raise minimum windows version to 10Jason A. Donenfeld
2026-03-24net/http: add a test for starting a server with no HTTP/2 and no TLS configDamien Neil
2026-03-24net/http: fix panic in ServeTLS on nil TLSConfigchressie
2026-03-24runtime: return the error code as a return value in syscallN_trampolineqmuntal
2026-03-23net/http/internal/http2: remove inaccessible write schedulersNicholas S. Husin
2026-03-23net/http: make ResponseWriter.ReadFrom respect declared Content-LengthNicholas S. Husin
2026-03-23net: avoid wrapping io.EOF in UnixConn read methodsBasavaraj PB
2026-03-23net/http/internal/http2: modernize the packageqiulaidongfeng
2026-03-23cmd/go: fix autocgo test fail when set CGO_ENABLED during make.bashqiulaidongfeng
2026-03-23runtime/race: apply LLVM zero-initialization fixMichael Pratt
2026-03-22cmd/link/internal/loong64: remove the handling of R_CONST and R_GOTOFF from t...limeidan
2026-03-20Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...Michael Pratt
2026-03-20Revert "runtime: fix memclrNoHeapPointersPreemptible"Michael Pratt
2026-03-20cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)Robert Griesemer
2026-03-20Revert "cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit ...Michael Pratt
2026-03-20all: update to x/tools@5d7afbc08aecDmitri Shuralyov
2026-03-20cmd/compile: on arm64 pair a load with a load in a subsequent blockKeith Randall
2026-03-20internal/pkgbits: add missing testsRobert Griesemer
2026-03-20cmd/internal/obj/arm64: new arm64 assembling path for SVEJunyang Shao
2026-03-20cmd/go: include test deps in buildinfoStefan VanBuren
2026-03-20cmd/go/internal/help: reword packages and importpath docsSean Liao
2026-03-20cmd/compile: elide sign-extend after zero-extend for wasmGeorge Adams
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