aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2021-04-20internal/poll, net: fix comments regarding accept and sysSocketTobias Klauser
2021-04-20internal/buildcfg: enable regabiargs by defaultAustin Clements
2021-04-20internal/buildcfg: enable regabidefer by defaultAustin Clements
2021-04-19internal/buildcfg: enable regabireflect by defaultAustin Clements
2021-04-19net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnixHowJMay
2021-04-19internal/buildcfg: enable regabig by defaultAustin Clements
2021-04-17internal/buildcfg: enable regabiwrappers by defaultAustin Clements
2021-04-16internal/buildcfg: make regabi enable regabiargsAustin Clements
2021-04-16internal/buildcfg: make regabi an alias for regabi sub-experimentsAustin Clements
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-16internal/goexperiment: move baseline configuration to objabiAustin Clements
2021-04-15bytes: add asm implementation for index on ppc64xLynn Boger
2021-04-15internal/bytealg: port more performance-critical functions to ABIInternalAustin Clements
2021-04-14runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek
2021-04-12internal/execabs: replace ioutil.WriteFile with os.WriteFileManlio Perillo
2021-04-12internal/poll: ensure that newPoolPipe doesn't return a nil pointerIan Lance Taylor
2021-04-10internal/poll: fix the intermittent build failures with pipe poolAndy Pan
2021-04-08runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"Austin Clements
2021-04-08cmd/internal/objabi: make GOEXPERIMENT be a diff from default experimentsAustin Clements
2021-04-08internal/goexperiment: consolidate experiment-enabled constantsAustin Clements
2021-04-08internal/goexperiment,cmd: consolidate GOEXPERIMENTs into a new packageAustin Clements
2021-04-05net: make ErrClosed and ParseError implement net.ErrorIan Lance Taylor
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-03-18all: explode GOEXPERIMENT=regabi into 5 sub-experimentsAustin Clements
2021-03-17crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwinTobias Klauser
2021-03-16internal/poll: eliminate the redundant type conversions of FD.SysfdAndy Pan
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-03-12internal/poll: fix some grammar errorsAndy Pan
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-03-11crypto/rand, internal/syscall/unix: add support for getrandom syscall on solarisTobias Klauser
2021-03-11internal/syscall/unix: unify GetRandom implementationTobias Klauser
2021-03-10crypto/rand: supports for getrandom syscall in DragonFlyBSDDavid Carlier
2021-03-10internal/poll: implement a pipe pool for splice() callAndy Pan
2021-03-05reflect: use global variables for register countMichael Anthony Knyszek
2021-03-02internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpenTobias Klauser
2021-02-24docs: fix spellingJohn Bampton
2021-02-23internal/poll: fix the verbose condition in spliceAndy Pan
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-16[dev.regabi] all: merge master (5faf941) into dev.regabiCherry Zhang
2021-02-16internal/goversion: update Version to 1.17Bryan C. Mills
2021-02-16internal/abi: set register count constants to zero for regabi experimentMichael Anthony Knyszek
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-02-16internal/poll: netpollcheckerr before sendfileWei Fu
2021-02-16internal/poll: if copy_file_range returns 0, assume it failedIan Lance Taylor
2021-02-12[dev.regabi] internal/abi: add new internal/abi package for ABI constantsMichael Anthony Knyszek
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