aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-25bufio: realign struct Scannerbench-beforeShulhan
2024-01-25bufio: realign struct ReaderShulhan
2024-01-25mime/quotedprintable: fix encoding where a period alone on a lineShulhan
2024-01-25encoding/json: optimize isValidNumber functionShulhan
2024-01-25testing: change the FAIL and SKIP prefix to "!!!" and "???"Shulhan
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-25encoding/binary: add benchmark for writing slice of uint8Shulhan
2024-01-25all: add Makefile to rebuild go and other tools from sourceShulhan
2024-01-24Revert "archive/tar: add FileInfoNames interface"Cherry Mui
2024-01-24net: ignore Dial errors in TestAcceptTimeoutBryan C. Mills
2024-01-24reflect: fix isRegularMemory at case ArrayJes Cok
2024-01-24doc/next: initial contentsJonathan Amsterdam
2024-01-24runtime: short path for equal pointers in arm64 memequalMauri de Souza Meneguzzo
2024-01-24src/cmd/relnote, doc/next: add release note checkJonathan Amsterdam
2024-01-24cmd/go: add GORISCV64 environment variableMark Ryan
2024-01-23cmd/go/internal/str,cmd/go/internal/work: remove redundant Containsapocelipes
2024-01-23net,internal/poll: load ws2_32.dll only when net is importedqmuntal
2024-01-23net: move cgo-using darwin test to separate packageRuss Cox
2024-01-23cmd/go: add test case for issue 64738Russ Cox
2024-01-23net: unskip and attempt to deflake TestAcceptTimeoutBryan C. Mills
2024-01-23internal/reflectlite: delete TODO pass safe to packEface don't need to copy i...qiulaidongfeng
2024-01-23reflect: delete TODO pass safe to packEface don't need to copy if safe==trueqiulaidongfeng
2024-01-23net: report timeouts more aggressively in Accept in the fake implementationBryan C. Mills
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2024-01-23fmt: don't pad strings with zerosRob Pike
2024-01-23cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linkingqmuntal
2024-01-23cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abiqiulaidongfeng
2024-01-23reflect: StructOf set abi.TFlagRegularMemoryqiulaidongfeng
2024-01-23cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abiqiulaidongfeng
2024-01-23hash/crc32: fix codegen to align with manual changesOlivier Mengué
2024-01-23cmd/compile: improve integer comparisons with numeric boundsJorropo
2024-01-22crypto/sha512: provide optimised assembly for riscv64Joel Sing
2024-01-22Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file."Michael Pratt
2024-01-22runtime: use the correct M ID for syscalling goroutines in tracesMichael Anthony Knyszek
2024-01-22cmd/preprofile: Add preprocess tool to pre-parse the profile file.Jin Lin
2024-01-22net: delete TestListenCloseListenBryan C. Mills
2024-01-22net/mail: properly handle special characters in phrase and obs-phraseRoland Shoemaker
2024-01-22runtime: simplify freedefer logicAustin Clements
2024-01-22all: update vendored dependenciesCherry Mui
2024-01-22doc/initial: initial contents of release notesJonathan Amsterdam
2024-01-22cmd/compile: fix typo in commentRulin Tang
2024-01-22doc/README.md: explain new release note systemJonathan Amsterdam
2024-01-22runtime: avoid loading winmm.dll on newer Windows versionsqmuntal
2024-01-22cmd/compile/internal/ssa: fix typo in sccpWingrez
2024-01-22doc/go1.22: fix method name in net/netip changesTobias Klauser
2024-01-22doc: remove last TODO itemCarlos Amedee
2024-01-22net: attempt to deflake TestListenCloseListenBryan C. Mills
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2024-01-22net/http/pprof: configure WriteDeadlineAlexander Yastrebov
2024-01-22go/types, types2: typeparams.IndexExpr must not be an ast.ExprRob Findley