aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-11-24cmd/internal/obj: set morestack arg spilling and regabi prologue onSrinivas Pokala
2025-11-24cmd/compile: update s390x CALL* opsSrinivas Pokala
2025-11-24cmd/compile/internal/s390x: add initial spill supportSrinivas Pokala
2025-11-24cmd/compile/internal: add register ABI information for s390xSrinivas Pokala
2025-11-24internal/abi: define s390x ABI constantsSrinivas Pokala
2025-11-24cmd/compile: document register-based ABI for s390xSrinivas Pokala
2025-11-24[dev.simd] go/doc/comment: don't include experimental packages in std listCherry Mui
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-24Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels"Cherry Mui
2025-11-24cmd/compile: relax stmtline_test on amd64David Chase
2025-11-23cmd/compile: use 32x32->64 multiplies on loong64Xiaolin Zhao
2025-11-23runtime: fix stale comment for mheap/mallocLidong Yan
2025-11-23cmd/internal/obj/loong64: optimize duplicate optab entriesXiaolin Zhao
2025-11-23cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ...Axel Wagner
2025-11-23slices: fix incorrect comment in slices.Insert function documentationcuishuang
2025-11-22cmd/go: update default go directive in mod or work initIan Alexander
2025-11-21cmd/internal/obj/riscv: improve large branch/call/jump testsJoel Sing
2025-11-21crypto/tls: use inner hello for earlyData when using QUIC and ECHRoland Shoemaker
2025-11-21runtime: replace trace seqlock with write flagMichael Anthony Knyszek
2025-11-21runtime/trace: add Log benchmarkMichael Anthony Knyszek
2025-11-21cmd/go: support sha1 repos when git default is sha256David Finkel
2025-11-21crypto/sha3: make the zero value of SHAKE useableqiulaidongfeng
2025-11-21crypto/sha3: make the zero value of SHA3 useableqiulaidongfeng
2025-11-21database/sql: don't ignore ColumnConverter for unknown input countJonathan Hall
2025-11-21runtime/pprof: remove hard-coded sleep in CPU profile readerNick Ripley
2025-11-21runtime: fix double wakeup in CPU profile bufferNick Ripley
2025-11-21[dev.simd] internal/runtime/gc: add simd package based greentea kernelsJunyang Shao
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-11-21net: remove unused linknamesSean Liao
2025-11-21net/http: remove unused linknamesSean Liao
2025-11-21net/http: populate Response.Request when using NewFileTransportSean Liao
2025-11-21net/http: preserve original path encoding in redirectsSean Liao
2025-11-21net/http: use HTTP 307 redirects in ServeMuxSean Liao
2025-11-21net/http: update Response.Request.URL after redirects on GOOS=jsSean Liao
2025-11-21net/http/cookiejar: treat localhost as secure originSean Liao
2025-11-21net/url: warn that JoinPath arguments should be escapedSean Liao
2025-11-21crypto/internal/fips140/mldsa: unroll NTT and inverseNTTFilippo Valsorda
2025-11-21crypto/internal/fisp140test: update acvptool, test dataDaniel McCarney
2025-11-21crypto/internal/fips140/mldsa: new packageFilippo Valsorda
2025-11-21runtime: remove linkname for gopanicSean Liao
2025-11-21crypto/internal/hpke: separate KEM and PublicKey/PrivateKey interfacesFilippo Valsorda
2025-11-21crypto/internal/hpke: add ML-KEM and hybrid KEMs, and SHAKE KDFsFilippo Valsorda
2025-11-21crypto/internal/hpke: modularize API and support more ciphersuitesFilippo Valsorda
2025-11-21cmd/compile: simplify negative on multiplicationMeng Zhuo
2025-11-21net/http: fix typo in Transport docsVictor
2025-11-21net: remove unnecessary loop variable copies in testsPlamerdi Makela
2025-11-21cmd/cgo: strip top-level const qualifier from argument frame structIan Lance Taylor
2025-11-21errors: add examples for custom Is/As matchingSean Liao
2025-11-21cmd/compile: rewrite Rsh to RshU if arguments are proved positiveJorropo
2025-11-21cmd/compile: propagate unsigned relations for Rsh if arguments are positiveJorropo