| 2024-11-19 | Russ Cox | cmd/go/internal/fsys: convert to proper ReadDir | commit | commitdiff | tree | 
| 2024-11-19 | Russ Cox | cmd/go/internal/fsys: minor cleanup | commit | commitdiff | tree | 
| 2024-11-19 | Russ Cox | cmd/go/internal/fsys: move glob, walk code into new... | commit | commitdiff | tree | 
| 2024-11-19 | Ian Lance Taylor | doc/godebug: document that unrecognized GODEBUG entries... | commit | commitdiff | tree | 
| 2024-11-19 | Ian Lance Taylor | doc/godebug: fix tipo | commit | commitdiff | tree | 
| 2024-11-19 | Michael Anthony... | mime: disable TestLookupMallocs with ASAN | commit | commitdiff | tree | 
| 2024-11-19 | Austin Clements | cmd/go: re-enable build JSON from go test -json, now... | commit | commitdiff | tree | 
| 2024-11-19 | Guoqi Chen | cmd/compiler,internal/runtime/atomic: optimize Cas... | commit | commitdiff | tree | 
| 2024-11-19 | Michael Anthony... | cmd/go: disable fuzz instrumentation for internal/godebug | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/aes/gcm: add GCMForTLS12 and GCMFo... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/aes/gcm: add SealWithRandomNonce | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/aes/gcm: add CounterKDF | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/aes/gcm: add CMAC | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/aes,crypto/cipher: test all available implementa... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/aes: move GCM to its own package | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/cryptotest: add SkipTestAllocations | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/drbg: add CAST and service indicator | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/drbg: implement FIPS-mode randomne... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/internal/fips/drbg: implement CTR_DRBG | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/rand: move OS interaction to crypto/internal... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/rand: replace crypto/aes with internal/chacha8ra... | commit | commitdiff | tree | 
| 2024-11-19 | Filippo Valsorda | crypto/aes: move to crypto/internal/fips/aes | commit | commitdiff | tree | 
| 2024-11-19 | Boris Nagaev | crypto/aes: speedup CTR mode on AMD64 and ARM64 | commit | commitdiff | tree | 
| 2024-11-19 | David Chase | cmd/compile: strongly favor closure inlining | commit | commitdiff | tree | 
| 2024-11-18 | Damien Neil | os: correctly handle errno==0 in (*Process).blockUntilW... | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | weak: move internal/weak to weak, and update according... | commit | commitdiff | tree | 
| 2024-11-18 | qmuntal | os/user: skip tests that create users when running... | commit | commitdiff | tree | 
| 2024-11-18 | Keith Randall | runtime: get rid of gc programs for types | commit | commitdiff | tree | 
| 2024-11-18 | khr@golang.org | cmd/link: use types (and not GC programs) to build... | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | sync: make HashTrieMap[any, any] the default implementa... | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: optimize CompareAndSwap and Swap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | sync: add HashTrieMap to Map tests and benchmarks | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: add Range to HashTrieMap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: add Clear to HashTrieMap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: add Delete to HashTrieMap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: refactor HashTrieMap tests into per... | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: add LoadAndDelete to HashTrieMap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: add Store to HashTrieMap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: add Swap to HashTrieMap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: add CompareAndSwap to HashTrieMap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: make the HashTrieMap zero value ready... | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: relax value type constraint for HashTrieMap | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: use normal comparison for keys in HashTr... | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: factor out lookup for CompareAndDelete... | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: move HashTrieMap from internal/concurrent | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/concurrent: remove dependency on math/rand/v2 | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | internal/sync: move sync.Mutex implementation into... | commit | commitdiff | tree | 
| 2024-11-18 | Ian Lance Taylor | os/user: s/Acount/Account/ in function name | commit | commitdiff | tree | 
| 2024-11-18 | Ian Lance Taylor | cmd: change from sort functions to slices functions | commit | commitdiff | tree | 
| 2024-11-18 | Benny Siegert | os: sysctl-based Executable implementation for NetBSD | commit | commitdiff | tree | 
| 2024-11-18 | Michael Anthony... | sync: add explicit noCopy fields to Map, Mutex, and... | commit | commitdiff | tree | 
| 2024-11-18 | Keith Randall | cmd/compile: remove gc programs from stack frame objects | commit | commitdiff | tree | 
| 2024-11-18 | Keith Randall | internal/runtime/maps: don't copy indirect key/elem... | commit | commitdiff | tree | 
| 2024-11-18 | Keith Randall | runtime: fix MapCycle test | commit | commitdiff | tree | 
| 2024-11-18 | Filippo Valsorda | crypto/subtle: document and test XORBytes overlap rules | commit | commitdiff | tree | 
| 2024-11-18 | Russ Cox | cmd/compile: avoid static init of strings in FIPS mode | commit | commitdiff | tree | 
| 2024-11-18 | Russ Cox | cmd/internal/obj: exclude external test packages from... | commit | commitdiff | tree | 
| 2024-11-18 | Sean Liao | net/http/httputil: return after handling error | commit | commitdiff | tree | 
| 2024-11-18 | Filippo Valsorda | crypto/cipher: add small CTR benchmark, remove CFB... | commit | commitdiff | tree | 
| 2024-11-18 | Filippo Valsorda | crypto/internal/impl: use base package name | commit | commitdiff | tree | 
| 2024-11-18 | Filippo Valsorda | crypto/internal/fips/subtle: move constant time functio... | commit | commitdiff | tree | 
| 2024-11-18 | Filippo Valsorda | crypto/internal/alias: move to crypto/internal/fips... | commit | commitdiff | tree | 
| 2024-11-18 | Austin Clements | cmd/go: fix TestScript/build_json on Windows | commit | commitdiff | tree | 
| 2024-11-18 | Ian Lance Taylor | text/template: don't crash piping to call with no arguments | commit | commitdiff | tree | 
| 2024-11-18 | Tobias Klauser | internal/poll: use ignoringEINTR2 in copyFileRange | commit | commitdiff | tree | 
| 2024-11-18 | Tobias Klauser | os: use ignoringEINTR in (*Process).blockUntilWaitable | commit | commitdiff | tree | 
| 2024-11-18 | Austin Clements | cmd/go: temporarily disable build JSON in test output | commit | commitdiff | tree | 
| 2024-11-18 | khr@golang.org | internal/runtime/maps: fix noswiss builder | commit | commitdiff | tree | 
| 2024-11-18 | Russ Cox | runtime: relax TestWindowsStackMemory from 100kB to... | commit | commitdiff | tree | 
| 2024-11-17 | Keith Randall | runtime/internal/maps: remove entryMask | commit | commitdiff | tree | 
| 2024-11-17 | Keith Randall | internal/runtime/maps: simplify small group lookup | commit | commitdiff | tree | 
| 2024-11-17 | Keith Randall | internal/runtime/maps: eliminate a load from the hot... | commit | commitdiff | tree | 
| 2024-11-17 | Keith Randall | runtime/internal/maps: optimize long string keys for... | commit | commitdiff | tree | 
| 2024-11-17 | Austin Clements | cmd/go: change Printer.Output -> Printer.Printf for... | commit | commitdiff | tree | 
| 2024-11-17 | Austin Clements | cmd/go: print build errors during go test -json in... | commit | commitdiff | tree | 
| 2024-11-17 | Austin Clements | cmd/go: track root failing Action | commit | commitdiff | tree | 
| 2024-11-17 | Austin Clements | cmd/go: report all loading errors in tests as "setup... | commit | commitdiff | tree | 
| 2024-11-17 | Austin Clements | cmd/go: implement "go build -json" | commit | commitdiff | tree | 
| 2024-11-17 | Austin Clements | cmd/go: add Printer interface and use for error reporting | commit | commitdiff | tree | 
| 2024-11-17 | Tim King | crypto/internal/fips/check: remove unreachable return | commit | commitdiff | tree | 
| 2024-11-16 | Joel Sing | crypto/sha512: improve performance of riscv64 assembly | commit | commitdiff | tree | 
| 2024-11-16 | Felix Geisendörfer | runtime/pprof: reduce label overhead | commit | commitdiff | tree | 
| 2024-11-16 | Tobias Klauser | os: add and use ignoringEINTR2 | commit | commitdiff | tree | 
| 2024-11-16 | Sean Liao | fmt: document nil receiver handling for GoStringer | commit | commitdiff | tree | 
| 2024-11-16 | Carlos Amedee | runtime: implement Stop for AddCleanup | commit | commitdiff | tree | 
| 2024-11-16 | Carlos Amedee | runtime: implement AddCleanup | commit | commitdiff | tree | 
| 2024-11-16 | Cosmos Nicolaou | runtime/pprof: continued attempt to deflake the VMInfo... | commit | commitdiff | tree | 
| 2024-11-16 | Xiaolin Zhao | runtime: improve CALLFN macro for loong64 | commit | commitdiff | tree | 
| 2024-11-16 | Guoqi Chen | runtime: use ABIInternal for calls to sigtrampgo on... | commit | commitdiff | tree | 
| 2024-11-15 | Rhys Hiltner | runtime: unify lock2, allow deeper sleep | commit | commitdiff | tree | 
| 2024-11-15 | Rhys Hiltner | runtime: allow futex OSes to use sema-based mutex | commit | commitdiff | tree | 
| 2024-11-15 | Carlos Amedee | runtime: validate all calls to SetFinalizer | commit | commitdiff | tree | 
| 2024-11-15 | Lin Lin | runtime: add race detector tips to reportZombies func | commit | commitdiff | tree | 
| 2024-11-15 | Cherry Mui | crypto/internal/bigmod: add comparison test for addMulVVW | commit | commitdiff | tree | 
| 2024-11-15 | Cherry Mui | crypto/internal/bigmod: apply wasm-specific implementat... | commit | commitdiff | tree | 
| 2024-11-15 | Jorropo | sync/atomic: make intrinsics noescape except 64bits... | commit | commitdiff | tree | 
| 2024-11-15 | Sam Thanawalla | cmd/go: add user provided auth mode for GOAUTH | commit | commitdiff | tree | 
| 2024-11-15 | Sam Thanawalla | cmd/go: add bzr based version stamping for binaries | commit | commitdiff | tree | 
| 2024-11-15 | Cherry Mui | doc/next: pre-announce dropping macOS 11 support | commit | commitdiff | tree | 
| 2024-11-15 | qmuntal | os/user: support built-in service user accounts on... | commit | commitdiff | tree | 
| next |