summaryrefslogtreecommitdiff
path: root/test/ken
Commit message (Expand)AuthorAgeFilesLines
* test/ken/slicearray.go: correct type width in commentIan Lance Taylor2021-12-051-1/+1
* all: fix typosAinar Garipov2019-09-081-1/+1
* test: remove rundircmpout and cmpout actionsYury Smolsky2018-05-312-2/+2
* all: fix spelling mistakesEric Engestrom2016-04-031-1/+1
* go/test/chan1.go: fix typoRob Pike2012-02-251-1/+1
* test: document ken/*.goRob Pike2012-02-2440-1/+75
* test: add cmpout to testlibBrad Fitzpatrick2012-02-242-2/+2
* test: use testlib (fourth 100)Russ Cox2012-02-1638-38/+38
* test: test slice beyond lenIan Lance Taylor2012-02-031-0/+3
* test: split golden.out into expected output per testIan Lance Taylor2012-01-187-32/+70
* test: change several tests to not printIan Lance Taylor2012-01-186-47/+59
* test: gofmt a few testsIan Lance Taylor2012-01-184-177/+172
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-082-2/+2
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-251-1/+1
* gc: handle complex CONVNOPRuss Cox2011-09-191-0/+12
* fix tree for reflect renameRuss Cox2011-04-251-1/+1
* update go tree for reflect changesRuss Cox2011-04-081-3/+3
* test: do not depend on implicit if conditionRuss Cox2011-02-221-97/+0
* delete float, complex - code changesRuss Cox2011-01-1910-102/+99
* test/ken/convert.go: add conversion torture testRob Pike2010-11-011-0/+431
* test new slicesRuss Cox2010-09-082-0/+40
* test: don't assign address of array to slice.Ian Lance Taylor2010-08-312-6/+6
* more soft float support. passes several basic testsKai Backman2010-07-201-1/+1
* gc: fix crash for nested complex divisionRuss Cox2010-06-231-0/+6
* reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox2010-06-211-3/+0
* misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox2010-06-081-3/+3
* single argument panicRuss Cox2010-03-303-306/+301
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-2411-1287/+2007
* 1. decommit complex(float) conversionKen Thompson2010-03-093-6/+58
* identical complex implementationKen Thompson2010-03-095-11/+11
* 6g complex type usableKen Thompson2010-03-053-3/+83
* test: fix 386 build (missing complex)Russ Cox2010-03-023-2/+4
* more on type complex.Ken Thompson2010-03-023-0/+208
* Add explicit locking.Ian Lance Taylor2010-01-191-7/+29
* trailing comma's are not accepted with current syntaxRobert Griesemer2009-12-101-2/+1
* make test/ken safe for optional semisRobert Griesemer2009-12-1032-394/+188
* x[y:] for stringsRuss Cox2009-11-201-1/+1
* x[lo:] - gc and runtime.Russ Cox2009-11-202-0/+16
* write stack traces and panics to stderrRob Pike2009-10-131-0/+2
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-092-2/+2
* disallow interface { x, y() }Russ Cox2009-09-282-7/+8
* fix "declared and not used" in tests;Russ Cox2009-09-143-14/+16
* compound literal testKen Thompson2009-09-081-0/+171
* arraytoslice and some cleanupKen Thompson2009-08-281-1/+6
* sliceslice inlineKen Thompson2009-08-281-0/+129
* inline slicearrayKen Thompson2009-08-271-0/+127
* Enable these tests. Fix divconst.go and modconst.go toIan Lance Taylor2009-08-212-4/+0
* fix up some irregular indentationRob Pike2009-08-173-4/+2
* delete forward type declarationsRuss Cox2009-08-121-6/+0
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-124-11/+0