aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2021-02-16internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-16internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-07internal/cpu: add darwin/arm64 CPU feature detection supportMartin Möhrmann
2020-12-05internal/cpu: fix typo in cpu_arm64.goIkko Ashimine
2020-12-03internal/cpu: disable FMA when OSXSAVE is not enabled on x86Martin Möhrmann
2020-11-20net, internal/poll: reset value before adding in minor kernel versionIan Lance Taylor
2020-11-19internal/fmtsort: sort the unsafe pointers in mapHanlin Shi
2020-11-10internal/poll: use copy_file_range only on Linux kernel >= 5.3Tobias Klauser
2020-11-09cmd/go: add GOVCS setting to control version control usageRuss Cox
2020-11-05cmd/go: revert "add GOVCS setting to control version control usage"Dmitri Shuralyov
2020-11-05internal/cpu: fix and cleanup ARM64 cpu feature fields and optionsMartin Möhrmann
2020-11-05cmd/go: add GOVCS setting to control version control usageRuss Cox
2020-11-04internal/poll: treat copy_file_range EIO as not-handledTobias Klauser
2020-11-02all: update dependency on golang.org/x/sys and regenerate Windows syscallsBryan C. Mills
2020-11-02syscall: switch go:generate directives back to mksyscall_windows.goBryan C. Mills
2020-11-02runtime: improve memmove performance on arm64Jonathan Swinney
2020-10-29runtime: move ppc64/aix cpu feature detection to internal/cpuMartin Möhrmann
2020-10-28cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hocBryan C. Mills
2020-10-28Revert "cmd/compile: split exported/non-exported methods for interface type"Cuong Manh Le
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-23internal/bytealg: improve mips64x equal on large sizeMeng Zhuo
2020-10-22runtime: move s390x HWCap CPU feature detection to internal/cpuMartin Möhrmann
2020-10-20testing: print cpu type as label for benchmarksMartin Möhrmann
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20internal/cpu: make architectures without initialization work explicitMartin Möhrmann
2020-10-20internal/cpu: consolidate arm64 feature detectionMartin Möhrmann
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-19internal/bytealg: add assembly implementation of Count/CountString for riscv64Tobias Klauser
2020-10-16internal/poll, net, syscall: use accept4 on illumosTobias Klauser
2020-10-13internal/cpu: remove unused arm64 capabilitiesMartin Möhrmann
2020-10-13internal/bytealg: fix typo in IndexRabinKarp{,Bytes} godocTobias Klauser
2020-10-13syscall: remove dependency on ioRuss Cox
2020-10-09cmd/compile: split exported/non-exported methods for interface typeCuong Manh Le
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-10-07internal/reflectlite: include Kind in ValueError messageOri Rawlings
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-10-01internal/poll: use ignoringEINTR in Darwin FsyncIan Lance Taylor
2020-09-23bytes, internal/bytealg: fix incorrect IndexString usageMichael Munday
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-16os, internal/syscall/unix: use pipe2 instead of pipe on illumosTobias Klauser
2020-09-15internal/poll, internal/syscall/unix, net: enable writev on illumosTobias Klauser
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2020-08-27cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor
2020-08-19internal/poll: treat copy_file_range EPERM as not-handledTobias Klauser
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor