aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-19reflect: remove unnecessary type conversions of untyped PtrSizeIan Lance Taylor
2024-04-19runtime: for fallback hash, get rid of constant xorsKeith Randall
2024-04-19runtime: remove odd-forcing of hash constantskhr@golang.org
2024-04-19runtime: make it harder to find collisions in the 64-bit fallback hashkhr@golang.org
2024-04-19runtime: track frame pointer while in syscallMichael Anthony Knyszek
2024-04-19cmd/trace/v2: tolerate traces with broken tailsMichael Anthony Knyszek
2024-04-19internal/concurrent: handle boundary case for hash bits in HashTrieMapMichael Anthony Knyszek
2024-04-19reflect: omit anonymous field name from StructOf type stringIan Lance Taylor
2024-04-19crypto/tls: don't cache marshal'd bytesRoland Shoemaker
2024-04-19runtime: use bootstrapRand to initialize hashkeyMichael Pratt
2024-04-19cmd/compile: remove redundant calls to cmpstringkhr@golang.org
2024-04-19internal/goexperiment: remove unused range experimentMichael Pratt
2024-04-19internal/syscall/unix: implement Eaccess on darwinTobias Klauser
2024-04-19syscall/js: allocate arg slices on stack for small numbers of argsJacob
2024-04-19net/http: add field Cookie.Quoted boolNuno Gonçalves
2024-04-18go/types: add Func.Signature methodAlan Donovan
2024-04-18internal/weak: add package implementing weak pointersMichael Anthony Knyszek
2024-04-18internal/concurrent: add HashTrieMapMichael Anthony Knyszek
2024-04-18cmd/go: only attempt to match subset of $GOCACHE in testMichael Pratt
2024-04-18go/types, types2: use correct predicate when asserting comma-ok typesRobert Griesemer
2024-04-18net/http: add case for TestParseSetCookieJes Cok
2024-04-18cmd/compile/internal: stack slot merging region formation enhancementsThan McIntosh
2024-04-18cmd/dist: allow arbitrary package renames for bootstrap importsMichael Pratt
2024-04-18net/http: add comments that servemux121.go should remain frozenapocelipes
2024-04-18cmd/go: use cache for PGO preprocessingMichael Pratt
2024-04-18cmd/go: preprocess PGO profilesMichael Pratt
2024-04-18cmd/go: inital plumbing for PGO profiles preprocessingMichael Pratt
2024-04-18go/types: track gotypesalias non-default behaviorRobert Griesemer
2024-04-18go/types, types2: use types2.Config flag to control Alias node creationRobert Griesemer
2024-04-17net/http: don't cancel Dials when requests are canceledDamien Neil
2024-04-17internal/abi: define EmptyInterface, TypeOf, and NoEscapeMichael Anthony Knyszek
2024-04-17crypto/tls: add a bogo shimRoland Shoemaker
2024-04-17cmd/compile/internal/ssa: delay rewrite cycle detection for huge funcsThan McIntosh
2024-04-17net/http: add ParseCookie, ParseSetCookieJes Cok
2024-04-17cmd/covdata: close cpu and mem profileguoguangwu
2024-04-17all: update vendored golang.org/x/cryptoDmitri Shuralyov
2024-04-17Revert "go/types, types2: track gotypesalias non-default behavior"Lasse Folger
2024-04-16go/types, types2: track gotypesalias non-default behaviorRobert Griesemer
2024-04-16types2: flip the default value of GODEBUG=gotypesalias=1Robert Griesemer
2024-04-16go/internal/gcimporter: suppress 3 test cases when gotypesalias=1Alan Donovan
2024-04-16runtime/pprof: test for Darwin flake in TestVMInfoDavid Chase
2024-04-16math/big: improve use of addze in mulAddVWW on ppc64xLynn Boger
2024-04-16cmd,crypto/elliptic: fix typos in commentsapocelipes
2024-04-16os: remove unused issueNo fieldTobias Klauser
2024-04-16runtime: remove no-op slice operation in CallerDmitri Shuralyov
2024-04-16debug/elf: define non-standard but well-known symbol typesIan Lance Taylor
2024-04-15cmd/cgo: create -objdir if not existMichael Podtserkovskii
2024-04-15os: make File.Readdir et al concurrency-safeAlan Donovan
2024-04-15go/types, types2: simplify TestUnaliasTooSoonInCycle (cleanup)Robert Griesemer
2024-04-15go/types: flip the default value of GODEBUG=gotypesalias=1Alan Donovan