summaryrefslogtreecommitdiff
path: root/src/pkg/testing/quick/quick.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-358/+0
* testing/quick: brought Check parameter name in line with function docCaleb Spare2014-06-191-3/+3
* testing/quick: fix for aliased types, delete duplicate uint8 test, and fix ra...Jonathan Hseu2013-05-141-34/+32
* build: remove dead codeRuss Cox2013-03-221-2/+0
* testing/quick: documentation tweaksRob Pike2012-02-101-4/+5
* renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike2011-11-081-1/+1
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-011-7/+6
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-251-2/+2
* fix tree for reflect renameRuss Cox2011-04-251-18/+18
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-1/+1
* changes for more restricted reflect.SetValueRuss Cox2011-04-181-3/+3
* pkg: manual cleanup of some gofixed codeRuss Cox2011-04-131-33/+30
* update go tree for reflect changesRuss Cox2011-04-081-26/+27
* delete float, complex - code changesRuss Cox2011-01-191-9/+7
* reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox2010-06-201-31/+34
* testing: update documentation to match current coding styleChristopher Wedgwood2010-04-111-2/+2
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-94/+94
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-5/+5
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-37/+37
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-061-6/+2
* Add a quickcheck package which is a little like the Haskell one of the sameAdam Langley2009-10-281-0/+367