aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2011-12-02gc: do not allow slice of array literalRuss Cox
2011-12-01Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley
2011-11-30use new time APIRuss Cox
2011-11-28gc: remove funarg special case in structfieldRuss Cox
2011-11-28gc: don't inherit orig from subnodes in constant expression nodes.Rémy Oudompheng
2011-11-28gc: fix copying of typesMaxim Pimenov
2011-11-22allow direct conversion between string and named []byte, []runeRuss Cox
2011-11-16gofmt: do not stop test.sh after 1 errorRuss Cox
2011-11-15allow copy of struct containing unexported fieldsRuss Cox