aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2020-08-19internal/poll: treat copy_file_range EOPNOTSUPP as not-handledIan Lance Taylor
2020-08-17internal/bytealg: use CBZ instructionsHeisenberg
2020-08-16crypto,internal/bytealg: fix assembly that clobbers BPKeith Randall
2020-08-12internal/goversion: update Version to 1.16Dmitri Shuralyov
2020-06-09internal/poll: correct function name in commentVee Zhang
2020-06-02internal/poll: add mutex to prevent SetDeadline race in Plan 9Richard Miller
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-05-10internal/trace: add license header to writer.goPovilas Versockas
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-05-01internal/unsafeheader: fix reference in godoc comment for type StringTobias Klauser
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2020-04-28internal/goversion: update to 1.15Bryan C. Mills
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-24internal/goversion: revert "update to 1.15"Heschi Kreinick
2020-04-24internal/goversion: update to 1.15Heschi Kreinick
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2020-04-13internal/cpu: unify HWCap/HWCap2 commentsTobias Klauser
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-04-02internal/syscall/windows: change WSAMsg.Name typeAlex Brainman
2020-03-31runtime, internal/poll: name error codesIan Lance Taylor
2020-03-24internal/poll: assume we have CancelIoEX on WindowsIan Lance Taylor
2020-03-20internal/poll: update Windows Server Performance URL in commentIan Lance Taylor
2020-03-20internal/poll: merge a couple of common definitionsIan Lance Taylor
2020-03-11strings, bytes: improve IndexAny and LastIndexAny performanceerifan01
2020-03-09internal/xcoff: fix wrong bit masking comparisonsNeven Sajko
2020-03-04bytes, strings: moves indexRabinKarp function to internal/bytealgerifan01
2020-03-02internal/cpu: use anonymous struct for CPU feature varsTobias Klauser
2020-02-28internal/cpu: add MIPS64x feature detectionMeng Zhuo
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2020-02-25os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth
2020-02-04internal/bytealg: fix riscv64 offset namesJosh Bleecher Snyder
2019-12-31internal/poll: use correct fcntl implementationsTobias Klauser
2019-12-30internal/syscall/unix: use libc based fcntl for IsNonblock on aix and solarisTobias Klauser
2019-12-26internal/poll: use fcntl64 on 32-bit GNU/Linux systemsTobias Klauser
2019-12-23internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systemsIan Lance Taylor
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-11internal/cpu,internal/bytealg: add support for riscv64Joel Sing
2019-11-08cmd/go/internal/modfetch: add GOINSECUREwitchard
2019-11-04internal/bytealg: add SIMD byte count implementation for s390xMichael Munday
2019-11-01internal/syscall/unix: add support for linux/riscv64Tobias Klauser
2019-10-29internal/syscall/windows/registry: make '-gcflags=all=-d=checkptr' flag workAlex Brainman
2019-10-27internal/syscall/windows/registry: remove TestWalkFullRegistry due to false a...Jason A. Donenfeld
2019-10-25internal/singleflight: format someErrZYunH
2019-10-25internal/syscall/windows/registry: allow for non-null terminated stringsJason A. Donenfeld