aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-24[release-branch.go1.22] go1.22rc2go1.22rc2Gopher Robot
2024-01-23[release-branch.go1.22] cmd/trace/v2: emit user log annotations in all viewsMichael Anthony Knyszek
2024-01-23[release-branch.go1.22] runtime: make a much better effort to emit CPU profil...Michael Anthony Knyszek
2024-01-23[release-branch.go1.22] cmd/cgo/internal/test: skip TestCallbackCallersSEH wh...qmuntal
2024-01-22[release-branch.go1.22] runtime: use the correct M ID for syscalling goroutin...Michael Anthony Knyszek
2024-01-22[release-branch.go1.22] doc: delete go1.22.html copyDmitri Shuralyov
2024-01-22[release-branch.go1.22] doc: remove last TODO itemCarlos Amedee
2024-01-19[release-branch.go1.22] all: merge master into release-branch.go1.22Carlos Amedee
2024-01-18cmd/go/internal/modfetch: set protocol.version=2 for shallow git fetchesBryan C. Mills
2024-01-18go/types, types2: fix range clause checks for constant range expressionsRobert Griesemer
2024-01-17doc/go1.22: document net/netip changesDamien Neil
2024-01-17doc/go1.22: document net/http/cgi changesDamien Neil
2024-01-17runtime: document GODEBUG panicnil valuesCuong Manh Le
2024-01-17runtime: skip test if strace crashesAustin Clements
2024-01-17runtime: mark TestGdbCoreCrashThreadBacktrace as flakyMichael Pratt
2024-01-17cmp: add test case for uinitptrlxl-renren
2024-01-17cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1Robert Griesemer
2024-01-16doc: fill out net/http.Request.PathValue,SetPathValue sectionDan Peterson
2024-01-15io/fs: godoc links to testing/fstestOlivier Mengué
2024-01-15runtime: more godoc linksOlivier Mengué
2024-01-13internal/trace/v2: reject events for goroutines with unknown statesDominik Honnef
2024-01-12internal/trace/v2: avoid several panics for malformed tracesDominik Honnef
2024-01-12crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performanceFilippo Valsorda
2024-01-12crypto/rsa: use E = 65537 in benchmarksFilippo Valsorda
2024-01-11runtime: ensure we free unrolled GC bitmapsKeith Randall
2024-01-11go/types, types2: don't lose position info of interface embeddingsRobert Griesemer
2024-01-11cmd/compile: document go:wasmimport directiveMauri de Souza Meneguzzo
2024-01-11runtime: don't mark unrolled bitmap type as having a gc programKeith Randall
2024-01-10os: relax tests and add examples for UserCacheDir and UserConfigDirBryan C. Mills
2024-01-10cmd/compile: use hashed symbol name for go.shape types if too longThan McIntosh
2024-01-10net: add available godoc linkcui fliter
2024-01-09runtime: replace rwmutexR/W with per-rwmutex lock rankMichael Pratt
2024-01-09net/http: clarify the precedence order for Request.FormValueJes Cok
2024-01-09math/big: fix uint64 overflow in nat.mulRangeRobert Griesemer
2024-01-09io/fs,path/filepath: fix typo in SkipAll/SkipDir docRoger Peppe
2024-01-09runtime: fix tests when running with -msanMauri de Souza Meneguzzo
2024-01-08cmd/doc: fix inconsistent receiver nameMehdi Mostafavi
2024-01-08[release-branch.go1.22] all: merge master (8eaa793) into release-branch.go1.22Dmitri Shuralyov
2024-01-08net: clarify maxListenerBacklog windows implementationMauri de Souza Meneguzzo
2024-01-08log/slog: clarify SetDefault behaviorJonathan Amsterdam
2024-01-08sync: use map[any]any instead of map[interface{}]interface{} in the godocsivchari
2024-01-08cmd/compile: handle defined iter func type correctlyCuong Manh Le
2024-01-05doc: s/adjustements/adjustmentsJes Cok
2024-01-05slices: explicitly discard results of some functionsAlan Donovan
2024-01-05cmd/go: run cover tool before swigThan McIntosh
2024-01-04github: switch seen/expected order in issue formsSean Liao
2024-01-04net/http: respond with 400 Bad Request for empty hex number of chunk lengthAndy Pan
2024-01-04net/http/cgi: in TestCopyError, check for a Handler.ServeHTTP goroutine inste...Bryan C. Mills
2024-01-04cmd/api: fix panic on exported basic type aliasesDevon H. O'Dell
2024-01-03pagetrace: fix build when experiment is onJohn Howard