aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-20[dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpusKatie Hockman
2021-09-17internal/poll: inject a hook into the runtime finalizer to count the closed p...Andy Pan
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
2021-09-15[dev.fuzz] internal: fuzzing output adjustmentsKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zeroKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: write a newline to the end of a corpus fileKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: improve warning message when not instrumentedKatie Hockman
2021-09-09[dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimizationKatie Hockman
2021-09-09reflect: add hooks for dealing with narrow width floatsMichael Anthony Knyszek
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-09internal/poll: report open fds when TestSplicePipePool failsIan Lance Taylor
2021-09-08[dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC returnJay Conrod
2021-09-08[dev.fuzz] internal/fuzz: fix panic when marshaling dataKatie Hockman
2021-09-03[dev.fuzz] internal/fuzz: maintain debug info during minimizationRoland Shoemaker
2021-09-03refect: rename Ptr Kind to Pointer (but keep Ptr)Brad Fitzpatrick
2021-09-02[dev.fuzz] internal/fuzz: don't store corpus in memoryRoland Shoemaker
2021-09-02[dev.fuzz] internal/fuzz: minimize inputs that expand coverageJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: fail minimization on non-reproducible crashJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: ensure crash is written if minimization interruptedJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: count coverage-only runs toward -fuzztimeJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztimeJay Conrod
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-23[dev.fuzz] internal/fuzz: coarsen each coverage counter when taking a snapshotJay Conrod
2021-08-23runtime: use RDTSCP for instruction stream serialized read of TSCMartin Möhrmann
2021-08-23internal/buildcfg: change GOEXPERIMENT to always return non-empty stringMatthew Dempsky
2021-08-20crypto/rand, internal/syscall/unix: don't use getentropy on iOSTobias Klauser
2021-08-16net: reduce allocations for UDP send/recv on WindowsJosh Bleecher Snyder
2021-08-16net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder
2021-08-16net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder
2021-08-16internal/syscall/unix: change Ioctl arg type to unsafe.Pointer on AIXMatt Layher
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-08-11[dev.typeparams] runtime, internal/bytealg: remove regabi fallback code on AMD64Cherry Mui
2021-08-11[dev.typeparams] internal/buildcfg: always enable regabi on AMD64Cherry Mui
2021-08-10[dev.typeparams] internal/goexperiment: update comment for RegabiArgs require...Cherry Mui
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-20[dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz functionJay Conrod
2021-07-19[dev.fuzz] internal/fuzz: add more benchmarks for workersJay Conrod
2021-07-19[dev.fuzz] internal/fuzz: fix two bugs in BenchmarkWorkerFuzzOverheadJay Conrod
2021-07-10[dev.typeparams] internal/buildcfg: allow regabiwrappers on all GOARCHMatthew Dempsky
2021-07-08[dev.typeparams] all: merge master (296ddf2) into dev.typeparamsMatthew Dempsky
2021-07-08Update oudated commentmakdon
2021-07-08[dev.fuzz] internal/fuzz: improve handling of worker termination by signalJay Conrod
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-28[dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman
2021-06-28[dev.fuzz] internal/fuzz: use scratch []byte for mutationsKatie Hockman
2021-06-27internal/buildcfg: refactor GOEXPERIMENT parsing code somewhatMatthew Dempsky
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le