aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-08bug408: deleteRob Pike
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2012-02-07test: disable bug408Russ Cox
2012-02-06cgo: print line numbers in fatal errors when relevant.Rémy Oudompheng
2012-02-06runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).Rémy Oudompheng
2012-02-06cmd/gc: disallow switch _ := v.(type)Russ Cox
2012-02-06cmd/gc: another special (%hhS) case for method names.Luuk van Dijk
2012-02-06cmd/gc: fix codegen reordering for expressions involving && and ||Luuk van Dijk
2012-02-06gc: don't print implicit type on struct literal in exportLuuk van Dijk
2012-02-04build: use cmd/distRuss Cox
2012-02-03test: fix copyright year in new test caseIan Lance Taylor
2012-02-03test: test method expressions with parameters, and with importIan Lance Taylor
2012-02-03test: fix bug headersRuss Cox
2012-02-03test: don't use package main for files without a main functionBrad Fitzpatrick
2012-02-03test: add test for receiver named _Ian Lance Taylor
2012-02-03test: test slice beyond lenIan Lance Taylor
2012-02-02build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox
2012-02-02test: make map nan timing test more robustBrad Fitzpatrick
2012-02-02test: add import test that caused an incorrect gccgo errorIan Lance Taylor
2012-02-01test: test append with two different named types with same element typeIan Lance Taylor
2012-02-01test: test that x := <-c accepts a general expressionIan Lance Taylor
2012-01-31test: add test which crashed gccgo compilerIan Lance Taylor
2012-01-31gc: diagnose \ in import pathRuss Cox
2012-01-30test: float to integer test caseIan Lance Taylor
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-30test: attempt at making a test more robustBrad Fitzpatrick
2012-01-30go: move compilers into the go-tool directoryRob Pike
2012-01-30test: add test of NaN in mapRuss Cox
2012-01-30gopack: rename pack, move to go-tool directoryRob Pike
2012-01-29gc: use original constant expression in error messages.Rémy Oudompheng
2012-01-26test: match gccgo error messagesIan Lance Taylor
2012-01-26gc, runtime: handle floating point map keysRuss Cox
2012-01-25gc: fix order of evaluationRuss Cox
2012-01-24test: Add the usual Copyright notice.Olivier Duperray
2012-01-24gc: static implements check on typeswitches only applies to concrete case types.Luuk van Dijk
2012-01-23gc: missed typecheck in subscripting a const string.Luuk van Dijk
2012-01-23gc: handle function calls in arguments to builtin complex operations.Luuk van Dijk
2012-01-23gc: fix recursion loop in interface comparisonRuss Cox
2012-01-22test: explicitly use variables to avoid gccgo "not used" errorIan Lance Taylor
2012-01-21gc: test case for recursive interface bug.David Symonds
2012-01-20gc: undo most of 'fix infinite recursion for embedded interfaces'Russ Cox
2012-01-20gc: do not try to add a key with incorrect type to a hashJeff R. Allen
2012-01-18test: split golden.out into expected output per testIan Lance Taylor
2012-01-18test: change several tests to not printIan Lance Taylor
2012-01-18test: gofmt a few testsIan Lance Taylor
2012-01-18gc: fieldnames in structliterals in exported inlines should not be qualified ...Luuk van Dijk
2012-01-17test: match gccgo error messages for bug345Ian Lance Taylor
2012-01-17test: fix bug364 to actually runIan Lance Taylor
2012-01-17utf8.String: move to exp/utf8string.StringRob Pike
2012-01-17gc: fix infinite recursion for embedded interfacesLuuk van Dijk