summaryrefslogtreecommitdiff
path: root/test/ken
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý43-273/+407
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý41-0/+5408
2011-09-13Imported Upstream version 60Ondřej Surý41-5408/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-1/+1
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-3/+3
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-97/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý10-102/+99
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý5-7/+478
2010-06-23gc: fix crash for nested complex divisionRuss Cox1-0/+6
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox1-3/+0
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox1-3/+3
2010-03-30single argument panicRuss Cox3-306/+301
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike11-1287/+2007
2010-03-091. decommit complex(float) conversionKen Thompson3-6/+58
2010-03-09identical complex implementationKen Thompson5-11/+11
2010-03-056g complex type usableKen Thompson3-3/+83
2010-03-02test: fix 386 build (missing complex)Russ Cox3-2/+4
2010-03-02more on type complex.Ken Thompson3-0/+208
2010-01-19Add explicit locking.Ian Lance Taylor1-7/+29
2009-12-10trailing comma's are not accepted with current syntaxRobert Griesemer1-2/+1
2009-12-10make test/ken safe for optional semisRobert Griesemer32-394/+188
2009-11-20x[y:] for stringsRuss Cox1-1/+1
2009-11-20x[lo:] - gc and runtime.Russ Cox2-0/+16
2009-10-13write stack traces and panics to stderrRob Pike1-0/+2
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2-2/+2
2009-09-28disallow interface { x, y() }Russ Cox2-7/+8
2009-09-14fix "declared and not used" in tests;Russ Cox3-14/+16
2009-09-08compound literal testKen Thompson1-0/+171
2009-08-28arraytoslice and some cleanupKen Thompson1-1/+6
2009-08-28sliceslice inlineKen Thompson1-0/+129
2009-08-27inline slicearrayKen Thompson1-0/+127
2009-08-21Enable these tests. Fix divconst.go and modconst.go toIan Lance Taylor2-4/+0
2009-08-17fix up some irregular indentationRob Pike3-4/+2
2009-08-12delete forward type declarationsRuss Cox1-6/+0
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox4-11/+0
2009-08-108-bit div and modRuss Cox2-0/+220
2009-08-08another plateau - almost doneKen Thompson2-20/+717
2009-08-06divide by a constant power of 2Ken Thompson1-0/+45
2009-06-04string([]int) is now implementedRob Pike1-5/+15
2009-05-08move things out of sys into os and runtimeRuss Cox2-10/+14
2009-05-06added a distinguishing string to the error printsKen Thompson1-31/+58
2009-05-05signs on div and modKen Thompson1-0/+184
2009-04-16make string take []byte only, so have to use *[10]byte to convertRuss Cox1-2/+2
2009-04-15code changes for array conversion.Russ Cox2-5/+5
2009-02-11insert type assertions when narrowing.Russ Cox3-16/+16
2009-01-30update go code tree to new func rules.Russ Cox1-2/+2
2009-01-26removed a:b in range syntaxKen Thompson2-4/+60
2009-01-20delete exportRuss Cox9-37/+37
2009-01-16convert tests; nothing interesting.Russ Cox10-45/+45
2009-01-16casify, cleanup sysRuss Cox1-7/+7