aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-13cmd/go: support -json flag in go versionxieyuschen
2025-05-13crypto: limit md5 or sha256 blocks processed at once in assemblyRadu Berinde
2025-05-13testing: add Outputsuntala
2025-05-12cmd/link: ignore mapping symbols on riscv64Yao Zi
2025-05-12runtime: only poll network from one P at a time in findRunnableCarlos Amedee
2025-05-12cmd/internal/obj/loong64: Add preld{,x} instructions supportGuoqi Chen
2025-05-12internal/pkgbits: rename Reloc* to Section*Mark Freeman
2025-05-12internal/pkgbits: write a formal grammar for UIR primitivesMark Freeman
2025-05-12text/template: clone options when cloning templatesSean Liao
2025-05-12testing: limit TempDir name lengthSean Liao
2025-05-12net: don't test with leading 0 in ipv4 addressesSean Liao
2025-05-12net: fix deadlock in lookupProtocol on WindowsSpike Curtis
2025-05-12os: remove NewFile socket detection on Windowsqmuntal
2025-05-12cmd/link: use >4GB base address for 64-bit PE binariesqmuntal
2025-05-12net/http: add missing ServeTLS on the comment of http.Server.Shutdownt-katsumura
2025-05-12runtime: add goschedIfBusy to bgsweep to prevent livelock after inliningArsenySamoylov
2025-05-12crypto/internal/fips140/subtle: add assembly implementation of xorBytes for m...Julian Zhu
2025-05-12bytes, strings: rename parameters in ExampleCut{Pre,Suf}fixTobias Klauser
2025-05-12bytes, strings: micro-optimize EqualFoldJulien Cretel
2025-05-11crypto/sha1: replaced WORD with instruction REVB2WXiaolin Zhao
2025-05-11cmd/internal/obj/loong64: add [X]VFCLASS.{S/D} instructionsXiaolin Zhao
2025-05-09crypto/tls: handle client hello version too highDaniel McCarney
2025-05-09crypto/tls: fix TLS <1.3 client cert required alertDaniel McCarney
2025-05-09crypto/tls: enable more large record bogo testsDaniel McCarney
2025-05-09crypto/tls: skip BadRSAClientKeyExchange-[4,5]Daniel McCarney
2025-05-09crypto/tls: err for unsupported point format configsDaniel McCarney
2025-05-09crypto/tls: update TLS 1.3 client compression validationDaniel McCarney
2025-05-09crypto/tls: use illegal param alert for bad compressionDaniel McCarney
2025-05-09cmd/go: change go tool to build tools missing from GOROOT/pkg/toolMichael Matloob
2025-05-09cmd/compile/internal/noder: begin documenting meta sectionMark Freeman
2025-05-08crypto/internal/fips140/subtle: add assembly implementation of xorBytes for m...Julian Zhu
2025-05-08internal/bytealg: optimize the function indexbyte using SIMD on loong64limeidan
2025-05-08cmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV}.{S/D} instructionsXiaolin Zhao
2025-05-08crypto/sha512: improve performance of loong64Xiaolin Zhao
2025-05-08crypto/sha256: improve performance of loong64Xiaolin Zhao
2025-05-08hash: use testhash.TestHash in all hash functionsAustin Clements
2025-05-08internal/testhash: move cryptotest.TestHash to shared packageAustin Clements
2025-05-08crypto/tls: use runtime.Gosched instead of time.After in TestCertCacheMichael Anthony Knyszek
2025-05-08cmd/compile/internal/noder: begin a formal UIR grammar.Mark Freeman
2025-05-08runtime: avoid overflow in mutex delay calculationRhys Hiltner
2025-05-08runtime: remove ptr/scalar bitmap metrickhr@golang.org
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-08crypto/tls: add scheduler call to TestCertCache refcount timeout loopMichael Anthony Knyszek
2025-05-08cmd/compile: add 2 phiopt casesJakub Ciolek
2025-05-08cmd/vendor: pull in the x/mod/modfile ignore directiveSam Thanawalla
2025-05-08cmd/go: replace backslash systematically in path of commandConstantin Konstantinidis
2025-05-08cmd/go: fix incorrect determining default value of CGO_ENABLEDqiulaidongfeng
2025-05-08pkgbits: consolidate doc.go to only relevant detailsMark Freeman
2025-05-08runtime: fix condition to emit gcpacertrace end-of-sweep lineMichael Anthony Knyszek
2025-05-08crypto,crypto/x509: implement MessageSignerRoland Shoemaker