aboutsummaryrefslogtreecommitdiff
path: root/src/testing/quick
AgeCommit message (Expand)Author
2019-05-22all: shorten some testsRuss Cox
2019-04-18testing/quick: simplify explanation of -quickchecks flagRob Pike
2019-04-18testing/quick: clarify that Config.MaxCount is from a flagAndrew Z Allen
2017-06-27doc: mention testing/quick RNG seeding change in Go 1.9 notesBrad Fitzpatrick
2017-04-05testing/quick: use Uint64 instead of Int63Russ Cox
2017-04-03testing/quick: generate all possible int64, uint64 valuesRuss Cox
2016-10-26all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike
2016-10-24testing/quick, text/tabwriter: freeze packagesBrad Fitzpatrick
2016-05-06Revert "testing/quick: generate more map and slice states"Russ Cox
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-26testing/quick: generate more map and slice statesMatt T. Proud
2015-08-29testing/quick: terminate for arbitrary recursive typesHåvard Haugen
2015-06-26testing/quick: improve function signature error.Matt T. Proud
2015-06-08testing/quick: probabilistically generate nil pointersHåvard Haugen
2015-04-26testing/quick: align tests with reflect.Kind.Matt T. Proud
2015-03-27testing/quick: fix commentDmitry Vyukov
2015-02-04testing/quick: support generation of array types in ValueChris Kastorff
2014-09-08build: move package sources from src/pkg to srcRuss Cox