aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-11-26go/types, types2: remove setDefType and most def plumbingMark Freeman
2025-11-26go/types, types2: replace setDefType with pending type checkMark Freeman
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26runtime: update mkmalloc to make generated code look nicermatloob
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26go/build/constraint: use strings.Builder instead of for { str+=str }Alan Donovan
2025-11-26go/types: relax NewSignatureType for append(slice, str...)Alan Donovan
2025-11-26crypto/tls: support crypto.MessageSigner private keysFilippo Valsorda
2025-11-26cmd/compile: fix bloop get name logicJunyang Shao
2025-11-26cmd/go: remove experiment checks for compile -cmatloob
2025-11-26doc/next: document broken freebsd/riscv64 portDmitri Shuralyov
2025-11-26cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simdCherry Mui
2025-11-26crypto/fips140: add WithoutEnforcementDaniel Morsing
2025-11-26crypto/x509: add ExtKeyUsage.OID methodRoland Shoemaker
2025-11-26cmd/go: limit total compile -c backend concurrency using a poolMichael Matloob
2025-11-26cmd/compile: handle loops better during stack allocation of slicesKeith Randall
2025-11-26go/types, types2: improve printing of []*operand lists (debugging support)Robert Griesemer
2025-11-26runtime: merge all the linux 32 and 64 bits files into one for eachJorropo
2025-11-26testing: fix bloop docJunyang Shao
2025-11-26os,internal/syscall/windows: support O_* flags in Root.OpenFileqmuntal
2025-11-26cmd/internal/obj/loong64: add {,x}vmadd series instructions supportGuoqi Chen
2025-11-26cmd/internal/obj/loong64: add aliases to 32-bit arithmetic instructionsXiaolin Zhao
2025-11-26cmd/compile: add tests bruteforcing limit complementJorropo
2025-11-26os,internal/poll: don't call IsNonblock for consoles and Stdinqmuntal
2025-11-26crypto/internal/fips140/aes: optimize ctrBlocks8Asm on amd64Boris Nagaev
2025-11-26cmd/compile: add tests bruteforcing limit negation and improve limit additionJorropo
2025-11-26cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequalAlexander Musman
2025-11-26cmd/go: remove final references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/go/internal/toolchain: remove references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/go/internal/modget: remove references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/go/internal/load: remove references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/go/internal/modcmd: remove references to modfetch.Fetcher_Ian Alexander
2025-11-26cmd/compile: adjust start heap sizeDavid Chase
2025-11-26internal/trace: support event constructor for testingFelix Geisendörfer
2025-11-25runtime: panic if cleanup function closes over cleanup pointerIan Lance Taylor
2025-11-25runtime: panic on AddCleanup with self pointerIan Lance Taylor
2025-11-25cmd/go/internal/modfetch: remove references to Fetcher_ in test fileIan Alexander
2025-11-25cmd/go/internal/modload: replace references to modfetch.Fetcher_Ian Alexander
2025-11-25cmd/go/internal/modcmd: inject modfetch.Fetcher_ into DownloadModuleIan Alexander
2025-11-25cmd/go/internal/modload: inject modfetch.Fetcher_ into commitRequirementsIan Alexander
2025-11-25cmd/go/internal/modfetch: inject Fetcher_ into TidyGoSumIan Alexander
2025-11-25crypto/internal/fips140/aes/gcm: add more GCM nonce modesFilippo Valsorda
2025-11-25crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchangesFilippo Valsorda
2025-11-25cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD}.{H.B,W.H,D.W,Q.D}{,U} in...Guoqi Chen
2025-11-25[dev.simd] simd, cmd/compile: add float -> float conversionsJunyang Shao
2025-11-25[dev.simd] simd, cmd/compile: add int -> fp conversionsJunyang Shao
2025-11-25[dev.simd] simd, cmd/compile: add float -> int conversionsJunyang Shao
2025-11-25cmd/go/internal/modfetch: move global goSum to Fetcher_Ian Alexander
2025-11-25cmd/go: remove fips140 dependency on global Fetcher_Ian Alexander
2025-11-25internal/strconv: add testbase testsRuss Cox