summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* gc: fix m[x], _ = y.(T)Russ Cox2011-05-311-0/+33
* gc: disallow ... in type conversionsAnthony Martin2011-05-311-0/+1
* gc: implement new shift rulesRuss Cox2011-05-312-16/+1
* gc: check parameter declarations in interface fieldsAnthony Martin2011-05-311-0/+24
* test: test cases for issue 1708.Robert Griesemer2011-05-253-0/+93
* gc: relax assignability of method receiversAnthony Martin2011-05-245-13/+1
* 8g: fix conversion from float to uint64Anthony Martin2011-05-161-0/+22
* timing: update numbers for regex-dnaRob Pike2011-05-131-0/+8
* gc: fix type switch error message for invalid cases.Lorenzo Stoakes2011-05-111-0/+17
* gc: fix unsafe.SizeofRuss Cox2011-05-102-0/+42
* gc: preserve original expression for errorsRuss Cox2011-04-281-0/+19
* gc: correctly handle fields of pointer type to recursive forward referencesLorenzo Stoakes2011-04-281-0/+86
* gc: fix order of operations for f() < g().Russ Cox2011-04-261-0/+29
* gc: explain why invalid receiver types are invalidRuss Cox2011-04-251-2/+8
* fix tree for reflect renameRuss Cox2011-04-255-6/+6
* gc: fix import width bugRuss Cox2011-04-253-0/+30
* gc: allow complex types to be receiver typesRobert Hencke2011-04-251-0/+31
* gc: fix conversion of user-defined string type to []byteRuss Cox2011-04-231-0/+19
* gc: fix return variable named _Russ Cox2011-04-231-0/+36
* gc: fix line number at EOFRuss Cox2011-04-231-0/+17
* gc: another pointer to interface messageRuss Cox2011-04-211-0/+1
* gc: correct handling of unexported method names in embedded interfacesRuss Cox2011-04-214-7/+7
* gc: fix error for +stringRuss Cox2011-04-201-0/+13
* gc: fix complex move againRuss Cox2011-04-181-0/+46
* test/bench: update timings; moving to new machine.Rob Pike2011-04-181-0/+170
* undo 4439044Russ Cox2011-04-151-50/+0
* gc: fix complex move bugRuss Cox2011-04-151-0/+50
* gc: print of unsafe.PointerRuss Cox2011-04-152-0/+17
* runtime: drop chan circular linked list in favor of circular bufferRuss Cox2011-04-131-0/+41
* gc: fix func syntax errorRuss Cox2011-04-131-0/+14
* build: tidy intermediate files during buildRuss Cox2011-04-131-0/+1
* bug327: document what's being testedRuss Cox2011-04-081-5/+11
* update go tree for reflect changesRuss Cox2011-04-083-26/+29
* test/bench: enable build and test on WindowsAlex Brainman2011-04-082-2/+2
* gc: bug327Russ Cox2011-04-071-0/+18
* gc: avoid saying same error 3 timesRuss Cox2011-04-011-1/+1
* test: don't require specific GOARCH values.Ian Lance Taylor2011-03-301-3/+6
* test: add test for interfaces with unexported methods.Ian Lance Taylor2011-03-292-0/+50
* test: adjust bug324 to expect run-time failure, not compile-time.Ian Lance Taylor2011-03-293-3/+5
* test: adjust bugs/bug322 to match current spec.Ian Lance Taylor2011-03-292-7/+6
* test: avoid undefined error in syntax/if.go.Ian Lance Taylor2011-03-291-0/+3
* test: match gccgo error messages for syntax/chan.go.Ian Lance Taylor2011-03-291-2/+2
* build: add all-qemu.bash, handful of arm fixesRuss Cox2011-03-271-5/+32
* test: match gccgo error messages for bug323.go.Ian Lance Taylor2011-03-271-3/+3
* test: match gccgo error messages for bug325.go.Ian Lance Taylor2011-03-271-1/+1
* test: match gccgo error messages for init.goIan Lance Taylor2011-03-261-2/+2
* gc: remove interim ... error which rejects valid code.Ian Lance Taylor2011-03-251-2/+2
* test: match gccgo error messages for cmp6.goIan Lance Taylor2011-03-251-5/+5
* test: match gccgo error messages for bug081.go.Ian Lance Taylor2011-03-251-1/+1
* test: match gccgo error messages for bug016.go.Ian Lance Taylor2011-03-251-1/+1