summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* testing: allow benchmarks to print and failRob Pike2011-12-201-2/+2
* various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov2011-12-161-1/+1
* test/bench/go1: first draft of Go 1 benchmark suiteRuss Cox2011-12-1511-0/+2548
* gc: inlining, allow empty bodies, fix _ arguments.Luuk van Dijk2011-12-151-1/+2
* gc: omit argument names from function types in error messagesLuuk van Dijk2011-12-151-0/+12
* gc: better loopdepth analysis for labelsLuuk van Dijk2011-12-151-0/+21
* gc: implement and test \r in raw stringsRuss Cox2011-12-151-0/+52
* gc: use inferred type rather than original one when reporting non-assignability.Luuk van Dijk2011-12-143-2/+14
* gc: add forgotten typecheck in a lonely corner of sinitLuuk van Dijk2011-12-141-0/+30
* gc: Use %#F in error messages instead of %F.Luuk van Dijk2011-12-141-0/+13
* gc: suppress non-root cause message for bad receivers.Luuk van Dijk2011-12-141-0/+12
* test/garbage: move to test/bench/garbageRuss Cox2011-12-136-19/+7
* fix build, sorryRuss Cox2011-12-131-1/+1
* test/bench: move to test/bench/shootoutRuss Cox2011-12-1352-47/+37
* gc: fix use of stackallocated AST node in generation of static initialisation...Luuk van Dijk2011-12-132-0/+17
* gc: implement == on structs and arraysRuss Cox2011-12-125-24/+264
* gc: 0 expected bugsRuss Cox2011-12-095-21/+28
* gc: fix another blank bugRuss Cox2011-12-091-0/+17
* gc: rune is now an alias for int32Russ Cox2011-12-091-1/+2
* gc: implement character constant type rulesRuss Cox2011-12-081-0/+43
* gc: keep pointer to original node in constant rewrites.R?my Oudompheng2011-12-072-2/+22
* gc: fix spurious typecheck loop in &composite literalRuss Cox2011-12-071-0/+11
* test: make array smaller in nilptr testRuss Cox2011-12-071-1/+1
* gc: disallow map/func equality via interface comparisonRuss Cox2011-12-061-0/+39
* use new strconv APIRuss Cox2011-12-052-10/+10
* gc: remove type elision in struct literalsRuss Cox2011-12-052-2/+2
* gc: use gofmt spacing when printing map typeRuss Cox2011-12-021-2/+2
* gc: composite literals as per Go 1Russ Cox2011-12-022-6/+37
* gc: do not allow slice of array literalRuss Cox2011-12-022-53/+24
* Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley2011-12-011-3/+2
* use new time APIRuss Cox2011-11-301-2/+1
* gc: remove funarg special case in structfieldRuss Cox2011-11-281-0/+24
* gc: don't inherit orig from subnodes in constant expression nodes.R?my Oudompheng2011-11-281-0/+18
* gc: fix copying of typesMaxim Pimenov2011-11-281-0/+19
* allow direct conversion between string and named []byte, []runeRuss Cox2011-11-223-5/+101
* gofmt: do not stop test.sh after 1 errorRuss Cox2011-11-161-1/+1
* allow copy of struct containing unexported fieldsRuss Cox2011-11-157-131/+11
* gc: remove func, map compareRuss Cox2011-11-137-120/+271
* gc: remove m[k] = x, falseRuss Cox2011-11-113-16/+2
* gc: better error for non-calling use of unsafe builtins.Luuk van Dijk2011-11-091-0/+11
* gc: Preserve original blank name for .anon substitution on out params.Luuk van Dijk2011-11-093-0/+19
* gc: Fail on implicit assigment to non-exported fields in copy and append.Luuk van Dijk2011-11-091-0/+27
* gc: Better typechecks and errors in switches.Luuk van Dijk2011-11-095-23/+79
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-0810-24/+24
* renaming_1: hand-edited files for go 1 renamingRob Pike2011-11-081-1/+1
* gc: Clean up dostruct/stotype, detect broken fields and propagate up to struc...Luuk van Dijk2011-11-072-1/+21
* gc: Better error message for range over non-receive channel.Luuk van Dijk2011-11-061-1/+4
* gc: Switch related errors should use plain format.Luuk van Dijk2011-11-061-1/+1
* test: make closedchan.go exit with failure if something failsIan Lance Taylor2011-11-041-0/+18
* gc: detect type switch variable not used cases.Luuk van Dijk2011-11-046-4/+38