Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/[n-r]*.go: add documentation | Rob Pike | 2012-02-24 | 1 | -0/+2 |
* | test: use testlib (final 61) | Russ Cox | 2012-02-16 | 1 | -1/+1 |
* | gofix -r mapdelete | Russ Cox | 2011-10-18 | 1 | -1/+1 |
* | test: new nil semantics | Russ Cox | 2011-08-17 | 1 | -0/+142 |
* | delete float, complex - code changes | Russ Cox | 2011-01-19 | 1 | -4/+3 |
* | test: remove semiocolons. | Rob Pike | 2010-09-04 | 1 | -18/+18 |
* | fix "declared and not used" in tests; | Russ Cox | 2009-09-14 | 1 | -0/+2 |
* | delete export | Russ Cox | 2009-01-20 | 1 | -2/+2 |
* | convert tests; nothing interesting. | Russ Cox | 2009-01-16 | 1 | -2/+2 |
* | new new & make | Russ Cox | 2009-01-06 | 1 | -1/+1 |
* | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 2008-12-19 | 1 | -3/+3 |
* | convert *[] to []. | Russ Cox | 2008-12-18 | 1 | -1/+1 |
* | a couple of bugs around nil are fixed | Rob Pike | 2008-06-18 | 1 | -3/+3 |
* | Add nil test, with bug | Rob Pike | 2008-06-13 | 1 | -0/+35 |