summaryrefslogtreecommitdiff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* internal/fuzz: don't deflake coverage found while fuzzingKatie Hockman2021-10-271-14/+3
* internal/poll: improve the padding calculation inside struct splicePipeAndy Pan2021-10-271-3/+7
* internal/fuzz: tiny refactor+fixKatie Hockman2021-10-262-2/+2
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-262-2/+2
* internal/poll: avoid tiny allocator for splicePipeIan Lance Taylor2021-10-251-0/+4
* internal/poll: fix a few function names on commentsAndy Pan2021-10-221-2/+2
* internal/bytealg: fix Separator length check for Index/ppc64leArchana R2021-10-211-3/+3
* internal/bytealg: port bytes.Index and bytes.Count to reg ABI on ppc64xArchana R2021-10-192-5/+58
* internal/fuzz: fix bugs with minimizationKatie Hockman2021-10-153-44/+46
* internal/poll,net: support poll.Sendfile for darwinKoichi Shiraishi2021-10-131-2/+2
* all: fix spelling mistakesnicksherron2021-10-132-2/+2
* internal/fuzz: fix -fuzzminimizetime with 'x' bugKatie Hockman2021-10-121-3/+5
* testing: fix -run behavior with fuzz testsKatie Hockman2021-10-122-40/+44
* go/build, internal/goarch: sort goarchList alphabeticallyTobias Klauser2021-10-0823-46/+46
* internal/fuzz: log that minimization is occurringKatie Hockman2021-10-071-8/+12
* internal/cpu: remove option to mark cpu features requiredMartin Möhrmann2021-10-062-26/+2
* internal/fuzz: log average execs/sec since last logKatie Hockman2021-10-061-8/+19
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-5/+5
* internal/buildcfg: enable register ABI for PPC64Lynn Boger2021-10-051-2/+6
* internal/fuzz: print size of interesting cacheAmelia Downs2021-10-041-1/+6
* internal/fuzz: disconnect stdout and stderr from the workerKatie Hockman2021-09-291-2/+0
* internal/bytealg: port bytealg functions to reg ABI on ppc64xLynn Boger2021-09-283-20/+95
* cmd/go: adjust comments on why fuzzing instrumentation is disabledJay Conrod2021-09-241-1/+3
* internal/fuzz,cmd/compile: don't add race instrumentation to countersRoland Shoemaker2021-09-221-3/+5
* internal/fuzz: allocate memory for mutated stringsRoland Shoemaker2021-09-222-6/+17
* [dev.fuzz] internal/fuzz: more fuzzing output adjustmentsKatie Hockman2021-09-222-63/+81
* internal/fuzz: temporarily work around test failures after dev.fuzz mergeJay Conrod2021-09-214-19/+55
* internal/abi: define PPC64 register ABI constantsLynn Boger2021-09-212-2/+23
* internal/buildcfg: fix test for GOAMD64=v3 ./all.bashMatthew Dempsky2021-09-201-1/+2
* [dev.fuzz] Merge remote-tracking branch 'origin/dev.fuzz' into merge-fuzzJay Conrod2021-09-2020-0/+4919
|\
| * [dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman2021-09-205-38/+85
| |\ | |/ |/|
| * [dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman2021-09-201-32/+4
| * [dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpusKatie Hockman2021-09-201-0/+1
| * [dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman2021-09-163-93/+137
| * [dev.fuzz] internal: fuzzing output adjustmentsKatie Hockman2021-09-151-10/+14
| * [dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zeroKatie Hockman2021-09-101-13/+19
| * [dev.fuzz] internal/fuzz: write a newline to the end of a corpus fileKatie Hockman2021-09-102-12/+20
| * [dev.fuzz] internal/fuzz: improve warning message when not instrumentedKatie Hockman2021-09-101-5/+1
| * [dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimizationKatie Hockman2021-09-092-8/+42
| * [dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod2021-09-0999-314/+2045
| |\
| * | [dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC returnJay Conrod2021-09-081-25/+41
| * | [dev.fuzz] internal/fuzz: fix panic when marshaling dataKatie Hockman2021-09-081-2/+2
| * | [dev.fuzz] internal/fuzz: maintain debug info during minimizationRoland Shoemaker2021-09-032-1/+7
| * | [dev.fuzz] internal/fuzz: don't store corpus in memoryRoland Shoemaker2021-09-022-32/+48
| * | [dev.fuzz] internal/fuzz: minimize inputs that expand coverageJay Conrod2021-09-026-166/+468
| * | [dev.fuzz] internal/fuzz: fail minimization on non-reproducible crashJay Conrod2021-08-312-39/+61
| * | [dev.fuzz] internal/fuzz: ensure crash is written if minimization interruptedJay Conrod2021-08-311-5/+24
| * | [dev.fuzz] internal/fuzz: count coverage-only runs toward -fuzztimeJay Conrod2021-08-311-0/+1
| * | [dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztimeJay Conrod2021-08-312-49/+133
| * | [dev.fuzz] internal/fuzz: coarsen each coverage counter when taking a snapshotJay Conrod2021-08-233-48/+95