aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2025-11-24[dev.simd] internal/buildcfg: don't enable SIMD experiment by defaultCherry Mui
2025-11-24cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390xSrinivas Pokala
2025-11-24internal/bytealg: port bytealg functions to reg ABI on s390xSrinivas Pokala
2025-11-24internal/runtime/syscall: Syscall changes for s390x regabiSrinivas Pokala
2025-11-24internal/abi: define s390x ABI constantsSrinivas Pokala
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-24Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels"Cherry Mui
2025-11-21[dev.simd] internal/runtime/gc: add simd package based greentea kernelsJunyang Shao
2025-11-21internal/runtime/gc/scan: add AVX512 impl of filterNil.Junyang Shao
2025-11-21internal/strconv: go fmtMichael Pratt
2025-11-21internal/trace: go fmtMichael Pratt
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20spec: adjust rule for type parameter on RHS of alias declarationRobert Griesemer
2025-11-19go/types, types2: fix object path for grouped declaration statementsMark Freeman
2025-11-17cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru...Joel Sing
2025-11-17internal/runtime/maps: update doc for table.ClearJes Cok
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-11-14runtime: set GOEXPERIMENT=runtimefreegc to disabled by defaultthepudds
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-11-14internal/runtime/cgobench: add Go function call benchmark for comparisonMichael Anthony Knyszek
2025-11-13cmd/trace: annotation proc start/stop with thread and proc alwaysMichael Anthony Knyszek
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-13runtime: prefer to restart Ps on the same M after STWMichael Pratt
2025-11-13spec: remove cycle restriction for type parametersRobert Griesemer
2025-11-12internal/abi: correctly describe result in Name.Name doc commentIan Lance Taylor
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-11internal/trace/testtrace: fix flag name typosMichael Pratt
2025-11-10go/types, types2: first argument to append must never be be nilRobert Griesemer
2025-11-10internal/trace: add "command" to convert text traces to rawMichael Pratt
2025-11-10internal/runtime/sys,math/bits: eliminate bounds checks on len8tabJoel Sing
2025-11-05internal/chacha8rand: replace VORV with instruction VMOVQ on loong64Guoqi Chen
2025-11-04os: ignore O_TRUNC errors on named pipes and terminal devices on Windowsqmuntal
2025-11-04internal/syscall/windows: fix ReOpenFile sentinel error valueqmuntal
2025-11-04internal/strconv: handle %f with fixedFtoa when possibleRuss Cox
2025-11-03internal/strconv: extract fixed-precision ftoa from ftoaryu.goRuss Cox
2025-11-03internal/strconv: add tests and benchmarks for ftoaFixedRuss Cox
2025-11-03internal/strconv: fix pow10 off-by-one in exponent resultRuss Cox
2025-11-03runtime: avoid append in printint, printuintRuss Cox
2025-11-03cmd/go: link to go.dev/doc/godebug for removed GODEBUG settingsMateusz Poliwczak
2025-11-03internal/runtime/cgobench: add cgo callback benchmarkMichael Anthony Knyszek
2025-11-03internal/profile: optimize Parse allocsMaxim Merzhanov
2025-11-01runtime: prevent time.Timer.Reset(0) from deadlocking testing/synctest testsNicholas S. Husin
2025-10-30strconv: delete divmod1e9Russ Cox
2025-10-30strconv: remove arch-specific decision in formatBase10Russ Cox
2025-10-30strconv: remove hand-written divide on 32-bit systemsRuss Cox
2025-10-29go/types, types: proceed with correct (invalid) type in case of a selector errorRobert Griesemer
2025-10-29strconv: remove &0xFF trick in formatBase10Russ Cox
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox