summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: add import test that caused an incorrect gccgo errorIan Lance Taylor2012-02-023-0/+38
* test: test append with two different named types with same element typeIan Lance Taylor2012-02-011-0/+15
* test: test that x := <-c accepts a general expressionIan Lance Taylor2012-02-011-2/+2
* test: add test which crashed gccgo compilerIan Lance Taylor2012-01-311-0/+23
* gc: diagnose \ in import pathRuss Cox2012-01-311-0/+11
* test: float to integer test caseIan Lance Taylor2012-01-301-0/+31
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-1/+1
* test: attempt at making a test more robustBrad Fitzpatrick2012-01-301-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-302-0/+6
* test: add test of NaN in mapRuss Cox2012-01-301-2/+30
* gopack: rename pack, move to go-tool directoryRob Pike2012-01-301-1/+1
* gc: use original constant expression in error messages.R?my Oudompheng2012-01-291-3/+14
* test: match gccgo error messagesIan Lance Taylor2012-01-2615-62/+62
* gc, runtime: handle floating point map keysRuss Cox2012-01-261-0/+157
* gc: fix order of evaluationRuss Cox2012-01-253-12/+250
* test: Add the usual Copyright notice.Olivier Duperray2012-01-2413-0/+52
* gc: static implements check on typeswitches only applies to concrete case types.Luuk van Dijk2012-01-241-6/+21
* gc: missed typecheck in subscripting a const string.Luuk van Dijk2012-01-231-0/+15
* gc: handle function calls in arguments to builtin complex operations.Luuk van Dijk2012-01-231-0/+29
* gc: fix recursion loop in interface comparisonRuss Cox2012-01-231-0/+24
* test: explicitly use variables to avoid gccgo "not used" errorIan Lance Taylor2012-01-227-2/+7
* gc: test case for recursive interface bug.David Symonds2012-01-212-0/+37
* gc: undo most of 'fix infinite recursion for embedded interfaces'Russ Cox2012-01-202-4/+14
* gc: do not try to add a key with incorrect type to a hashJeff R. Allen2012-01-201-0/+13
* test: split golden.out into expected output per testIan Lance Taylor2012-01-1821-88/+86
* test: change several tests to not printIan Lance Taylor2012-01-1811-113/+108
* test: gofmt a few testsIan Lance Taylor2012-01-188-250/+244
* gc: fieldnames in structliterals in exported inlines should not be qualified ...Luuk van Dijk2012-01-183-0/+30
* test: match gccgo error messages for bug345Ian Lance Taylor2012-01-171-2/+2
* test: fix bug364 to actually runIan Lance Taylor2012-01-171-0/+6