summaryrefslogtreecommitdiff
path: root/src/pkg/testing/quick
Commit message (Expand)AuthorAgeFilesLines
* 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-142-36/+137
* build: remove dead codeRuss Cox2013-03-221-2/+0
* testing/quick: documentation tweaksRob Pike2012-02-101-4/+5
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-11/+0
* renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike2011-11-082-2/+2
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-012-9/+7
* 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-252-19/+19
* 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-192-11/+12
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* 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-152-151/+151
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-5/+5
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-092-48/+48
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-062-69/+23
* Add a quickcheck package which is a little like the Haskell one of the sameAdam Langley2009-10-283-0/+564