aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2025-10-29strconv: move all but Quote to internal/strconvRuss Cox
2025-10-28internal/runtime/gc/scan: avoid memory destination on VPCOMPRESSQMichael Pratt
2025-10-27cmd/link: internal linking support for windows/arm64qmuntal
2025-10-27internal/runtime/gc/scan: correct size class size checkMichael Pratt
2025-10-26runtime: add GOEXPERIMENT=runtimefreethepudds
2025-10-26internal/chacha8rand: provide vector implementation for riscv64Meng Zhuo
2025-10-24runtime: use 32-bit hash for maps on WasmCherry Mui
2025-10-24[dev.simd] simd: added String() method to SIMD vectors.David Chase
2025-10-23internal/goroot: replace HasPrefix+TrimPrefix with CutPrefixcuishuang
2025-10-21go/types, types2: only report version errors if new(expr) is ok otherwiseRobert Griesemer
2025-10-21runtime,syscall: implement and use syscalln on darwinqmuntal
2025-10-21os: support deleting read-only files in RemoveAll on older Windows versionsqmuntal
2025-10-20runtime/trace: dump test traces on validation failureMichael Anthony Knyszek
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-17all: correct name for commentsJes Cok
2025-10-16go/types, types2: change and enforce lifecycle of Named.fromRHS and Named.und...Mark Freeman
2025-10-13go/types, types2: permit type cycles through type parameter listsRobert Griesemer
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-09internal/buildcfg: enable greenteagc experiment for loong64WANG Xuerui
2025-10-07net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsedNicholas Husin
2025-10-06internal/goexperiment: remove the synctest GOEXPERIMENTMateusz Poliwczak
2025-10-06internal/buildcfg: enable greenteagc experiment by defaultMichael Anthony Knyszek
2025-10-03internal/buildcfg: enable specializedmalloc experimentMichael Matloob
2025-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-09-30[dev.simd] cmd/compile, simd: add AES instructionsJunyang Shao
2025-09-30cmd/compile, runtime: always enable Wasm signext and satconv featuresCherry Mui
2025-09-30internal/poll: remove operation fields from FDqmuntal
2025-09-29internal/poll: pass the I/O mode instead of an overlapped object in execIOqmuntal
2025-09-29internal/poll: remove buf field from operationqmuntal
2025-09-29internal/syscall/windows: regenerate GetFileSizeExqmuntal
2025-09-27all: fix typosAN Long
2025-09-26internal/poll: simplify WriteMsg and ReadMsg on Windowsqmuntal
2025-09-26internal/poll: don't call SetFilePointerEx in Seek for overlapped handlesqmuntal
2025-09-25lib/fips140: re-seal v1.0.0Filippo Valsorda
2025-09-25[dev.simd] all: merge master (d70ad4e) into dev.simdCherry Mui
2025-09-23runtime: add specialized malloc functions for sizes up to 512 bytesMichael Matloob
2025-09-23reflect: allocate memory in TypeAssert[I] only when the assertion succeedsMateusz Poliwczak
2025-09-23go/types,types2: allow new(expr)Alan Donovan
2025-09-23[dev.simd] all: merge master (9b2d39b) into dev.simdCherry Mui
2025-09-16internal/buildcfg: enable randomizedHeapBase64 by defaultRoland Shoemaker
2025-09-16[dev.simd] all: merge master (ca0e035) into dev.simdCherry Mui
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-15all: remove redundant words in commentcuishuang
2025-09-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
2025-09-12runtime: move Windows types and consts to internal/runtime/syscall/windowsqmuntal
2025-09-12vendor: update x/tools to 3adf0e9, and other reposAlan Donovan
2025-09-12internal/goexperiment: add a sizespecializedmalloc goexperiment settingMichael Matloob
2025-09-12internal/testenv: update Builder docs with LUCI builder namesMichael Anthony Knyszek
2025-09-12net,internal/poll: skip TestAllocs when race is enabled on Windowsqmuntal