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 |
2025-04-11 |
1911860538 | time: remove redundant int conversion in tzruleTime |
commit | commitdiff | tree |
2025-04-11 |
Russ Cox | math/big: remove copy responsibility from, rename shlVU... |
commit | commitdiff | tree |
2025-04-11 |
Russ Cox | math/big: replace addMulVVW with addMulVVWW |
commit | commitdiff | tree |
2025-04-10 |
Marcel Meyer | cmd/compile/internal/ssa: use built-in min function |
commit | commitdiff | tree |
2025-04-10 |
Marcel Meyer | cmd/compile/internal/ssa: remove unused round function |
commit | commitdiff | tree |
2025-04-10 |
Sam Thanawalla | cmd/go: add subdirectory support to go-import meta tag |
commit | commitdiff | tree |
2025-04-10 |
qmuntal | net: deduplicate sendfile files |
commit | commitdiff | tree |
2025-04-10 |
qmuntal | net: reenable sendfile on Windows |
commit | commitdiff | tree |
2025-04-10 |
Zxilly | cmd/internal/obj/wasm: use i64 for large return addr |
commit | commitdiff | tree |
2025-04-10 |
1911860538 | net/http: initialize Value with File length in cloneMul... |
commit | commitdiff | tree |
2025-04-09 |
Dmitrii Martynov | runtime: explicitly exclude a potential deadlock in... |
commit | commitdiff | tree |
2025-04-09 |
qiulaidongfeng | cmd/go: only print GOCACHE value in env -changed if... |
commit | commitdiff | tree |
2025-04-09 |
thepudds | cmd/go/internal/modcmd: remove documentation for auto... |
commit | commitdiff | tree |
2025-04-09 |
Jakob Ackermann | net/http: reduce memory usage when hijacking |
commit | commitdiff | tree |
2025-04-09 |
qmuntal | internal/poll: fix race in Close |
commit | commitdiff | tree |
2025-04-09 |
qmuntal | os: clean-up NewFile tests |
commit | commitdiff | tree |
2025-04-09 |
limeidan | cmd/compile: set unalignedOK to make memcombine work... |
commit | commitdiff | tree |
2025-04-09 |
David Chase | cmd/compile: fix the test for ABI specification so... |
commit | commitdiff | tree |
2025-04-09 |
Keith Randall | syscall: remove unused windows function |
commit | commitdiff | tree |
2025-04-08 |
Neal Patel | net/http: push roundTrip panic higher in the stack |
commit | commitdiff | tree |
next |