summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* gc: Don't pollute the xmethod list with non-methods.Luuk van Dijk2011-11-031-0/+28
* test: clear execute bit from source fileMikio Hara2011-11-031-0/+0
* gc: helpful message instead of internal error on method call on pointer to po...Luuk van Dijk2011-11-021-0/+24
* gc: small fixes for printing.Luuk van Dijk2011-11-021-3/+3
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-0113-56/+41
* gc: test + fix escape analysis bugRuss Cox2011-11-011-70/+88
* test: make bug107 os.Error-proofRuss Cox2011-10-311-1/+1
* gc: clean up printing.Luuk van Dijk2011-10-313-3/+3
* test: error-related fixesRuss Cox2011-10-273-11/+7
* test/alias.go: additional testsRuss Cox2011-10-262-1/+71
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-258-50/+56
* gc: preserve uint8 and byte distinction in errors, import dataRuss Cox2011-10-181-0/+19
* build: pass $GCFLAGS to compilerRuss Cox2011-10-181-1/+1
* gofix -r mapdeleteRuss Cox2011-10-181-1/+1