aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
11 dayscmd/compile: keep closure pointer live for range body closuresCherry Mui
11 daysruntime: correctly account for allocated objects in allocfree traceMichael Anthony Knyszek
11 daysgo/types, types2: operand.convertibleTo must consider Alias typesRobert Griesemer
11 daysnet/http: add partitioned attribute to cookie typeislishude
11 daysall: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
11 daysruntime/pprof: ignore runtime-internal samples in testRhys Hiltner
11 dayscmd/go: add -cover flag to report by go version -mKioni
11 dayshtml: update jstmpllitinterp docRoland Shoemaker
11 dayscrypto/tls: remove typeNextProtocolFilippo Valsorda
11 daysencoding/binary: adjust docs for Append, Encode and DecodeJes Cok
11 dayscrypto/tls: improved 0-RTT QUIC APIDamien Neil
11 dayscrypto/x509: reject serial numbers longer than 20 octetsRoland Shoemaker
11 dayscrypto/x509: reject negative serial numbersRoland Shoemaker
11 daysinternal/concurrent: make HashTrieMap iteration more idiomaticMichael Anthony Knyszek
11 dayscrypto/tls: implement X25519Kyber768Draft00Filippo Valsorda
11 dayscmd/compile: update PGO profileCherry Mui
11 daysruntime: split mutex profile clocksRhys Hiltner
11 dayscrypto/tls: ensure GODEBUGs are initializedFilippo Valsorda
11 dayscrypto/tls: clarify group selection logicFilippo Valsorda
11 daysmaps: clarify iteration order and insertion behavioraimuz
11 daysinternal/cpu: remove unused const cpuid_SSE2Tobias Klauser
11 daysreflect: add line breaks for long sentencesJes Cok
11 daysinternal/coverage/cfile: remove //go:linkname into testingRuss Cox
11 daysinternal/coverage/cfile: remove more //go:linkname usageRuss Cox
11 dayscrypto/x509: cleanup signature generationFilippo Valsorda
11 daysmath/rand/v2: drop pointer receiver on zero-width typeBrad Fitzpatrick
11 dayscmd/internal/obj/loong64: add atomic memory access instructions supportGuoqi Chen
11 daysgo/types, types2: underIs must consider Alias typesRobert Griesemer
11 daysgo/types, types2: coreType/String must consider Alias typesRobert Griesemer
11 daysgo/types, types2: don't panic converting a constant to aliased type parameterRobert Griesemer
11 daysgo/types, types2: add missing Unalias calls (clarification)Robert Griesemer
11 daysnet/http: disable flaky 100-continue testsDamien Neil
11 dayscmd/compile: for rangefunc, add checks and tests, fix panic interactionsDavid Chase
11 dayscmd/compile: Fix SSA building bug for CAS atomics on ARM64Andrey Bokhanko
11 daysunsafe: document the behavior of Sizeof on an interfaceNayef Ghattas
11 daysruntime/coverage: remove uses of //go:linknameRuss Cox
12 dayscmd/go: turn back on build_plugin_reproducible script testThan McIntosh
12 dayscmd/compile/internal/ssa: fix ppc64 merging of (CLRLSLDI (SRD ...))Paul E. Murphy
12 dayscmd/link/internal/ld: rewrite LC_UUID for darwin external linksThan McIntosh
12 daysruntime: improve runtime-internal mutex profile testsRhys Hiltner
12 daysruntime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
12 daysruntime: profile mutex contention during unlockRhys Hiltner
12 daysruntime: double-link list of waiting MsRhys Hiltner
12 daysruntime: use semaphore structure for futex locksRhys Hiltner
12 daysruntime: prepare for extensions to waiting M listRhys Hiltner
12 daysgo/types, types2: use GOEXPERIMENT to enable alias type parametersRobert Griesemer
12 daysinternal/goexperiment: add aliastypeparams GOEXPERIMENT flagRobert Griesemer
12 daysos: make FindProcess use pidfd on LinuxKir Kolyshkin
12 daysruntime: push vdsoClockgettimeSym linkname on linux/arm64Austin Clements
12 daysruntime: make profstackdepth a GODEBUG optionFelix Geisendörfer