| Commit message (Expand) | Author | Age | Files | Lines |
* | go/test/chan1.go: fix typo | Rob Pike | 2012-02-25 | 1 | -1/+1 |
* | test: document ken/*.go | Rob Pike | 2012-02-24 | 40 | -1/+75 |
* | test: add cmpout to testlib | Brad Fitzpatrick | 2012-02-24 | 2 | -2/+2 |
* | test: use testlib (fourth 100) | Russ Cox | 2012-02-16 | 38 | -38/+38 |
* | test: test slice beyond len | Ian Lance Taylor | 2012-02-03 | 1 | -0/+3 |
* | test: split golden.out into expected output per test | Ian Lance Taylor | 2012-01-18 | 7 | -32/+70 |
* | test: change several tests to not print | Ian Lance Taylor | 2012-01-18 | 6 | -47/+59 |
* | test: gofmt a few tests | Ian Lance Taylor | 2012-01-18 | 4 | -177/+172 |
* | renaming_4: gofix -r everything/but/src/pkg | Rob Pike | 2011-11-08 | 2 | -2/+2 |
* | cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ... | Russ Cox | 2011-10-25 | 1 | -1/+1 |
* | gc: handle complex CONVNOP | Russ Cox | 2011-09-19 | 1 | -0/+12 |
* | fix tree for reflect rename | Russ Cox | 2011-04-25 | 1 | -1/+1 |
* | update go tree for reflect changes | Russ Cox | 2011-04-08 | 1 | -3/+3 |
* | test: do not depend on implicit if condition | Russ Cox | 2011-02-22 | 1 | -97/+0 |
* | delete float, complex - code changes | Russ Cox | 2011-01-19 | 10 | -102/+99 |
* | test/ken/convert.go: add conversion torture test | Rob Pike | 2010-11-01 | 1 | -0/+431 |
* | test new slices | Russ Cox | 2010-09-08 | 2 | -0/+40 |
* | test: don't assign address of array to slice. | Ian Lance Taylor | 2010-08-31 | 2 | -6/+6 |
* | more soft float support. passes several basic tests | Kai Backman | 2010-07-20 | 1 | -1/+1 |
* | gc: fix crash for nested complex division | Russ Cox | 2010-06-23 | 1 | -0/+6 |
* | reflect: add Type.Bits method, add tags to prohibit conversions | Russ Cox | 2010-06-21 | 1 | -3/+0 |
* | misc cleanup: gofmt + &x -> x[0:] conversion | Russ Cox | 2010-06-08 | 1 | -3/+3 |
* | single argument panic | Russ Cox | 2010-03-30 | 3 | -306/+301 |
* | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 2010-03-24 | 11 | -1287/+2007 |
* | 1. decommit complex(float) conversion | Ken Thompson | 2010-03-09 | 3 | -6/+58 |
* | identical complex implementation | Ken Thompson | 2010-03-09 | 5 | -11/+11 |
* | 6g complex type usable | Ken Thompson | 2010-03-05 | 3 | -3/+83 |
* | test: fix 386 build (missing complex) | Russ Cox | 2010-03-02 | 3 | -2/+4 |
* | more on type complex. | Ken Thompson | 2010-03-02 | 3 | -0/+208 |
* | Add explicit locking. | Ian Lance Taylor | 2010-01-19 | 1 | -7/+29 |
* | trailing comma's are not accepted with current syntax | Robert Griesemer | 2009-12-10 | 1 | -2/+1 |
* | make test/ken safe for optional semis | Robert Griesemer | 2009-12-10 | 32 | -394/+188 |
* | x[y:] for strings | Russ Cox | 2009-11-20 | 1 | -1/+1 |
* | x[lo:] - gc and runtime. | Russ Cox | 2009-11-20 | 2 | -0/+16 |
* | write stack traces and panics to stderr | Rob Pike | 2009-10-13 | 1 | -0/+2 |
* | time tests; sort -nr times.out | sed 10q is illuminating. | Russ Cox | 2009-10-09 | 2 | -2/+2 |
* | disallow interface { x, y() } | Russ Cox | 2009-09-28 | 2 | -7/+8 |
* | fix "declared and not used" in tests; | Russ Cox | 2009-09-14 | 3 | -14/+16 |
* | compound literal test | Ken Thompson | 2009-09-08 | 1 | -0/+171 |
* | arraytoslice and some cleanup | Ken Thompson | 2009-08-28 | 1 | -1/+6 |
* | sliceslice inline | Ken Thompson | 2009-08-28 | 1 | -0/+129 |
* | inline slicearray | Ken Thompson | 2009-08-27 | 1 | -0/+127 |
* | Enable these tests. Fix divconst.go and modconst.go to | Ian Lance Taylor | 2009-08-21 | 2 | -4/+0 |
* | fix up some irregular indentation | Rob Pike | 2009-08-17 | 3 | -4/+2 |
* | delete forward type declarations | Russ Cox | 2009-08-12 | 1 | -6/+0 |
* | convert non-pkg go files to whole-package compilation. | Russ Cox | 2009-08-12 | 4 | -11/+0 |
* | 8-bit div and mod | Russ Cox | 2009-08-10 | 2 | -0/+220 |
* | another plateau - almost done | Ken Thompson | 2009-08-08 | 2 | -20/+717 |
* | divide by a constant power of 2 | Ken Thompson | 2009-08-06 | 1 | -0/+45 |
* | string([]int) is now implemented | Rob Pike | 2009-06-04 | 1 | -5/+15 |