aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2011-11-13gc: remove func, map compareRuss Cox
2011-11-11gc: remove m[k] = x, falseRuss Cox
2011-11-09gc: better error for non-calling use of unsafe builtins.Luuk van Dijk
2011-11-09gc: Preserve original blank name for .anon substitution on out params.Luuk van Dijk
2011-11-09gc: Fail on implicit assigment to non-exported fields in copy and append.Luuk van Dijk
2011-11-09gc: Better typechecks and errors in switches.Luuk van Dijk
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
2011-11-08renaming_1: hand-edited files for go 1 renamingRob Pike
2011-11-07gc: Clean up dostruct/stotype, detect broken fields and propagate up to struc...Luuk van Dijk
2011-11-06gc: Better error message for range over non-receive channel.Luuk van Dijk
2011-11-06gc: Switch related errors should use plain format.Luuk van Dijk
2011-11-04test: make closedchan.go exit with failure if something failsIan Lance Taylor
2011-11-04gc: detect type switch variable not used cases.Luuk van Dijk