summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* cgo: print line numbers in fatal errors when relevant.R?my Oudompheng2012-02-061-0/+16
* runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).R?my Oudompheng2012-02-0611-58/+70
* cmd/gc: disallow switch _ := v.(type)Russ Cox2012-02-061-0/+4
* cmd/gc: another special (%hhS) case for method names.Luuk van Dijk2012-02-063-0/+42
* cmd/gc: fix codegen reordering for expressions involving && and ||Luuk van Dijk2012-02-061-0/+25
* gc: don't print implicit type on struct literal in exportLuuk van Dijk2012-02-062-0/+20
* build: use cmd/distRuss Cox2012-02-041-2/+2
* test: fix copyright year in new test caseIan Lance Taylor2012-02-031-1/+1
* test: test method expressions with parameters, and with importIan Lance Taylor2012-02-032-0/+146
* test: fix bug headersRuss Cox2012-02-032-2/+2
* test: don't use package main for files without a main functionBrad Fitzpatrick2012-02-0320-20/+20
* test: add test for receiver named _Ian Lance Taylor2012-02-031-0/+24
* test: test slice beyond lenIan Lance Taylor2012-02-031-0/+3
* build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox2012-02-022-4/+4
* test: make map nan timing test more robustBrad Fitzpatrick2012-02-021-5/+20