aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-23cmd/compile: mark closure DUPOK if the outer function isCherry Mui
2024-04-22runtime: reduce stack usage for asmcgocall on PPC64Cherry Mui
2024-04-22runtime: reduced struct sizes found via paholeSabyrzhan Tasbolatov
2024-04-22net/http: correct error messages for TestParseSetCookieJes Cok
2024-04-22Refactor output messageLev Ustimenko
2024-04-22internal/intern: delete unused packageMichael Anthony Knyszek
2024-04-22runtime: set gp.syscallbp from entersyscallblock_handoffMichael Anthony Knyszek
2024-04-22runtime: move zeroVal out of map.goMichael Pratt
2024-04-22cmd/compile: fix cmpstring rewrite ruleKeith Randall
2024-04-22net/netip: use the unique package instead of internal/internMichael Anthony Knyszek
2024-04-22unique: add unique package and implement Make/HandleMichael Anthony Knyszek
2024-04-22cmd/go: update comment to not say GO386 does not existIan Lance Taylor
2024-04-22cmd/link/internal/ld: temporarily add skip for new portion of TestElfBindNowThan McIntosh
2024-04-22cmd/compile/internal/ssa: fix the description of auxCCop as auxIntzhangjian
2024-04-22cmd/compile: combine phielim and copyelim into a single passjeffery
2024-04-22runtime: always acquire M when acquiring locks by rankRhys Hiltner
2024-04-22cmd/link: move .dynamic and .got sections to relro if applicableThan McIntosh
2024-04-19internal/reflectlite: remove unused mapTypeMichael Pratt
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