summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-01-27gc: implement defer print/println/panic/paniclnRuss Cox2-0/+18
2010-01-26gc: improved syntax errorsRuss Cox13-1/+146
2010-01-26gc: fix chan <- chan precedence.Russ Cox5-46/+135
2010-01-25channel types parsed not according to spec by 6gRobert Griesemer2-0/+46
2010-01-25runtime, type switch: eliminate package global name space assumptionRuss Cox7-1/+220
2010-01-255l, 6l, 8l: accept only one object fileRuss Cox1-1/+1
2010-01-24gc: bug247, reported by robRuss Cox1-0/+20
2010-01-19Add explicit locking.Ian Lance Taylor1-7/+29
2010-01-19gc: const debug bool = falseRuss Cox1-0/+3
2010-01-18add bug246 (issue 492)Russ Cox2-0/+23
2010-01-18gc: bug245Russ Cox1-0/+16
2010-01-18gc: multiple return value at top-level invoked multiple timesRuss Cox1-0/+30
2010-01-18gc: bug243Russ Cox1-0/+28
2010-01-15Test order of evaluation in tuple assignments.Ian Lance Taylor2-0/+115
2010-01-15Test evaluation of range variables.Ian Lance Taylor1-0/+34
2010-01-08gc: bug238Russ Cox3-34/+19
2010-01-07gc: bug219, bug239, bug240Russ Cox3-1/+4
2010-01-07gc: bug241Russ Cox1-0/+11
2010-01-06update timing logs for benchmarks.Rob Pike1-0/+84
2009-12-29Test case for issue 475 and related bug.Robert Griesemer3-0/+49
2009-12-29test case for issue 471Robert Griesemer2-0/+22
2009-12-23Add a test for issue 337.Ian Lance Taylor1-0/+25
2009-12-18More evaluation order tests, for global variables and switch.Ian Lance Taylor1-0/+53
2009-12-18gc: method expressions on concrete typesRuss Cox2-2/+16
2009-12-18runtime: fix race conditionAdam Langley2-0/+86
2009-12-17gc: fix compiler crashRuss Cox1-0/+17
2009-12-15runtime: return zero value in x, ok = <-c when ok == falseRuss Cox1-0/+20
2009-12-15gc: fix import name resolutionRuss Cox1-0/+10
2009-12-15gc: bug fixes.Russ Cox3-0/+67
2009-12-15gc: allow ... in method listsRuss Cox1-0/+8
2009-12-151) Change default gofmt default settings forRobert Griesemer15-558/+558
2009-12-15gc: double-check usage of ...Russ Cox1-0/+19
2009-12-15gc: var x, ok = m[y]Russ Cox1-0/+34
2009-12-15Tweak test to work with both 6g and gccgo.Ian Lance Taylor1-3/+1
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-2/+5
2009-12-10trailing comma's are not accepted with current syntaxRobert Griesemer1-2/+1
2009-12-10test/fixedbug: drop obsolete bug125, bug166Russ Cox2-28/+0
2009-12-10make test/ken safe for optional semisRobert Griesemer32-394/+188
2009-12-10make test/fixedbugs save for optional semisRobert Griesemer8-17/+13
2009-12-09missed a couple of files in testRobert Griesemer2-18/+27
2009-12-09making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer12-42/+39
2009-12-09- gofmt these filesRobert Griesemer3-270/+243
2009-12-07test/bench: faster fasta (mostly due to bufio fix)Russ Cox1-18/+16
2009-12-07changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...Roger Peppe2-3/+4
2009-12-04test/bench: use range in reverse-complementRuss Cox1-2/+2
2009-12-04test/bench: dead code in reverse-complementRuss Cox1-30/+3
2009-12-04make Native Client support build again,Russ Cox1-0/+3
2009-12-03gc: check for assignment to private fields during initializationRuss Cox4-0/+55
2009-12-03gc: handle _ = <-c in select.Russ Cox3-4/+22
2009-12-03gc: recursive type errorRuss Cox1-0/+10