aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2024-04-15cmd/compile/internal/types2: port CL 576975 to types2Alan Donovan
2024-04-15compress/bzip2: simplify Huffman tree constructionaimuz
2024-04-15cmd/internal/obj/loong64: recheck jump offset boundary after auto-aligning lo...Guoqi Chen
2024-04-15internal/abi, internal/buildcfg: always enable register ABI on loong64Guoqi Chen
2024-04-15io: fix typo inside copyBufferChemaclass
2024-04-15internal/goexperiment: remove the ExecTracer2 experimentCarlos Amedee
2024-04-15runtime: rename v2 execution tracer filesCarlos Amedee
2024-04-15runtime, cmd/trace: remove code paths that include v1 tracerCarlos Amedee
2024-04-15cmd/pprof: close resp body after the profile.Parse is calledguoguangwu
2024-04-15cmd/cover: fix typo in commentguoguangwu
2024-04-15net: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT on Solaris 11.4Andy Pan
2024-04-14cmd/go/internal/modfetch: fix typos in commentguoguangwu
2024-04-14net: add Unwrap to *DNSErrorMateusz Poliwczak