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
/
testing
/
quick
Age
Commit message (
Expand
)
Author
2023-11-08
testing: add available godoc link
cui fliter
2023-04-04
database/sql,testing/quick: use reflect.Value.SetZero
Daniel Martí
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2019-05-22
all: shorten some tests
Russ Cox
2019-04-18
testing/quick: simplify explanation of -quickchecks flag
Rob Pike
2019-04-18
testing/quick: clarify that Config.MaxCount is from a flag
Andrew Z Allen
2017-06-27
doc: mention testing/quick RNG seeding change in Go 1.9 notes
Brad Fitzpatrick
2017-04-05
testing/quick: use Uint64 instead of Int63
Russ Cox
2017-04-03
testing/quick: generate all possible int64, uint64 values
Russ Cox
2016-10-26
all: freeze net/rpc and reword the 'frozen' message in other frozen packages
Rob Pike
2016-10-24
testing/quick, text/tabwriter: freeze packages
Brad Fitzpatrick
2016-05-06
Revert "testing/quick: generate more map and slice states"
Russ Cox
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-26
testing/quick: generate more map and slice states
Matt T. Proud
2015-08-29
testing/quick: terminate for arbitrary recursive types
Håvard Haugen
2015-06-26
testing/quick: improve function signature error.
Matt T. Proud
2015-06-08
testing/quick: probabilistically generate nil pointers
Håvard Haugen
2015-04-26
testing/quick: align tests with reflect.Kind.
Matt T. Proud
2015-03-27
testing/quick: fix comment
Dmitry Vyukov
2015-02-04
testing/quick: support generation of array types in Value
Chris Kastorff
2014-09-08
build: move package sources from src/pkg to src
Russ Cox