aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2011-11-03gc: Don't pollute the xmethod list with non-methods.Luuk van Dijk
2011-11-03test: clear execute bit from source fileMikio Hara
2011-11-02gc: helpful message instead of internal error on method call on pointer to po...Luuk van Dijk
2011-11-02gc: small fixes for printing.Luuk van Dijk
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2011-11-01gc: test + fix escape analysis bugRuss Cox
2011-10-31test: make bug107 os.Error-proofRuss Cox
2011-10-31gc: clean up printing.Luuk van Dijk
2011-10-27test: error-related fixesRuss Cox
2011-10-26test/alias.go: additional testsRuss Cox
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2011-10-18gc: preserve uint8 and byte distinction in errors, import dataRuss Cox
2011-10-18build: pass $GCFLAGS to compilerRuss Cox
2011-10-18gofix -r mapdeleteRuss Cox
2011-10-17reflect: disallow Interface method on Value obtained via unexported nameRuss Cox
2011-10-13gc: disallow close on receive-only channelsRuss Cox
2011-10-13runtime: run goroutines during initRuss Cox
2011-10-13gc: stricter multiple assignment + testRuss Cox
2011-10-12runtime: append([]byte, string...)Luuk van Dijk
2011-10-11container/vector: deleteRob Pike
2011-10-08gc: changes to export format in preparation for inlining.Luuk van Dijk
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-10-06runtime: fix spurious deadlock reportingDmitriy Vyukov