index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
fuzz
Age
Commit message (
Expand
)
Author
2026-03-30
all: fix some minor issues in the comments
cuishuang
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-05-21
runtime, internal/fuzz: optimize build tag combination on loong64
Guoqi Chen
2025-04-24
runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64
limeidan
2025-03-14
cmd/go: enable fuzz testing on OpenBSD
Maciej Żok
2025-02-03
internal/fuzz: use a lookup table for SnapshotCoverage
Jakub Ciolek
2025-01-03
internal/fuzz: remove the exp2 method
Jakub Ciolek
2024-11-15
internal/fuzz: add benchmarks for byte slice mutators
Jakub Ciolek
2024-09-25
all: fix typos of possessive its
Brad Fitzpatrick
2024-05-08
internal/fuzz: fix names of noCopy methods
Oleksandr Redko
2024-03-27
all: make use of builtin clear
Jes Cok
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-07
internal/fuzz: remove useless code
guoguangwu
2023-11-17
all: make more use of the new atomic integer types
Daniel Martí
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-08-14
internal/fuzz: use the built-in min function
cui fliter
2023-07-20
internal/fuzz: pass handle to temporary file instead of the path
qmuntal
2023-06-22
internal/fuzz: fix typo in comment
Oleksandr Redko
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-03-16
internal/fuzz: release lock when reading file fails
Roland Shoemaker
2023-03-16
internal/fuzz: fix debug statement
Roland Shoemaker
2023-03-16
internal/fuzz: more debug logging
Roland Shoemaker
2023-03-15
internal/fuzz: improve debugging messages
Roland Shoemaker
2023-03-10
internal/fuzz: avoid deadlock on duplicate entries with exec limit
Roland Shoemaker
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-05
all: fix comment typos
Dan Kortschak
2022-10-17
internal/fuzz: write shorter testdata corpus file names
Russ Cox
2022-10-12
all: prevent fakePC overflow on 386 in libfuzzer mode
Cuong Manh Le
2022-10-04
cmd/internal/sys: migrate support.go functions to new internal pkg
Than McIntosh
2022-09-30
internal: fix a few function names on comments
cui fliter
2022-09-29
internal: use time.Since instead of time.Now().Sub
cuiweixie
2022-09-28
internal: use bytes.Clone
cuiweixie
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-09-08
all: use unsafe.{Slice, SliceData, String, StringData} to simplify code
hopehook
2022-09-07
internal/fuzz: simplify code using unsafe.{SliceData,Slice}
cuiweixie
2022-07-25
internal/fuzz: fix typo in function comments
Abirdcfly
2022-05-23
cmd/compile: support libFuzzer value profiling mode for integer compares
Khaled Yakdan
2022-05-20
internal/fuzz: trim carriage return from version line
Dan Kortschak
2022-05-20
cmd/compile: intercept string compares in libFuzzer mode
Khaled Yakdan
2022-03-10
internal/fuzz: minimization should not reduce coverage
Steven Johnstone
2022-03-10
internal/fuzz: don't use dirty coverage maps during minimization
Roland Shoemaker
2022-03-08
internal/fuzz: fix encoding for out-of-range ints and runes
Bryan C. Mills
2022-03-07
internal/fuzz: fix TestUnmarshalMarshal on MIPS
Roland Shoemaker
2022-03-04
internal/fuzz: handle Inf/NaN float values
Roland Shoemaker
2022-02-04
internal/fuzz: change meaning of "total" in output
Katie Hockman
2022-02-02
internal/fuzz: small cleanups
Katie Hockman
2022-02-01
internal/fuzz: properly handle duplicates during cache loading
Roland Shoemaker
2022-01-27
internal/fuzz: centralize corpus entry addition
Roland Shoemaker
2022-01-12
cmd/go: enable fuzz testing for FreeBSD
Ayan George
[next]