aboutsummaryrefslogtreecommitdiff
path: root/test/ken
AgeCommit message (Expand)Author
2021-12-05test/ken/slicearray.go: correct type width in commentIan Lance Taylor
2019-09-08all: fix typosAinar Garipov
2018-05-31test: remove rundircmpout and cmpout actionsYury Smolsky
2016-04-03all: fix spelling mistakesEric Engestrom
2012-02-25go/test/chan1.go: fix typoRob Pike
2012-02-24test: document ken/*.goRob Pike
2012-02-24test: add cmpout to testlibBrad Fitzpatrick
2012-02-16test: use testlib (fourth 100)Russ Cox
2012-02-03test: test slice beyond lenIan Lance Taylor
2012-01-18test: split golden.out into expected output per testIan Lance Taylor
2012-01-18test: change several tests to not printIan Lance Taylor
2012-01-18test: gofmt a few testsIan Lance Taylor
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2011-09-19gc: handle complex CONVNOPRuss Cox
2011-04-25fix tree for reflect renameRuss Cox
2011-04-08update go tree for reflect changesRuss Cox
2011-02-22test: do not depend on implicit if conditionRuss Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-11-01test/ken/convert.go: add conversion torture testRob Pike
2010-09-08test new slicesRuss Cox
2010-08-31test: don't assign address of array to slice.Ian Lance Taylor
2010-07-20more soft float support. passes several basic testsKai Backman
2010-06-23gc: fix crash for nested complex divisionRuss Cox
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox
2010-03-30single argument panicRuss Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2010-03-091. decommit complex(float) conversionKen Thompson
2010-03-09identical complex implementationKen Thompson
2010-03-056g complex type usableKen Thompson
2010-03-02test: fix 386 build (missing complex)Russ Cox
2010-03-02more on type complex.Ken Thompson
2010-01-19Add explicit locking.Ian Lance Taylor
2009-12-10trailing comma's are not accepted with current syntaxRobert Griesemer
2009-12-10make test/ken safe for optional semisRobert Griesemer
2009-11-20x[y:] for stringsRuss Cox
2009-11-20x[lo:] - gc and runtime.Russ Cox
2009-10-13write stack traces and panics to stderrRob Pike
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox
2009-09-28disallow interface { x, y() }Russ Cox
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-09-08compound literal testKen Thompson
2009-08-28arraytoslice and some cleanupKen Thompson
2009-08-28sliceslice inlineKen Thompson
2009-08-27inline slicearrayKen Thompson
2009-08-21Enable these tests. Fix divconst.go and modconst.go toIan Lance Taylor
2009-08-17fix up some irregular indentationRob Pike
2009-08-12delete forward type declarationsRuss Cox
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox