summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* gc: new, less strict bool rulesRuss Cox2012-02-221-2/+2
* gc: return of ideal boolRuss Cox2012-02-213-3/+6
* test: use testlib in a few more cases.R?my Oudompheng2012-02-227-7/+11
* test: fix bug423.go to actually fail with older releases.R?my Oudompheng2012-02-211-1/+1
* test: fix broken testRob Pike2012-02-211-1/+1
* cmd/gc: don't believe that variables mentioned 256 times are unused.R?my Oudompheng2012-02-211-0/+277
* test: rewrite test/run shell script + errchk (perl) in GoBrad Fitzpatrick2012-02-211-0/+454
* test/initsyscall.go: deleteRob Pike2012-02-201-26/+0
* test/initcomma.go: restore what it's supposed to be testingRob Pike2012-02-201-4/+6
* test/hashmap.go: deleteRob Pike2012-02-201-181/+0
* test/chan: document testsRob Pike2012-02-1916-13/+36
* test/interface: document testsRob Pike2012-02-1921-23/+30
* os: remove GetenverrorBrad Fitzpatrick2012-02-181-8/+4
* gc: fix error for floating-point constant %Russ Cox2012-02-191-27/+28
* runtime: APIRuss Cox2012-02-194-334/+0
* test: explanatory comments [c-g]*Rob Pike2012-02-1933-12/+76
* test: [a-c]: add introductory comments to testsRob Pike2012-02-1932-10/+79
* gc: drop ideal boolRuss Cox2012-02-183-6/+3
* test: use testlib (another bunch).R?my Oudompheng2012-02-18107-107/+107
* test/run: honor $TMPDIRShenghou Ma2012-02-181-3/+3
* test: change bug040 to use errorcheckIan Lance Taylor2012-02-171-3/+3
* test: remove a couple of bad tests that duplicate declbad.goIan Lance Taylor2012-02-172-26/+0
* test: add some tests that gccgo failed to handle correctlyIan Lance Taylor2012-02-174-0/+59
* cmd/gc: fix comparison of struct with _ fieldRuss Cox2012-02-172-0/+24
* test: use testlib (final 61)Russ Cox2012-02-1661-61/+61
* test: use testlib (fourth 100)Russ Cox2012-02-1699-99/+99
* test: use testlib (third 100)Russ Cox2012-02-1699-99/+99
* test: use testlib (second 100)Russ Cox2012-02-16100-100/+100
* test: use testlib (first 100)Russ Cox2012-02-1699-99/+99
* test: add testlibRuss Cox2012-02-162-1/+24
* os: delete os.EINVAL and so onRob Pike2012-02-171-2/+2
* cmd/gc: correctly typecheck expression lists in returns.R?my Oudompheng2012-02-161-0/+22
* all: errors caught by go vetRob Pike2012-02-161-1/+1
* cmd/gc: error on constant shift overflows.R?my Oudompheng2012-02-161-1/+3
* test: add new test of indirect type referencesIan Lance Taylor2012-02-151-0/+32
* cmd/dist: cross-compiling fixesRuss Cox2012-02-132-3/+3
* gc: diagnose field+method of same nameRuss Cox2012-02-111-0/+13
* gc: make constant arith errors a little more friendlyRuss Cox2012-02-111-0/+4
* gc: fix import of struct type in struct literalRuss Cox2012-02-113-0/+32
* gc: add test case for issue 1743Russ Cox2012-02-103-0/+46
* gc: diagnose init loop involving funcRuss Cox2012-02-101-0/+11
* gc: eliminate duplicate ambiguous selector messageRuss Cox2012-02-101-0/+16
* 8g: fix opt bugRuss Cox2012-02-101-0/+19
* 6g: fix out of registers bugRuss Cox2012-02-101-0/+24
* cmd/gc: suspend safemode during typecheck of inlined bodies.Luuk van Dijk2012-02-106-1/+49
* gc: implicit type bug fix in export dataRuss Cox2012-02-094-2/+21
* 6g,8g: make constant propagation inlining-friendly.Jamie Gennis2012-02-082-0/+21
* bug408: deleteRob Pike2012-02-081-20/+0
* 5l, 6l, 8l: implement -X flagRuss Cox2012-02-071-0/+15
* test: disable bug408Russ Cox2012-02-071-1/+5