aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2022-11-10os/signal/internal/pty: use libc (not cgo) on macOSRuss Cox
2022-11-10internal/reflectlite: use unsafe.String in name.name and name.tagTobias Klauser
2022-11-10internal/types: fix the iota value in error code declarationsRobert Findley
2022-11-09cmd/go: decide whether to install .a based on number of CgoFilesMichael Matloob
2022-11-09crypto/x509: allow BoringCrypto to use 4096-bit keysRuss Cox
2022-11-09all: add missing copyright headercui fliter
2022-11-09io: correctly process result of sendfile(2) when src returns 0 bytesDaulet Zhanguzin
2022-11-08runtime internal/cpu: rename "Zeus" "NeoverseV1".Matthew Horsnell
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-11-08internal/coverage/slicereader: use unsafe.StringTobias Klauser
2022-11-07internal/bytealg: add PCALIGN to indexbodyp9 function on ppc64xArchana R
2022-11-05all: fix comment typosDan Kortschak
2022-11-01internal/testenv: adjust timeout calculations in CommandContextBryan C. Mills
2022-11-01cmd/{go,cover}: fix for -coverprofile path capture with local pkgThan McIntosh
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox
2022-11-01internal/testenv: move helpers related to os/exec to a separate fileBryan C. Mills
2022-10-31internal/testenv: remove RunWithTimoutBryan C. Mills
2022-10-31internal/testenv: add CommandContext and CommandBryan C. Mills
2022-10-31internal/bytealg: fix bug in index function for ppc64le/power9Archana R
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-28cmd/compile: Enables PGO in Go and performs profile-guided inliningRaj Barik
2022-10-26go/types, types2: use correct shift value when typechecking constant shiftRobert Griesemer
2022-10-26all: delete riscv64 non-register ABI fallback pathWayne Zuo
2022-10-24go/types, types2: implement alternative comparable semanticsRobert Griesemer
2022-10-24internal/abi, internal/buildcfg: always enable register ABI on riscv64Wayne Zuo
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-18internal/godebug: remove dependency on osRuss Cox
2022-10-17internal/fuzz: write shorter testdata corpus file namesRuss Cox
2022-10-17runtime: run TestCgoSigfwd on all Unix platformsAustin Clements
2022-10-14cmd/go: enable -msan on freebsd/amd64Dmitri Goutnik
2022-10-12go/types, types2: better error if there's a field with the name of a missing ...Robert Griesemer
2022-10-12arena: add experimental arena packageMichael Anthony Knyszek
2022-10-12all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-11internal/coverage: minor code cleanupsThan McIntosh
2022-10-10internal/types/errors: add InvalidSyntaxTree errorRobert Griesemer
2022-10-10internal/types/errors: rename UntypedNil to UntypedNilUseRobert Griesemer
2022-10-10internal/types/errors: export error codesRobert Griesemer
2022-10-10internal/types/errors: add packageRobert Griesemer
2022-10-10go/types, types2: better error for generic type decl. with missing constraintRobert Griesemer
2022-10-08os: use poll.fdMutex for Plan 9 filesIan Lance Taylor
2022-10-07internal/poll, internal/syscall/unix, syscall: move writev definition for sol...Tobias Klauser
2022-10-07internal/poll, net, syscall: enable writev on aixTobias Klauser
2022-10-05go/types, types2: use consistent error messages for invalid struct literalsRobert Griesemer
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-30internal/singleflight: avoid race between multiple Do callsCuong Manh Le
2022-09-30internal/singleflight: fix duplicate deleting key when ForgetUnshared calledCuong Manh Le
2022-09-30internal: fix a few function names on commentscui fliter
2022-09-30internal/buildcfg: enabled CoverageRedesign GOEXPERIMENT by defaultThan McIntosh
2022-09-30internal/profile: omit comparison tool bool constantcuiweixie
2022-09-29internal: use io.SeekStart, io.SeekCurrent, and io.SeekEndcuiweixie