aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-13cmd/dist: cross-compiling fixesRuss Cox
2012-02-11gc: diagnose field+method of same nameRuss Cox
2012-02-11gc: make constant arith errors a little more friendlyRuss Cox
2012-02-11gc: fix import of struct type in struct literalRuss Cox
2012-02-10gc: add test case for issue 1743Russ Cox
2012-02-10gc: diagnose init loop involving funcRuss Cox
2012-02-10gc: eliminate duplicate ambiguous selector messageRuss Cox
2012-02-108g: fix opt bugRuss Cox
2012-02-106g: fix out of registers bugRuss Cox
2012-02-10cmd/gc: suspend safemode during typecheck of inlined bodies.Luuk van Dijk
2012-02-09gc: implicit type bug fix in export dataRuss Cox
2012-02-086g,8g: make constant propagation inlining-friendly.Jamie Gennis
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