| 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 |
| 2025-11-22 |
Joel Sing | cmd/internal/obj/riscv: improve large branch/call/jump... |
commit | commitdiff | tree |
| 2025-11-22 |
Roland Shoemaker | crypto/tls: use inner hello for earlyData when using... |
commit | commitdiff | tree |
| 2025-11-21 |
Michael Anthony... | runtime: replace trace seqlock with write flag |
commit | commitdiff | tree |
| 2025-11-21 |
Michael Anthony... | runtime/trace: add Log benchmark |
commit | commitdiff | tree |
| 2025-11-21 |
David Finkel | cmd/go: support sha1 repos when git default is sha256 |
commit | commitdiff | tree |
| 2025-11-21 |
qiulaidongfeng | crypto/sha3: make the zero value of SHAKE useable |
commit | commitdiff | tree |
| 2025-11-21 |
qiulaidongfeng | crypto/sha3: make the zero value of SHA3 useable |
commit | commitdiff | tree |
| 2025-11-21 |
Jonathan Hall | database/sql: don't ignore ColumnConverter for unknown... |
commit | commitdiff | tree |
| 2025-11-21 |
Nick Ripley | runtime/pprof: remove hard-coded sleep in CPU profile... |
commit | commitdiff | tree |
| 2025-11-21 |
Nick Ripley | runtime: fix double wakeup in CPU profile buffer |
commit | commitdiff | tree |
| 2025-11-21 |
Junyang Shao | [dev.simd] internal/runtime/gc: add simd package based... |
commit | commitdiff | tree |
| 2025-11-21 |
Junyang Shao | cmd/compile: change testing.B.Loop keep alive semantic |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | net: remove unused linknames |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | net/http: remove unused linknames |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | net/http: populate Response.Request when using NewFileT... |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | net/http: preserve original path encoding in redirects |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | net/http: use HTTP 307 redirects in ServeMux |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | net/http: update Response.Request.URL after redirects... |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | net/http/cookiejar: treat localhost as secure origin |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | net/url: warn that JoinPath arguments should be escaped |
commit | commitdiff | tree |
| 2025-11-21 |
Filippo Valsorda | crypto/internal/fips140/mldsa: unroll NTT and inverseNTT |
commit | commitdiff | tree |
| 2025-11-21 |
Daniel McCarney | crypto/internal/fisp140test: update acvptool, test... |
commit | commitdiff | tree |
| 2025-11-21 |
Filippo Valsorda | crypto/internal/fips140/mldsa: new package |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | runtime: remove linkname for gopanic |
commit | commitdiff | tree |
| 2025-11-21 |
Filippo Valsorda | crypto/internal/hpke: separate KEM and PublicKey/Privat... |
commit | commitdiff | tree |
| 2025-11-21 |
Filippo Valsorda | crypto/internal/hpke: add ML-KEM and hybrid KEMs, and... |
commit | commitdiff | tree |
| 2025-11-21 |
Filippo Valsorda | crypto/internal/hpke: modularize API and support more... |
commit | commitdiff | tree |
| 2025-11-21 |
Meng Zhuo | cmd/compile: simplify negative on multiplication |
commit | commitdiff | tree |
| 2025-11-21 |
Victor | net/http: fix typo in Transport docs |
commit | commitdiff | tree |
| 2025-11-21 |
Plamerdi Makela | net: remove unnecessary loop variable copies in tests |
commit | commitdiff | tree |
| 2025-11-21 |
Ian Lance Taylor | cmd/cgo: strip top-level const qualifier from argument... |
commit | commitdiff | tree |
| 2025-11-21 |
Sean Liao | errors: add examples for custom Is/As matching |
commit | commitdiff | tree |
| 2025-11-21 |
Jorropo | cmd/compile: rewrite Rsh to RshU if arguments are prove... |
commit | commitdiff | tree |
| 2025-11-21 |
Jorropo | cmd/compile: propagate unsigned relations for Rsh if... |
commit | commitdiff | tree |
| 2025-11-21 |
Jakub Ciolek | cmd/compile: make dse track multiple shadowed ranges |
commit | commitdiff | tree |
| 2025-11-21 |
Ch1n-ch1nless | cmd/compile/internal/ssa: correct type of ARM64 conditi... |
commit | commitdiff | tree |
| 2025-11-21 |
Junyang Shao | internal/runtime/gc/scan: add AVX512 impl of filterNil. |
commit | commitdiff | tree |
| 2025-11-21 |
Junyang Shao | [dev.simd] cmd/compile, simd: update conversion API... |
commit | commitdiff | tree |
| 2025-11-21 |
Dmitri Shuralyov | cmd/internal/objabi: remove -V=goexperiment internal... |
commit | commitdiff | tree |
| 2025-11-21 |
Neal Patel | [dev.simd] cmd/compile: fix incorrect mapping of SHA256... |
commit | commitdiff | tree |
| 2025-11-21 |
Michael Pratt | runtime: go fmt |
commit | commitdiff | tree |
| 2025-11-21 |
Michael Pratt | internal/strconv: go fmt |
commit | commitdiff | tree |
| 2025-11-21 |
Michael Pratt | internal/trace: go fmt |
commit | commitdiff | tree |
| 2025-11-21 |
Jakub Ciolek | cmd/compile: fix integer overflow in prove pass |
commit | commitdiff | tree |
| 2025-11-21 |
Jes Cok | cmd/compile/internal: fix typos |
commit | commitdiff | tree |
| 2025-11-21 |
Jes Cok | cmd/compile/internal/devirtualize: fix typos |
commit | commitdiff | tree |
| 2025-11-21 |
WANG Xuerui | cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARC... |
commit | commitdiff | tree |
| 2025-11-21 |
David Chase | [dev.simd] simd, cmd/compile: add more element types... |
commit | commitdiff | tree |
| 2025-11-21 |
David Chase | [dev.simd] simd: fix signatures for PermuteConstant... |
commit | commitdiff | tree |
| 2025-11-21 |
Guoqi Chen | cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U... |
commit | commitdiff | tree |
| 2025-11-20 |
Damien Neil | crypto/tls: add QUICErrorEvent |
commit | commitdiff | tree |
| 2025-11-20 |
Nicholas S... | net/http/httputil: wrap ReverseProxy's outbound request... |
commit | commitdiff | tree |
| 2025-11-20 |
Michael Pratt | runtime: track goroutine location until actual STW |
commit | commitdiff | tree |
| 2025-11-20 |
Alan Donovan | cmd/vendor: update to x/tools@68724af |
commit | commitdiff | tree |
| 2025-11-20 |
Keith Randall | runtime: disable stack allocation tests on sanitizers |
commit | commitdiff | tree |
| 2025-11-20 |
Damien Neil | net/url: permit colons in the host of postgresql:/... |
commit | commitdiff | tree |
| 2025-11-20 |
Sean Liao | encoding/json: remove linknames |
commit | commitdiff | tree |
| 2025-11-20 |
Taichi Maeda | mime: add missing path for mime types in godoc |
commit | commitdiff | tree |
| 2025-11-20 |
Filippo Valsorda | os/signal: make NotifyContext cancel the context with... |
commit | commitdiff | tree |
| 2025-11-20 |
Cherry Mui | [dev.simd] all: merge master (ca37d24) into dev.simd |
commit | commitdiff | tree |
| 2025-11-20 |
Damien Neil | net/http: drop unused "broken" field from persistConn |
commit | commitdiff | tree |
| 2025-11-20 |
Cherry Mui | cmd/internal/obj/x86: handle global reference in From3... |
commit | commitdiff | tree |
| 2025-11-20 |
Robert Griesemer | spec: adjust rule for type parameter on RHS of alias... |
commit | commitdiff | tree |
| 2025-11-20 |
Damien Neil | net/http: correctly close fake net.Conns |
commit | commitdiff | tree |
| 2025-11-20 |
David Chase | [dev.simd] simd: reorganize internal tests so that... |
commit | commitdiff | tree |
| 2025-11-20 |
khr@golang.org | cmd/compile: stack allocate backing stores during append |
commit | commitdiff | tree |
| 2025-11-20 |
Michael Pratt | runtime: select GC mark workers during start-the-world |
commit | commitdiff | tree |
| 2025-11-20 |
Michael Pratt | runtime: split findRunnableGCWorker in two |
commit | commitdiff | tree |
| 2025-11-20 |
Dmitri Shuralyov | go/version: use "custom" as an example of a version... |
commit | commitdiff | tree |
| 2025-11-20 |
Guoqi Chen | cmd/compile: Implement LoweredZeroLoop with LSX Instruc... |
commit | commitdiff | tree |
| 2025-11-20 |
Xiaolin Zhao | cmd/internal/obj/loong64: add MULW.D.W[U] instructions |
commit | commitdiff | tree |
| 2025-11-19 |
Filippo Valsorda | crypto: add Encapsulator and Decapsulator interfaces |
commit | commitdiff | tree |
| 2025-11-19 |
Filippo Valsorda | crypto/ecdh: add KeyExchanger interface |
commit | commitdiff | tree |
| 2025-11-19 |
Mark Freeman | go/types, types2: fix object path for grouped declarati... |
commit | commitdiff | tree |
| 2025-11-19 |
zigo101 | spec: escape double-ampersands |
commit | commitdiff | tree |
| 2025-11-19 |
Jorropo | cmd/compile: fix control flow for unsigned divisions... |
commit | commitdiff | tree |
| 2025-11-19 |
Jorropo | cmd/compile: cleanup useless if statement in prove |
commit | commitdiff | tree |
| 2025-11-19 |
Jorropo | test: go fmt prove.go tests |
commit | commitdiff | tree |
| 2025-11-19 |
Srinivas Pokala | math: switch s390x math.Pow to generic implementation |
commit | commitdiff | tree |
| 2025-11-18 |
Austin Clements | [dev.simd] simd: make 'go generate' generate everything |
commit | commitdiff | tree |
| 2025-11-18 |
Austin Clements | [dev.simd] simd: move template code generator into... |
commit | commitdiff | tree |
| 2025-11-18 |
Austin Clements | runtime: add dlog.hexdump |
commit | commitdiff | tree |
| 2025-11-18 |
Austin Clements | runtime: add hexdumper |
commit | commitdiff | tree |
| 2025-11-18 |
Nicholas S... | Revert "net/http: do not discard body content when... |
commit | commitdiff | tree |
| 2025-11-18 |
Austin Clements | [dev.simd] simd/_gen/simdgen: remove outdated asm.yaml.toy |
commit | commitdiff | tree |
| 2025-11-18 |
Keith Randall | cmd/compile: prefer fixed registers for values |
commit | commitdiff | tree |
| 2025-11-18 |
Keith Randall | cmd/compile: fold boolean NOT into branches |
commit | commitdiff | tree |
| 2025-11-18 |
David Chase | [dev.simd] simd: fix comment in file generator |
commit | commitdiff | tree |
| 2025-11-18 |
David Chase | [dev.simd] simd: remove FlattenedTranspose from exports |
commit | commitdiff | tree |
| next |