summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* More evaluation order tests, for global variables and switch.Ian Lance Taylor2009-12-181-0/+53
* gc: method expressions on concrete typesRuss Cox2009-12-182-2/+16
* runtime: fix race conditionAdam Langley2009-12-182-0/+86
* gc: fix compiler crashRuss Cox2009-12-171-0/+17
* runtime: return zero value in x, ok = <-c when ok == falseRuss Cox2009-12-151-0/+20
* gc: fix import name resolutionRuss Cox2009-12-151-0/+10
* gc: bug fixes.Russ Cox2009-12-153-0/+67
* gc: allow ... in method listsRuss Cox2009-12-151-0/+8
* 1) Change default gofmt default settings forRobert Griesemer2009-12-1515-558/+558
* gc: double-check usage of ...Russ Cox2009-12-151-0/+19
* gc: var x, ok = m[y]Russ Cox2009-12-151-0/+34
* Tweak test to work with both 6g and gccgo.Ian Lance Taylor2009-12-151-3/+1
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-2/+5
* trailing comma's are not accepted with current syntaxRobert Griesemer2009-12-101-2/+1
* test/fixedbug: drop obsolete bug125, bug166Russ Cox2009-12-102-28/+0
* make test/ken safe for optional semisRobert Griesemer2009-12-1032-394/+188
* make test/fixedbugs save for optional semisRobert Griesemer2009-12-108-17/+13
* missed a couple of files in testRobert Griesemer2009-12-092-18/+27
* making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer2009-12-0912-42/+39
* - gofmt these filesRobert Griesemer2009-12-093-270/+243
* test/bench: faster fasta (mostly due to bufio fix)Russ Cox2009-12-071-18/+16
* changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...Roger Peppe2009-12-072-3/+4
* test/bench: use range in reverse-complementRuss Cox2009-12-041-2/+2
* test/bench: dead code in reverse-complementRuss Cox2009-12-041-30/+3
* make Native Client support build again,Russ Cox2009-12-041-0/+3
* gc: check for assignment to private fields during initializationRuss Cox2009-12-034-0/+55
* gc: handle _ = <-c in select.Russ Cox2009-12-033-4/+22
* gc: recursive type errorRuss Cox2009-12-031-0/+10
* gc: better diagnosis of initialization loopsRuss Cox2009-12-031-0/+21
* gc: minor import grammar bug fixesRuss Cox2009-12-033-0/+14
* gc: function argument ordering bugRuss Cox2009-12-021-0/+38
* move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2009-12-022-4/+4
* change command-line argument to beRoger Peppe2009-11-302-9/+13
* Make tests run on systems missing time utilitySergey 'SnakE' Gromov2009-11-301-1/+1
* gc: correct type check for x, ok map assignmentRuss Cox2009-11-241-0/+14
* timing log update for new version of chameneosRob Pike2009-11-241-0/+8
* Change to container/vector interface:Robert Griesemer2009-11-241-11/+11
* chameneosredux test modified, bug fixed, fasterRoger Peppe2009-11-241-133/+106
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-1/+1
* gofmt -r '?[?:len(?)] -> ?[?:]' -w test/benchRuss Cox2009-11-2014-261/+255
* x[y:] for stringsRuss Cox2009-11-201-1/+1
* x[lo:] - gc and runtime.Russ Cox2009-11-202-0/+16
* test/bench revisions;Russ Cox2009-11-203-28/+46
* bug219: parsing difficulties with 6gRobert Griesemer2009-11-192-0/+39
* - flip in and out to exercise overlap check a little (could do better)Rob Pike2009-11-181-25/+125
* test for copy()Rob Pike2009-11-181-0/+193
* remove bytes.CopyRob Pike2009-11-182-71/+69
* bug218.go: testcase for issue 238Robert Griesemer2009-11-162-0/+27
* gc: fix up floating point NaN comparisonsRuss Cox2009-11-152-4/+92
* gc: five bug fixes, one better error.Russ Cox2009-11-155-1/+75