]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-11-25 Junyang Shao[dev.simd] simd, cmd/compile: add float -> int conversions
2025-11-24 Cherry Mui[dev.simd] internal/buildcfg: turn GOEXPERIMENT=simd...
2025-11-24 Cherry Mui[dev.simd] all: merge master (e704b09) into dev.simd
2025-11-24 Mark Freemango/types, types2: shorten object map assertion
2025-11-24 Cherry Mui[dev.simd] all: merge master (02d1f3a) into dev.simd
2025-11-24 Joe Tsairuntime: respect GOTRACEBACK for user-triggered runtime...
2025-11-24 Cherry Mui[dev.simd] internal/buildcfg: don't enable SIMD experim...
2025-11-24 Alexandre Dauboisruntime/cgo: add support for `any` param and return...
2025-11-24 Cherry Mui[dev.simd] simd: add goexperiment tag to generate.go
2025-11-24 Srinivas Pokalacmd/compile, internal/buildcfg: enable regABI on s390x...
2025-11-24 Srinivas Pokalainternal/bytealg: port bytealg functions to reg ABI...
2025-11-24 Srinivas Pokalaruntime: port memmove, memclr to register ABI on s390x
2025-11-24 Srinivas Pokalainternal/runtime/syscall: Syscall changes for s390x...
2025-11-24 Srinivas Pokalareflect, runtime: add reflect support for regabi on...
2025-11-24 Srinivas Pokalaruntime: mark race functions on s390x as ABIInternal
2025-11-24 Srinivas Pokalaruntime: add runtime changes for register ABI on s390x
2025-11-24 Srinivas Pokalacmd/internal/obj: set morestack arg spilling and regabi...
2025-11-24 Srinivas Pokalacmd/compile: update s390x CALL* ops
2025-11-24 Srinivas Pokalacmd/compile/internal/s390x: add initial spill support
2025-11-24 Srinivas Pokalacmd/compile/internal: add register ABI information...
2025-11-24 Srinivas Pokalainternal/abi: define s390x ABI constants
2025-11-24 Srinivas Pokalacmd/compile: document register-based ABI for s390x
2025-11-24 Cherry Mui[dev.simd] go/doc/comment: don't include experimental...
2025-11-24 Cherry Mui[dev.simd] all: merge master (8dd5b13) into dev.simd
2025-11-24 Cherry MuiRevert "[dev.simd] internal/runtime/gc: add simd packag...
2025-11-24 David Chasecmd/compile: relax stmtline_test on amd64
2025-11-24 Xiaolin Zhaocmd/compile: use 32x32->64 multiplies on loong64
2025-11-23 Lidong Yanruntime: fix stale comment for mheap/malloc
2025-11-23 Xiaolin Zhaocmd/internal/obj/loong64: optimize duplicate optab...
2025-11-23 Axel Wagnercmd/internal/obj/arm64, image/gif, runtime, sort: use...
2025-11-23 cuishuangslices: fix incorrect comment in slices.Insert function...
2025-11-23 Sean Liaodoc/next: pre-announce end of support for macOS 12...
2025-11-22 Ian Alexandercmd/go: update default go directive in mod or work...
2025-11-22 Joel Singcmd/internal/obj/riscv: improve large branch/call/jump...
2025-11-22 Roland Shoemakercrypto/tls: use inner hello for earlyData when using...
2025-11-21 Michael Anthony... runtime: replace trace seqlock with write flag
2025-11-21 Michael Anthony... runtime/trace: add Log benchmark
2025-11-21 David Finkelcmd/go: support sha1 repos when git default is sha256
2025-11-21 qiulaidongfengcrypto/sha3: make the zero value of SHAKE useable
2025-11-21 qiulaidongfengcrypto/sha3: make the zero value of SHA3 useable
2025-11-21 Jonathan Halldatabase/sql: don't ignore ColumnConverter for unknown...
2025-11-21 Nick Ripleyruntime/pprof: remove hard-coded sleep in CPU profile...
2025-11-21 Nick Ripleyruntime: fix double wakeup in CPU profile buffer
2025-11-21 Junyang Shao[dev.simd] internal/runtime/gc: add simd package based...
2025-11-21 Junyang Shaocmd/compile: change testing.B.Loop keep alive semantic
2025-11-21 Sean Liaonet: remove unused linknames
2025-11-21 Sean Liaonet/http: remove unused linknames
2025-11-21 Sean Liaonet/http: populate Response.Request when using NewFileT...
2025-11-21 Sean Liaonet/http: preserve original path encoding in redirects
2025-11-21 Sean Liaonet/http: use HTTP 307 redirects in ServeMux
2025-11-21 Sean Liaonet/http: update Response.Request.URL after redirects...
2025-11-21 Sean Liaonet/http/cookiejar: treat localhost as secure origin
2025-11-21 Sean Liaonet/url: warn that JoinPath arguments should be escaped
2025-11-21 Filippo Valsordacrypto/internal/fips140/mldsa: unroll NTT and inverseNTT
2025-11-21 Daniel McCarneycrypto/internal/fisp140test: update acvptool, test...
2025-11-21 Filippo Valsordacrypto/internal/fips140/mldsa: new package
2025-11-21 Sean Liaoruntime: remove linkname for gopanic
2025-11-21 Filippo Valsordacrypto/internal/hpke: separate KEM and PublicKey/Privat...
2025-11-21 Filippo Valsordacrypto/internal/hpke: add ML-KEM and hybrid KEMs, and...
2025-11-21 Filippo Valsordacrypto/internal/hpke: modularize API and support more...
2025-11-21 Meng Zhuocmd/compile: simplify negative on multiplication
2025-11-21 Victornet/http: fix typo in Transport docs
2025-11-21 Plamerdi Makelanet: remove unnecessary loop variable copies in tests
2025-11-21 Ian Lance Taylorcmd/cgo: strip top-level const qualifier from argument...
2025-11-21 Sean Liaoerrors: add examples for custom Is/As matching
2025-11-21 Jorropocmd/compile: rewrite Rsh to RshU if arguments are prove...
2025-11-21 Jorropocmd/compile: propagate unsigned relations for Rsh if...
2025-11-21 Jakub Ciolekcmd/compile: make dse track multiple shadowed ranges
2025-11-21 Ch1n-ch1nlesscmd/compile/internal/ssa: correct type of ARM64 conditi...
2025-11-21 Junyang Shaointernal/runtime/gc/scan: add AVX512 impl of filterNil.
2025-11-21 Junyang Shao[dev.simd] cmd/compile, simd: update conversion API...
2025-11-21 Dmitri Shuralyovcmd/internal/objabi: remove -V=goexperiment internal...
2025-11-21 Neal Patel[dev.simd] cmd/compile: fix incorrect mapping of SHA256...
2025-11-21 Michael Prattruntime: go fmt
2025-11-21 Michael Prattinternal/strconv: go fmt
2025-11-21 Michael Prattinternal/trace: go fmt
2025-11-21 Jakub Ciolekcmd/compile: fix integer overflow in prove pass
2025-11-21 Jes Cokcmd/compile/internal: fix typos
2025-11-21 Jes Cokcmd/compile/internal/devirtualize: fix typos
2025-11-21 WANG Xueruicmd/link: support loading R_LARCH_PCREL20_S2 and R_LARC...
2025-11-21 David Chase[dev.simd] simd, cmd/compile: add more element types...
2025-11-21 David Chase[dev.simd] simd: fix signatures for PermuteConstant...
2025-11-21 Guoqi Chencmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U...
2025-11-20 Damien Neilcrypto/tls: add QUICErrorEvent
2025-11-20 Nicholas S... net/http/httputil: wrap ReverseProxy's outbound request...
2025-11-20 Michael Prattruntime: track goroutine location until actual STW
2025-11-20 Alan Donovancmd/vendor: update to x/tools@68724af
2025-11-20 Keith Randallruntime: disable stack allocation tests on sanitizers
2025-11-20 Damien Neilnet/url: permit colons in the host of postgresql:/...
2025-11-20 Sean Liaoencoding/json: remove linknames
2025-11-20 Taichi Maedamime: add missing path for mime types in godoc
2025-11-20 Filippo Valsordaos/signal: make NotifyContext cancel the context with...
2025-11-20 Cherry Mui[dev.simd] all: merge master (ca37d24) into dev.simd
2025-11-20 Damien Neilnet/http: drop unused "broken" field from persistConn
2025-11-20 Cherry Muicmd/internal/obj/x86: handle global reference in From3...
2025-11-20 Robert Griesemerspec: adjust rule for type parameter on RHS of alias...
2025-11-20 Damien Neilnet/http: correctly close fake net.Conns
2025-11-20 David Chase[dev.simd] simd: reorganize internal tests so that...
2025-11-20 khr@golang.orgcmd/compile: stack allocate backing stores during append
2025-11-20 Michael Prattruntime: select GC mark workers during start-the-world
next