2025-04-29 |
John Bampton | doc: fix grammar and spelling |
commit | commitdiff | tree |
2025-04-29 |
Guoqi Chen | cmd/internal/obj/loong64: fix the error parameters... |
commit | commitdiff | tree |
2025-04-29 |
John Bampton | crypto/internal/hpke: rename Receipient to Recipient |
commit | commitdiff | tree |
2025-04-28 |
goto1134 | cmd/list: fix -retracted flag description |
commit | commitdiff | tree |
2025-04-26 |
Julien Cretel | mime: speed up ParseMediaType |
commit | commitdiff | tree |
2025-04-25 |
Austin Clements | sync: tidy WaitGroup documentation, add WaitGroup.Go... |
commit | commitdiff | tree |
2025-04-25 |
David du Colombier | runtime: don't read /dev/random on Plan 9 |
commit | commitdiff | tree |
2025-04-25 |
Dmitri Shuralyov | cmd/dist: add "devel" substring check to isRelease... |
commit | commitdiff | tree |
2025-04-25 |
Keith Randall | cmd/compile: allow all of the preamble to be preemptible |
commit | commitdiff | tree |
2025-04-25 |
limeidan | runtime, internal/fuzz: add comparison tracing for... |
commit | commitdiff | tree |
2025-04-25 |
Guoqi Chen | cmd/internal/obj: add new assembly format for BFPT... |
commit | commitdiff | tree |
2025-04-25 |
Julian Zhu | crypto/sha256: improve performance of riscv64 assembly |
commit | commitdiff | tree |
2025-04-24 |
Mateusz Poliwczak | sync/atomic: document that atomic types should not... |
commit | commitdiff | tree |
2025-04-24 |
changwang ma | runtime: fix typo in comment |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | cmd/compile: put constant value on node inside parentheses |
commit | commitdiff | tree |
2025-04-24 |
Felix Geisendörfer | runtime/debug: update SetCrashOutput example to not... |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | cmd/compile: add cast in range loop final value computation |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | runtime: fix tag pointers on aix |
commit | commitdiff | tree |
2025-04-24 |
qmuntal | os,internal/poll: disassociate handle from IOCP in... |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | runtime: use precise bounds of Go data/bss for race... |
commit | commitdiff | tree |
2025-04-24 |
Keith Randall | runtime: align taggable pointers more so we can use... |
commit | commitdiff | tree |
2025-04-24 |
Alan Donovan | cmd/vet: add hostport analyzer |
commit | commitdiff | tree |
2025-04-23 |
Alan Donovan | cmd/vendor: update x/tools and x/text |
commit | commitdiff | tree |
2025-04-23 |
Nevkontakte | crypto/tls: skip part of the test based on GOOS instead... |
commit | commitdiff | tree |
2025-04-23 |
Michael Anthony... | internal/goexperiment: add Green Tea GC goexperiment |
commit | commitdiff | tree |
2025-04-23 |
Michael Anthony... | runtime: move some malloc constants to internal/runtime/gc |
commit | commitdiff | tree |
2025-04-23 |
Michael Anthony... | runtime: move sizeclass defs to new package internal... |
commit | commitdiff | tree |
2025-04-23 |
limeidan | runtime: optimize the function memequal using SIMD... |
commit | commitdiff | tree |
2025-04-23 |
Xiaolin Zhao | runtime: fix typos in comments |
commit | commitdiff | tree |
2025-04-22 |
Carlos Amedee | Revert "runtime: only poll network from one P at a... |
commit | commitdiff | tree |
2025-04-22 |
1911860538 | net/http: replace map lookup with switch for scheme... |
commit | commitdiff | tree |
2025-04-22 |
Mateusz Poliwczak | runtime, internal/runtime/maps: speed-up empty/zero... |
commit | commitdiff | tree |
2025-04-22 |
Keith Randall | cmd/compile: constant fold 128-bit multiplies |
commit | commitdiff | tree |
2025-04-22 |
Rhys Hiltner | runtime: commit to spinbitmutex GOEXPERIMENT |
commit | commitdiff | tree |
2025-04-22 |
Rhys Hiltner | runtime: fix test of when a mutex is contended |
commit | commitdiff | tree |
2025-04-22 |
Prabhav Dogra | sync: use atomic.Bool for Once.done |
commit | commitdiff | tree |
2025-04-22 |
Ian Lance Taylor | runtime: only poll network from one P at a time in... |
commit | commitdiff | tree |
2025-04-21 |
Keith Randall | cmd/compile: ensure we evaluate side effects of len... |
commit | commitdiff | tree |
2025-04-21 |
Keith Randall | cmd/compile: don't evaluate side effects of range over... |
commit | commitdiff | tree |
2025-04-21 |
thepudds | cmd/compile/internal/escape: avoid reading ir.Node... |
commit | commitdiff | tree |
2025-04-21 |
Julian Zhu | crypto/sha512: remove unnecessary move op, replace... |
commit | commitdiff | tree |
2025-04-20 |
Joel Sing | crypto/internal/fips140/aes: actually use the VTBL... |
commit | commitdiff | tree |
2025-04-19 |
1911860538 | net: simplify readProtocols via sync.OnceFunc |
commit | commitdiff | tree |
2025-04-19 |
Matthew Burton | fs: clarify documentation for ReadDir method |
commit | commitdiff | tree |
2025-04-19 |
Russ Cox | math/big: use clearer loop bounds check elimination |
commit | commitdiff | tree |
2025-04-19 |
Russ Cox | math/big: replace assembly with mini-compiler output |
commit | commitdiff | tree |
2025-04-19 |
Russ Cox | math/big: add shift and mul to mini-compiler |
commit | commitdiff | tree |
2025-04-19 |
Russ Cox | math/big: add all architectures to mini-compiler |
commit | commitdiff | tree |
2025-04-19 |
Russ Cox | math/big: new mini-compiler for arith assembly |
commit | commitdiff | tree |
2025-04-18 |
Russ Cox | math/big: replace addVW/subVW assembly with fast pure Go |
commit | commitdiff | tree |
2025-04-18 |
Russ Cox | math/big: add more complete tests and benchmarks of... |
commit | commitdiff | tree |
2025-04-18 |
Russ Cox | regexp/syntax: recognize category aliases like \p{Letter} |
commit | commitdiff | tree |
2025-04-18 |
Russ Cox | unicode: add CategoryAliases, Cn, LC |
commit | commitdiff | tree |
2025-04-18 |
Michael Pratt | internal/runtime/maps: move tombstone test to swiss... |
commit | commitdiff | tree |
2025-04-18 |
Damien Neil | encoding/json: add json/v2 with GOEXPERIMENT=jsonv2... |
commit | commitdiff | tree |
2025-04-18 |
apocelipes | internal,runtime: use the builtin clear |
commit | commitdiff | tree |
2025-04-18 |
apocelipes | cmd/compile: use the builtin clear |
commit | commitdiff | tree |
2025-04-18 |
qmuntal | internal/poll: remove outdated tests |
commit | commitdiff | tree |
2025-04-17 |
Keith Randall | internal/runtime/maps: prune tombstones in maps before... |
commit | commitdiff | tree |
2025-04-17 |
Philip Roberts | database/sql: wake cleaner if maxIdleTime set to less... |
commit | commitdiff | tree |
2025-04-16 |
Sean Liao | crypto/rand: add and update examples |
commit | commitdiff | tree |
2025-04-16 |
zxc111 | net/http: add test for proxyAuth |
commit | commitdiff | tree |
2025-04-16 |
1911860538 | net/url: clarify why @ is allowed in userinfo |
commit | commitdiff | tree |
2025-04-16 |
Eric Young | crypto/tls: fix a testing deadlock that occurs on a... |
commit | commitdiff | tree |
2025-04-16 |
Marcel Meyer | all: use strings.ReplaceAll where applicable |
commit | commitdiff | tree |
2025-04-16 |
najeira | crypto/cipher: use AEAD.NonceSize to make nonce in... |
commit | commitdiff | tree |
2025-04-16 |
Weidi Deng | net/http: set Request.TLS when net.Conn implements... |
commit | commitdiff | tree |
2025-04-16 |
Keith Randall | runtime: don't use cgo_unsafe_args for syscall9 wrapper |
commit | commitdiff | tree |
2025-04-16 |
Keith Randall | runtime: fix 9-arg syscall on darwin/amd64 |
commit | commitdiff | tree |
2025-04-16 |
thepudds | cmd/compile/internal/escape: add hash for bisecting... |
commit | commitdiff | tree |
2025-04-16 |
Constantin... | strings: duplicate alignment test from bytes package |
commit | commitdiff | tree |
2025-04-16 |
Keith Randall | math/big: fix loong64 assembly for vet |
commit | commitdiff | tree |
2025-04-15 |
Damien Neil | net/http: test intended behavior in TestClientInsecureT... |
commit | commitdiff | tree |
2025-04-15 |
Damien Neil | cmd/go/internal/imports: remove test dependency on... |
commit | commitdiff | tree |
2025-04-15 |
Lin Lin | cmd/compile/internal/importer: correct a matching error |
commit | commitdiff | tree |
2025-04-15 |
Damien Neil | os: handle trailing slashes in os.RemoveDir on Windows |
commit | commitdiff | tree |
2025-04-15 |
Huang Qiqi | math/big: optimize subVV function for loong64 |
commit | commitdiff | tree |
2025-04-15 |
Huang Qiqi | math/big: optimize mulAddVWW function for loong64 |
commit | commitdiff | tree |
2025-04-15 |
Huang Qiqi | math/big: optimize subVW function for loong64 |
commit | commitdiff | tree |
2025-04-15 |
Huang Qiqi | math/big: optimize addVW function for loong64 |
commit | commitdiff | tree |
2025-04-15 |
Xiaolin Zhao | internal/chacha8rand: implement func block in assembly |
commit | commitdiff | tree |
2025-04-15 |
limeidan | cmd/internal/obj/loong64: add support for {V,XV}SET... |
commit | commitdiff | tree |
2025-04-15 |
Alex S | encoding/json: correct method comment to reflect actual... |
commit | commitdiff | tree |
2025-04-15 |
Dmitrii Martynov | runtime: size field for gQueue and gList |
commit | commitdiff | tree |
2025-04-14 |
Achille Roussel | iter: reduce memory footprint of iter.Pull functions |
commit | commitdiff | tree |
2025-04-14 |
fanzha02 | internal/cpu: add a detection for Neoverse(N3, V3,... |
commit | commitdiff | tree |
2025-04-14 |
Keith Randall | path: add Join benchmark |
commit | commitdiff | tree |
2025-04-14 |
dmathieu | errors: optimize errors.Join for single unwrappable... |
commit | commitdiff | tree |
2025-04-14 |
James Tucker | internal/poll: disable SIO_UDP_NETRESET on Windows |
commit | commitdiff | tree |
2025-04-14 |
qmuntal | os,internal/poll: support I/O on overlapped files not... |
commit | commitdiff | tree |
2025-04-14 |
Guoqi Chen | runtime: optimize the function memmove using SIMD on... |
commit | commitdiff | tree |
2025-04-13 |
Than McIntosh | cmd: fix DWARF gen bug with packages that use assembly |
commit | commitdiff | tree |
2025-04-12 |
Keith Randall | cmd/compile: turn off variable-sized make() stack alloc... |
commit | commitdiff | tree |
2025-04-11 |
Marcel Meyer | all: use built-in min, max functions |
commit | commitdiff | tree |
2025-04-11 |
Marcel Meyer | cmd/compile/internal/ssa: small cleanups |
commit | commitdiff | tree |
2025-04-11 |
Tobias Klauser | os: fix TestRootChtimes on illumos |
commit | commitdiff | tree |
2025-04-11 |
Russ Cox | runtime: handle m0 padding better |
commit | commitdiff | tree |
2025-04-11 |
Marcel Meyer | cmd/compile/internal/ssa: simplify with built-in min... |
commit | commitdiff | tree |
2025-04-11 |
Marcel Meyer | cmd/compile/internal/ssa: use built-in min, max function |
commit | commitdiff | tree |
2025-04-11 |
Marcel Meyer | runtime: use built-in min function |
commit | commitdiff | tree |
next |