aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz
AgeCommit message (Expand)Author
2026-03-30all: fix some minor issues in the commentscuishuang
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-05-21runtime, internal/fuzz: optimize build tag combination on loong64Guoqi Chen
2025-04-24runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64limeidan
2025-03-14cmd/go: enable fuzz testing on OpenBSDMaciej Żok
2025-02-03internal/fuzz: use a lookup table for SnapshotCoverageJakub Ciolek
2025-01-03internal/fuzz: remove the exp2 methodJakub Ciolek
2024-11-15internal/fuzz: add benchmarks for byte slice mutatorsJakub Ciolek
2024-09-25all: fix typos of possessive itsBrad Fitzpatrick
2024-05-08internal/fuzz: fix names of noCopy methodsOleksandr Redko
2024-03-27all: make use of builtin clearJes Cok
2024-03-26all: fix a large number of commentscui fliter
2024-03-07internal/fuzz: remove useless codeguoguangwu
2023-11-17all: make more use of the new atomic integer typesDaniel Martí
2023-09-18all: clean unnecessary castsJes Cok
2023-08-14internal/fuzz: use the built-in min functioncui fliter
2023-07-20internal/fuzz: pass handle to temporary file instead of the pathqmuntal
2023-06-22internal/fuzz: fix typo in commentOleksandr Redko
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-03-16internal/fuzz: release lock when reading file failsRoland Shoemaker
2023-03-16internal/fuzz: fix debug statementRoland Shoemaker
2023-03-16internal/fuzz: more debug loggingRoland Shoemaker
2023-03-15internal/fuzz: improve debugging messagesRoland Shoemaker
2023-03-10internal/fuzz: avoid deadlock on duplicate entries with exec limitRoland Shoemaker
2022-11-18all: add missing periods in commentscui fliter
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-05all: fix comment typosDan Kortschak
2022-10-17internal/fuzz: write shorter testdata corpus file namesRuss Cox
2022-10-12all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-30internal: fix a few function names on commentscui fliter
2022-09-29internal: use time.Since instead of time.Now().Subcuiweixie
2022-09-28internal: use bytes.Clonecuiweixie
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-08all: use unsafe.{Slice, SliceData, String, StringData} to simplify codehopehook
2022-09-07internal/fuzz: simplify code using unsafe.{SliceData,Slice}cuiweixie
2022-07-25internal/fuzz: fix typo in function commentsAbirdcfly
2022-05-23cmd/compile: support libFuzzer value profiling mode for integer comparesKhaled Yakdan
2022-05-20internal/fuzz: trim carriage return from version lineDan Kortschak
2022-05-20cmd/compile: intercept string compares in libFuzzer modeKhaled Yakdan
2022-03-10internal/fuzz: minimization should not reduce coverageSteven Johnstone
2022-03-10internal/fuzz: don't use dirty coverage maps during minimizationRoland Shoemaker
2022-03-08internal/fuzz: fix encoding for out-of-range ints and runesBryan C. Mills
2022-03-07internal/fuzz: fix TestUnmarshalMarshal on MIPSRoland Shoemaker
2022-03-04internal/fuzz: handle Inf/NaN float valuesRoland Shoemaker
2022-02-04internal/fuzz: change meaning of "total" in outputKatie Hockman
2022-02-02internal/fuzz: small cleanupsKatie Hockman
2022-02-01internal/fuzz: properly handle duplicates during cache loadingRoland Shoemaker
2022-01-27internal/fuzz: centralize corpus entry additionRoland Shoemaker
2022-01-12cmd/go: enable fuzz testing for FreeBSDAyan George