summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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