| Commit message (Expand) | Author | Age | Files | Lines |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -358/+0 |
* | testing/quick: brought Check parameter name in line with function doc | Caleb Spare | 2014-06-19 | 1 | -3/+3 |
* | testing/quick: fix for aliased types, delete duplicate uint8 test, and fix ra... | Jonathan Hseu | 2013-05-14 | 1 | -34/+32 |
* | build: remove dead code | Russ Cox | 2013-03-22 | 1 | -2/+0 |
* | testing/quick: documentation tweaks | Rob Pike | 2012-02-10 | 1 | -4/+5 |
* | renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* | Rob Pike | 2011-11-08 | 1 | -1/+1 |
* | src/pkg/[n-z]*: gofix -r error -force=error | Russ Cox | 2011-11-01 | 1 | -7/+6 |
* | cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ... | Russ Cox | 2011-10-25 | 1 | -2/+2 |
* | fix tree for reflect rename | Russ Cox | 2011-04-25 | 1 | -18/+18 |
* | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao | 2011-04-20 | 1 | -1/+1 |
* | changes for more restricted reflect.SetValue | Russ Cox | 2011-04-18 | 1 | -3/+3 |
* | pkg: manual cleanup of some gofixed code | Russ Cox | 2011-04-13 | 1 | -33/+30 |
* | update go tree for reflect changes | Russ Cox | 2011-04-08 | 1 | -26/+27 |
* | delete float, complex - code changes | Russ Cox | 2011-01-19 | 1 | -9/+7 |
* | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 2010-06-20 | 1 | -31/+34 |
* | testing: update documentation to match current coding style | Christopher Wedgwood | 2010-04-11 | 1 | -2/+2 |
* | 1) Change default gofmt default settings for | Robert Griesemer | 2009-12-15 | 1 | -94/+94 |
* | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 2009-11-09 | 1 | -5/+5 |
* | remove semis after statements in one-statement statement lists | Robert Griesemer | 2009-11-09 | 1 | -37/+37 |
* | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 2009-11-06 | 1 | -6/+2 |
* | Add a quickcheck package which is a little like the Haskell one of the same | Adam Langley | 2009-10-28 | 1 | -0/+367 |