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 |
2024-11-15 |
Russ Cox | cmd/compile/internal/staticinit: remove FIPS debugging |
commit | commitdiff | tree |
2024-11-15 |
Russ Cox | crypto/internal/fips: make linknames path-independent |
commit | commitdiff | tree |
2024-11-15 |
Russ Cox | crypto/internal/fips/check: fix for ASAN builds |
commit | commitdiff | tree |
2024-11-15 |
Jakub Ciolek | internal/fuzz: add benchmarks for byte slice mutators |
commit | commitdiff | tree |
2024-11-15 |
Filippo Valsorda | crypto/internal/fips/check: enable windows/arm64 |
commit | commitdiff | tree |
2024-11-14 |
Paul E. Murphy | cmd/internal/obj/fips: mark R_ADDRPOWR_GOT as a pcrel... |
commit | commitdiff | tree |
2024-11-14 |
Carlana Johnson | log/slog: add DiscardHandler |
commit | commitdiff | tree |
2024-11-14 |
Tim King | internal/exportdata: introduce shared library for expor... |
commit | commitdiff | tree |
2024-11-14 |
Rhys Hiltner | runtime: add test for mutex starvation |
commit | commitdiff | tree |
2024-11-14 |
Tim King | cmd/compile/internal/importer: minimize Import differences |
commit | commitdiff | tree |
2024-11-14 |
Robert Griesemer | cmd/compile/internal/types2: enable disabled part of... |
commit | commitdiff | tree |
2024-11-14 |
Tim King | go/internal/gcimporter,cmd/compile/internal/importer... |
commit | commitdiff | tree |
2024-11-14 |
Jorropo | strconv: cleanup old compiler bits.TrailingZeros workaround |
commit | commitdiff | tree |
2024-11-14 |
Richard Miller | make.rc: correct test for undefined GOROOT_BOOTSTRAP |
commit | commitdiff | tree |
2024-11-14 |
qiulaidongfeng | cmd/go: print not-defaults arch-env |
commit | commitdiff | tree |
2024-11-14 |
qmuntal | runtime/cgo: report a meaningful error message when... |
commit | commitdiff | tree |
2024-11-14 |
lugen4ro | embed: remove incorrect slash in comment |
commit | commitdiff | tree |
2024-11-14 |
Flavio Castelli | syscall: define EBADFD for wasip1 target |
commit | commitdiff | tree |
2024-11-14 |
Jes Cok | runtime: make Frames example produce documented output |
commit | commitdiff | tree |
2024-11-14 |
Austin Clements | cmd/go: remove confusing TrimPrefix(str, "\n") |
commit | commitdiff | tree |
2024-11-14 |
Russ Cox | cmd/go: code cleanups and go env output sorting |
commit | commitdiff | tree |
2024-11-14 |
Russ Cox | all: enable FIPS verification code |
commit | commitdiff | tree |
2024-11-14 |
Robert Griesemer | cmd/compile: better error message when offending/missin... |
commit | commitdiff | tree |
2024-11-13 |
Cherry Mui | crypto/internal/bigmod: optimize addMulVVW on Wasm |
commit | commitdiff | tree |
2024-11-13 |
Cherry Mui | cmd/internal/obj/wasm: correct return PC for frameless... |
commit | commitdiff | tree |
2024-11-13 |
Russ Cox | cmd/dist: add more pie tests, fips tests |
commit | commitdiff | tree |
2024-11-13 |
Robert Griesemer | go/types, types2: avoid errors due to missing methods... |
commit | commitdiff | tree |
2024-11-13 |
Brad Fitzpatrick | cmd/go: enable GOCACHEPROG by default, without GOEXPERIMENT |
commit | commitdiff | tree |
next |