aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2024-11-18internal/sync: add Store to HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: add Swap to HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: add CompareAndSwap to HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: make the HashTrieMap zero value ready to useMichael Anthony Knyszek
2024-11-18internal/sync: relax value type constraint for HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: use normal comparison for keys in HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: factor out lookup for CompareAndDelete in HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: move HashTrieMap from internal/concurrentMichael Anthony Knyszek
2024-11-18internal/concurrent: remove dependency on math/rand/v2Michael Anthony Knyszek
2024-11-18internal/sync: move sync.Mutex implementation into new packageMichael Anthony Knyszek
2024-11-18internal/runtime/maps: don't copy indirect key/elem when growing mapsKeith Randall
2024-11-18internal/poll: use ignoringEINTR2 in copyFileRangeTobias Klauser
2024-11-18internal/runtime/maps: fix noswiss builderkhr@golang.org
2024-11-17runtime/internal/maps: remove entryMaskKeith Randall
2024-11-17internal/runtime/maps: simplify small group lookupKeith Randall
2024-11-17internal/runtime/maps: eliminate a load from the hot pathKeith Randall
2024-11-17runtime/internal/maps: optimize long string keys for small mapsKeith Randall
2024-11-15runtime: unify lock2, allow deeper sleepRhys Hiltner
2024-11-15runtime: allow futex OSes to use sema-based mutexRhys Hiltner
2024-11-15os/user: support built-in service user accounts on Windowsqmuntal
2024-11-15internal/fuzz: add benchmarks for byte slice mutatorsJakub Ciolek
2024-11-14internal/exportdata: introduce shared library for exportdataTim King
2024-11-14cmd/go: print not-defaults arch-envqiulaidongfeng
2024-11-13go/types, types2: avoid errors due to missing methods for invalid typesRobert Griesemer
2024-11-13internal/runtime/maps: use match to skip non-full slots in iterationMichael Pratt
2024-11-12cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64Guoqi Chen
2024-11-11internal/runtime/maps: don't hash twice when deletingKeith Randall
2024-11-11internal/runtime/maps: get rid of a few obsolete TODOsKeith Randall
2024-11-11runtime, syscall: use pointer types on wasmimport functionsCherry Mui
2024-11-11cmd/compiler,internal/runtime/atomic: optimize And{64,32,8} and Or{64,32,8} o...Guoqi Chen
2024-11-11cmd/compiler,internal/runtime/atomic: optimize xchg{32,64} on loong64Guoqi Chen
2024-11-08cmd/compiler,internal/runtime/atomic: optimize xadd{32,64} on loong64Guoqi Chen
2024-11-07cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64Guoqi Chen
2024-11-05internal/platform: fix 'reportsr' typo in commentKristóf Havasi
2024-11-04go/types, types2: better error message when selecting on a built-inRobert Griesemer
2024-11-04go/types, types2: print variadic argument in dotdotdot form in error messageYoulin Feng
2024-11-02cmd/dist, internal/syslist: update UnixOS commentsIan Lance Taylor
2024-11-01internal/runtime/maps: return after fatal to help register allocatorkhr@golang.org
2024-11-01internal/runtime/maps: clean up put slot callskhr@golang.org
2024-11-01internal/runtime/maps: use matchEmptyOrDeleted instead of matchEmptykhr@golang.org
2024-11-01internal/runtime/maps: removed unused convertNonFullToEmptyAndFullToDeletedKeith Randall
2024-11-01internal/runtime/maps: simplify emptyOrDeleted conditionKeith Randall
2024-11-01internal/poll: fix the inaccurate comment and add a edge test caseAndy Pan
2024-10-31internal/poll: make sendfile(2) work on AndroidsAndy Pan
2024-10-31internal/poll: confine runtime OS-checks to sendFileChunkAndy Pan
2024-10-31all: enable GOEXPERIMENT=swissmap by defaultMichael Pratt
2024-10-31internal/runtime/atomic: fix uintptr usage in arm And8/Or8Mauri de Souza Meneguzzo
2024-10-30internal/poll: avoid overflow in sendfile limit, simplify SolarisDamien Neil
2024-10-30internal/poll: handle (0, EINVAL) return from sendfile on SolarisDamien Neil
2024-10-30internal/runtime/atomic: add Xchg8 for armMauri de Souza Meneguzzo