aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz/encoding_test.go
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
2024-03-07internal/fuzz: remove useless codeguoguangwu
2022-05-20internal/fuzz: trim carriage return from version lineDan Kortschak
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
2021-09-10[dev.fuzz] internal/fuzz: write a newline to the end of a corpus fileKatie Hockman
2021-07-19[dev.fuzz] internal/fuzz: add more benchmarks for workersJay Conrod
2021-04-12[dev.fuzz] internal/fuzz: allow float types to be integer literalsKatie Hockman
2021-02-22[dev.fuzz] internal/fuzz: updating version incodingKatie Hockman
2021-02-17[dev.fuzz] internal/fuzz: support corpus file encoding/decodingKatie Hockman