aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2012-01-16gc: don't fault on return outside functionScott Lawrence
2012-01-14gc: do not compile switch on interface values into a binary search.Rémy Oudompheng
2012-01-12gc: avoid false positives when using scalar struct fields.Rémy Oudompheng
2012-01-11gc: inlining bugRuss Cox
2012-01-11gc: fix inlining bugRuss Cox
2012-01-11gc: fix inlining bugRuss Cox
2012-01-11gc: export nil literals without inferred type.Luuk van Dijk
2012-01-10gc: enable inlining by defaultRuss Cox
2012-01-10runtime: make garbage collector faster by deleting codeRuss Cox
2012-01-10gc: test that asserts closures are not wrapped when they don't have closure v...Luuk van Dijk
2012-01-10gc: Nicer errors before miscompiling.Luuk van Dijk
2012-01-10gc: disallow declaration of variables outside package.Luuk van Dijk
2012-01-09gc: remove now redundant typecheck of ->ninit on switches.Luuk van Dijk
2012-01-06gc: improve unsafe.Pointer type-check error messagesRyan Hitchman
2011-12-20testing: allow benchmarks to print and failRob Pike
2011-12-16various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov
2011-12-15test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox
2011-12-15gc: inlining, allow empty bodies, fix _ arguments.Luuk van Dijk
2011-12-15gc: omit argument names from function types in error messagesLuuk van Dijk
2011-12-15gc: better loopdepth analysis for labelsLuuk van Dijk
2011-12-15gc: implement and test \r in raw stringsRuss Cox
2011-12-14gc: use inferred type rather than original one when reporting non-assignability.Luuk van Dijk
2011-12-14gc: add forgotten typecheck in a lonely corner of sinitLuuk van Dijk
2011-12-14gc: Use %#F in error messages instead of %F.Luuk van Dijk
2011-12-14gc: suppress non-root cause message for bad receivers.Luuk van Dijk
2011-12-13test/garbage: move to test/bench/garbageRuss Cox
2011-12-13fix build, sorryRuss Cox
2011-12-13test/bench: move to test/bench/shootoutRuss Cox
2011-12-13gc: fix use of stackallocated AST node in generation of static initialisation...Luuk van Dijk
2011-12-12gc: implement == on structs and arraysRuss Cox
2011-12-09gc: 0 expected bugsRuss Cox
2011-12-09gc: fix another blank bugRuss Cox
2011-12-09gc: rune is now an alias for int32Russ Cox
2011-12-08gc: implement character constant type rulesRuss Cox
2011-12-07gc: keep pointer to original node in constant rewrites.Rémy Oudompheng
2011-12-07gc: fix spurious typecheck loop in &composite literalRuss Cox
2011-12-07test: make array smaller in nilptr testRuss Cox
2011-12-06gc: disallow map/func equality via interface comparisonRuss Cox
2011-12-05use new strconv APIRuss Cox
2011-12-05gc: remove type elision in struct literalsRuss Cox
2011-12-02gc: use gofmt spacing when printing map typeRuss Cox
2011-12-02gc: composite literals as per Go 1Russ Cox