aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-30cmd/go, cmd/internal/objabi: detect "devel" version by substringDmitri Shuralyov
2025-04-30os: test overlapped pipes deadlines on Windowsqmuntal
2025-04-30syscall: cache Errno.Error() on WindowsJake Bailey
2025-04-30net: support IPv6 addresses in ListenMulticastUDP on Windowsqmuntal
2025-04-30testing: use more doc linksSean Liao
2025-04-29cmd/compile: relax tighten register-pressure heuristic slightlyJakub Ciolek
2025-04-28cmd/internal/obj/loong64: fix the error parameters when calling UnspillRegist...Guoqi Chen
2025-04-28crypto/internal/hpke: rename Receipient to RecipientJohn Bampton
2025-04-28cmd/list: fix -retracted flag descriptiongoto1134
2025-04-26mime: speed up ParseMediaTypeJulien Cretel
2025-04-25sync: tidy WaitGroup documentation, add WaitGroup.Go exampleAustin Clements
2025-04-25runtime: don't read /dev/random on Plan 9David du Colombier
2025-04-25cmd/dist: add "devel" substring check to isRelease computationDmitri Shuralyov
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2025-04-24runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64limeidan
2025-04-24cmd/internal/obj: add new assembly format for BFPT and BFPF on loong64Guoqi Chen
2025-04-24crypto/sha256: improve performance of riscv64 assemblyJulian Zhu
2025-04-24sync/atomic: document that atomic types should not be copiedMateusz Poliwczak
2025-04-24runtime: fix typo in commentchangwang ma
2025-04-24cmd/compile: put constant value on node inside parenthesesKeith Randall
2025-04-24runtime/debug: update SetCrashOutput example to not pass parent env varsFelix Geisendörfer
2025-04-24cmd/compile: add cast in range loop final value computationKeith Randall
2025-04-24runtime: fix tag pointers on aixKeith Randall
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-23runtime: use precise bounds of Go data/bss for race detectorKeith Randall
2025-04-23runtime: align taggable pointers more so we can use low bits for tagKeith Randall
2025-04-23cmd/vet: add hostport analyzerAlan Donovan
2025-04-23cmd/vendor: update x/tools and x/textAlan Donovan
2025-04-23crypto/tls: skip part of the test based on GOOS instead of GOARCHNevkontakte
2025-04-23internal/goexperiment: add Green Tea GC goexperimentMichael Anthony Knyszek
2025-04-23runtime: move some malloc constants to internal/runtime/gcMichael Anthony Knyszek
2025-04-23runtime: move sizeclass defs to new package internal/runtime/gcMichael Anthony Knyszek
2025-04-23runtime: optimize the function memequal using SIMD on loong64limeidan
2025-04-22runtime: fix typos in commentsXiaolin Zhao
2025-04-22Revert "runtime: only poll network from one P at a time in findRunnable"Carlos Amedee
2025-04-22net/http: replace map lookup with switch for scheme port1911860538
2025-04-22runtime, internal/runtime/maps: speed-up empty/zero map lookupsMateusz Poliwczak
2025-04-22cmd/compile: constant fold 128-bit multipliesKeith Randall
2025-04-22runtime: commit to spinbitmutex GOEXPERIMENTRhys Hiltner
2025-04-22runtime: fix test of when a mutex is contendedRhys Hiltner
2025-04-22sync: use atomic.Bool for Once.donePrabhav Dogra
2025-04-22runtime: only poll network from one P at a time in findRunnableIan Lance Taylor
2025-04-21cmd/compile: ensure we evaluate side effects of len() argKeith Randall
2025-04-21cmd/compile: don't evaluate side effects of range over arrayKeith Randall
2025-04-21cmd/compile/internal/escape: avoid reading ir.Node during inner loop of walkOnethepudds
2025-04-20crypto/sha512: remove unnecessary move op, replace with direct addJulian Zhu
2025-04-20crypto/internal/fips140/aes: actually use the VTBL instruction on arm64Joel Sing
2025-04-19net: simplify readProtocols via sync.OnceFunc1911860538
2025-04-19fs: clarify documentation for ReadDir methodMatthew Burton
2025-04-19math/big: use clearer loop bounds check eliminationRuss Cox