aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
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
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