| 2025-11-26 |
Keith Randall | cmd/compile: handle loops better during stack allocatio... |
commit | commitdiff | tree |
| 2025-11-26 |
Robert Griesemer | go/types, types2: improve printing of []*operand lists... |
commit | commitdiff | tree |
| 2025-11-26 |
Jorropo | runtime: merge all the linux 32 and 64 bits files into... |
commit | commitdiff | tree |
| 2025-11-26 |
Junyang Shao | testing: fix bloop doc |
commit | commitdiff | tree |
| 2025-11-26 |
qmuntal | os,internal/syscall/windows: support O_* flags in Root... |
commit | commitdiff | tree |
| 2025-11-26 |
Guoqi Chen | cmd/internal/obj/loong64: add {,x}vmadd series instruct... |
commit | commitdiff | tree |
| 2025-11-26 |
Xiaolin Zhao | cmd/internal/obj/loong64: add aliases to 32-bit arithme... |
commit | commitdiff | tree |
| 2025-11-26 |
Jorropo | cmd/compile: add tests bruteforcing limit complement |
commit | commitdiff | tree |
| 2025-11-26 |
qmuntal | os,internal/poll: don't call IsNonblock for consoles... |
commit | commitdiff | tree |
| 2025-11-26 |
Boris Nagaev | crypto/internal/fips140/aes: optimize ctrBlocks8Asm... |
commit | commitdiff | tree |
| 2025-11-26 |
Jorropo | cmd/compile: add tests bruteforcing limit negation... |
commit | commitdiff | tree |
| 2025-11-26 |
Alexander Musman | cmd/compile,internal/bytealg: add MemEq intrinsic for... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go: remove final references to modfetch.Fetcher_ |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/toolchain: remove references to modfetc... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/modget: remove references to modfetch... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/load: remove references to modfetch... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/modcmd: remove references to modfetch... |
commit | commitdiff | tree |
| 2025-11-26 |
David Chase | cmd/compile: adjust start heap size |
commit | commitdiff | tree |
| 2025-11-26 |
Felix Geisendörfer | internal/trace: support event constructor for testing |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Lance Taylor | runtime: panic if cleanup function closes over cleanup... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Lance Taylor | runtime: panic on AddCleanup with self pointer |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/modfetch: remove references to Fetcher_... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/modload: replace references to modfetch... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/modcmd: inject modfetch.Fetcher_ into... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/modload: inject modfetch.Fetcher_ into... |
commit | commitdiff | tree |
| 2025-11-26 |
Ian Alexander | cmd/go/internal/modfetch: inject Fetcher_ into TidyGoSum |
commit | commitdiff | tree |
| 2025-11-26 |
Filippo Valsorda | crypto/internal/fips140/aes/gcm: add more GCM nonce... |
commit | commitdiff | tree |
| 2025-11-26 |
Filippo Valsorda | crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid... |
commit | commitdiff | tree |
| 2025-11-26 |
Guoqi Chen | cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD... |
commit | commitdiff | tree |
| 2025-11-25 |
Ian Alexander | cmd/go/internal/modfetch: move global goSum to Fetcher_ |
commit | commitdiff | tree |
| 2025-11-25 |
Ian Alexander | cmd/go: remove fips140 dependency on global Fetcher_ |
commit | commitdiff | tree |
| 2025-11-25 |
Russ Cox | internal/strconv: add testbase tests |
commit | commitdiff | tree |
| 2025-11-25 |
Russ Cox | internal/strconv: delete ftoaryu |
commit | commitdiff | tree |
| 2025-11-25 |
Ian Lance Taylor | compress/flate: move big non-pointer arrays to end... |
commit | commitdiff | tree |
| 2025-11-25 |
Mark Ryan | cmd/internal/obj/riscv: document compressed instructions |
commit | commitdiff | tree |
| 2025-11-25 |
Louis Nyffenegger | path: add more examples for path.Clean |
commit | commitdiff | tree |
| 2025-11-25 |
guoguangwu | maps: use strings.EqualFold in example |
commit | commitdiff | tree |
| 2025-11-25 |
Taichi Maeda | strconv: replace Ryu ftoa with Dragonbox |
commit | commitdiff | tree |
| 2025-11-25 |
Neal Patel | crypto: fix dead links and correct SHA-512 algorithm... |
commit | commitdiff | tree |
| 2025-11-25 |
Neal Patel | crypto/internal/fips140/sha512: interleave scheduling... |
commit | commitdiff | tree |
| 2025-11-25 |
Neal Patel | crypto/internal/fips140/sha256: interleave scheduling... |
commit | commitdiff | tree |
| 2025-11-25 |
胡玮文 | internal/runtime/cgroup: allow more tests to run on... |
commit | commitdiff | tree |
| 2025-11-25 |
kmvijay | crypto/internal/fips140/bigmod: vector implementation... |
commit | commitdiff | tree |
| 2025-11-25 |
José Joaquín... | net/url: fix example of Values.Encode |
commit | commitdiff | tree |
| 2025-11-25 |
Tom Thorogood | crypto/sha3: reduce cSHAKE allocations |
commit | commitdiff | tree |
| 2025-11-25 |
Filippo Valsorda | crypto/hpke: expose crypto/internal/hpke |
commit | commitdiff | tree |
| 2025-11-25 |
Filippo Valsorda | crypto/ecdsa: clean up ECDSA parsing and serialization... |
commit | commitdiff | tree |
| 2025-11-25 |
Quentin Quaadgras | reflect: add iterator equivalents for NumField, NumIn... |
commit | commitdiff | tree |
| 2025-11-25 |
Roland Shoemaker | crypto/x509: sub-quadratic name constraint checking |
commit | commitdiff | tree |
| 2025-11-25 |
Roland Shoemaker | crypto/x509: cleanup name constraint tests |
commit | commitdiff | tree |
| 2025-11-25 |
Andrey Pshenkin | crypto/rsa: add EncryptOAEPWithOptions |
commit | commitdiff | tree |
| 2025-11-25 |
guoguangwu | internal/poll: replace t.Sub(time.Now()) with time... |
commit | commitdiff | tree |
| 2025-11-25 |
Daniel McCarney | crypto/tls: expose HelloRetryRequest state |
commit | commitdiff | tree |
| 2025-11-25 |
Sean Liao | doc: pre-announce removal of 1.23 and earlier crypto... |
commit | commitdiff | tree |
| 2025-11-25 |
Sean Liao | crypto/fips140: add Version |
commit | commitdiff | tree |
| 2025-11-25 |
Ian Alexander | cmd/go/internal/modfetch: rename State to Fetcher |
commit | commitdiff | tree |
| 2025-11-25 |
Ian Alexander | cmd/go/internal/modload: make State.modfetchState a... |
commit | commitdiff | tree |
| 2025-11-25 |
Ian Alexander | cmd/go: add setters for critical State fields |
commit | commitdiff | tree |
| 2025-11-25 |
David Finkel | runtime: add GODEBUG=tracebacklabels=1 to include pprof... |
commit | commitdiff | tree |
| 2025-11-25 |
Damien Neil | net/http: add Transport.NewClientConn |
commit | commitdiff | tree |
| 2025-11-25 |
Damien Neil | all: update to x/net@bff14c52567061031b9761881907c39e24... |
commit | commitdiff | tree |
| 2025-11-25 |
Damien Neil | context: don't return the wrong error when Cause races... |
commit | commitdiff | tree |
| 2025-11-25 |
Filippo Valsorda | crypto/x509: add ExtKeyUsage.String and KeyUsage.String... |
commit | commitdiff | tree |
| 2025-11-25 |
Daniel McCarney | crypto/internal/fips140test: add ML-DSA coverage |
commit | commitdiff | tree |
| 2025-11-24 |
David Chase | cmd/compile: add cases for StringLen to prove |
commit | commitdiff | tree |
| 2025-11-24 |
Jes Cok | cmd/go/internal/auth: fix typo |
commit | commitdiff | tree |
| 2025-11-24 |
Michael Anthony... | runtime: use m.profStack in traceStack |
commit | commitdiff | tree |
| 2025-11-24 |
Michael Anthony... | runtime: don't write unique string to trace if it's... |
commit | commitdiff | tree |
| 2025-11-24 |
Cherry Mui | all: REVERSE MERGE dev.simd (7d65463) into master |
commit | commitdiff | tree |
| 2025-11-24 |
Cherry Mui | [dev.simd] all: merge master (e704b09) into dev.simd |
commit | commitdiff | tree |
| 2025-11-24 |
Mark Freeman | go/types, types2: shorten object map assertion |
commit | commitdiff | tree |
| 2025-11-24 |
Cherry Mui | [dev.simd] all: merge master (02d1f3a) into dev.simd |
commit | commitdiff | tree |
| 2025-11-24 |
Joe Tsai | runtime: respect GOTRACEBACK for user-triggered runtime... |
commit | commitdiff | tree |
| 2025-11-24 |
Cherry Mui | [dev.simd] internal/buildcfg: don't enable SIMD experim... |
commit | commitdiff | tree |
| 2025-11-24 |
Alexandre Daubois | runtime/cgo: add support for `any` param and return... |
commit | commitdiff | tree |
| 2025-11-24 |
Cherry Mui | [dev.simd] simd: add goexperiment tag to generate.go |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | cmd/compile, internal/buildcfg: enable regABI on s390x... |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | internal/bytealg: port bytealg functions to reg ABI... |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | runtime: port memmove, memclr to register ABI on s390x |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | internal/runtime/syscall: Syscall changes for s390x... |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | reflect, runtime: add reflect support for regabi on... |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | runtime: mark race functions on s390x as ABIInternal |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | runtime: add runtime changes for register ABI on s390x |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | cmd/internal/obj: set morestack arg spilling and regabi... |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | cmd/compile: update s390x CALL* ops |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | cmd/compile/internal/s390x: add initial spill support |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | cmd/compile/internal: add register ABI information... |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | internal/abi: define s390x ABI constants |
commit | commitdiff | tree |
| 2025-11-24 |
Srinivas Pokala | cmd/compile: document register-based ABI for s390x |
commit | commitdiff | tree |
| 2025-11-24 |
Cherry Mui | [dev.simd] go/doc/comment: don't include experimental... |
commit | commitdiff | tree |
| 2025-11-24 |
Cherry Mui | [dev.simd] all: merge master (8dd5b13) into dev.simd |
commit | commitdiff | tree |
| 2025-11-24 |
Cherry Mui | Revert "[dev.simd] internal/runtime/gc: add simd packag... |
commit | commitdiff | tree |
| 2025-11-24 |
David Chase | cmd/compile: relax stmtline_test on amd64 |
commit | commitdiff | tree |
| 2025-11-24 |
Xiaolin Zhao | cmd/compile: use 32x32->64 multiplies on loong64 |
commit | commitdiff | tree |
| 2025-11-23 |
Lidong Yan | runtime: fix stale comment for mheap/malloc |
commit | commitdiff | tree |
| 2025-11-23 |
Xiaolin Zhao | cmd/internal/obj/loong64: optimize duplicate optab... |
commit | commitdiff | tree |
| 2025-11-23 |
Axel Wagner | cmd/internal/obj/arm64, image/gif, runtime, sort: use... |
commit | commitdiff | tree |
| 2025-11-23 |
cuishuang | slices: fix incorrect comment in slices.Insert function... |
commit | commitdiff | tree |
| 2025-11-23 |
Sean Liao | doc/next: pre-announce end of support for macOS 12... |
commit | commitdiff | tree |
| 2025-11-22 |
Ian Alexander | cmd/go: update default go directive in mod or work... |
commit | commitdiff | tree |
| next |