aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-22Revert "cmd/doc: better support for no network"Michael Matloob
2025-05-22cmd/compile: fix ICE when transforming loopvarCuong Manh Le
2025-05-21runtime: use the immortal weak handle map for sbrk modeMichael Anthony Knyszek
2025-05-21cmd/compile/internal/ssa: eliminate string copies for calls to unique.MakeJake Bailey
2025-05-21hash/maphash: move purego-only helper functions to build tagged fileCherry Mui
2025-05-21cmd/compile, unique: model data flow of non-string pointersCherry Mui
2025-05-21cmd/compile/internal/escape: make escape analysis -m=2 logs more accessiblethepudds
2025-05-21runtime/trace: add the flight recorderCarlos Amedee
2025-05-21cmd/compile: fold negation into addition/subtraction on s390xJulian Zhu
2025-05-21crypto,hash: add and implement hash.ClonerFilippo Valsorda
2025-05-21cmd/compile: remove unused function from escape analysisKeith Randall
2025-05-21net/http: use synctest.Test rather than RunDamien Neil
2025-05-21testing: add AttrDamien Neil
2025-05-21crypto/sha3: un-interleave EOR instructionsRoland Shoemaker
2025-05-21crypto/x509: use truncated SHA-256 for SubjectKeyIdFilippo Valsorda
2025-05-21crypto/tls: reject duplicate TLS 1.3 EncryptedExtensionsDaniel McCarney
2025-05-21crypto/tls: use decode alert for handshake msg unmarshal errDaniel McCarney
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21crypto: add a test for disallowed instructionsRoland Shoemaker
2025-05-21hash: add XOF interfaceqiulaidongfeng
2025-05-21crypto/ecdsa: add low-level encoding functions for keysFilippo Valsorda
2025-05-21crypto/tls: don't advertise TLS 1.2-only sigAlgs in TLS 1.3Filippo Valsorda
2025-05-21cmd/link/internal/ld: use 12.0.0 OS/SDK versions for macOS linkingDmitri Shuralyov
2025-05-21crypto/sha3: add SIMD implementation with ARMv8.2 featuresHowJmay
2025-05-21crypto/internal/cryptotest: test Armv8.2 on darwin/arm64Filippo Valsorda
2025-05-21internal/cpu: add ARM64.HasSHA3Filippo Valsorda
2025-05-21runtime: skip TestTimePprof on sanitizersMichael Pratt
2025-05-21cmd/doc: better support for no networkMichael Matloob
2025-05-21cmd/go/internal/doc: ignore SIGINT and SIGQUITMichael Matloob
2025-05-21internal/pkgbits: mark element / section ends as delta encoding candidatesMark Freeman
2025-05-21crypto/internal/fips140/nistec: remove dead s390x p256OrdMulFilippo Valsorda
2025-05-21net/http: add CrossOriginProtectionFilippo Valsorda
2025-05-21reflect: leak packEface input to result rather than heapthepudds
2025-05-21cmd/doc: add more convenient behavior for go doc -http with no argsMichael Matloob
2025-05-21runtime: use DontUpdate testprog for DontUpdate testMichael Pratt
2025-05-21crypto/tls: update BoGo SessionID test skip reasonsDaniel McCarney
2025-05-21crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13Daniel McCarney
2025-05-21crypto/tls: match compression method alert across versionsDaniel McCarney
2025-05-21crypto/tls: delete dead code curveIDForCurveDaniel McCarney
2025-05-21crypto/tls: verify server chooses advertised curveDaniel McCarney
2025-05-21reflect: optimize IsZero with a pointer comparison to global zeroValthepudds
2025-05-21cmd/compile/internal/walk: use global zeroVal in interface conversions for ze...thepudds
2025-05-21cmd/compile/internal/walk: convert composite literals to interfaces without a...thepudds
2025-05-21internal/godebug,crypto/fips140: make fips140 setting immutableFilippo Valsorda
2025-05-21crypto/internal/fips140: use hash.HashFilippo Valsorda
2025-05-21cmd/compile: fix offset calculation error in memcombineJunyang Shao
2025-05-21crypto/tls: have servers prefer TLS 1.3 when supportedDaniel McCarney
2025-05-21crypto/tls: add GetEncryptedClientHelloKeysRoland Shoemaker
2025-05-21crypto/sha1: use cryptotest.TestAllImplementations and impl.RegisterFilippo Valsorda
2025-05-21crypto: drop pre-AVX2 SHA assembly implementationsRoland Shoemaker