aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-20test: test of goto restrictionsRuss Cox
2011-06-17gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox
2011-06-17gc: implement goto restrictionRuss Cox
2011-06-17respect goto restrictionsRuss Cox
2011-06-16gc: work around goto bugRuss Cox
2011-06-13gc: handle go print() and go println()Stephen Ma
2011-05-31gc: fix m[x], _ = y.(T)Russ Cox
2011-05-31gc: disallow ... in type conversionsAnthony Martin
2011-05-31gc: implement new shift rulesRuss Cox
2011-05-31gc: check parameter declarations in interface fieldsAnthony Martin
2011-05-25test: test cases for issue 1708.Robert Griesemer
2011-05-24gc: relax assignability of method receiversAnthony Martin
2011-05-168g: fix conversion from float to uint64Anthony Martin
2011-05-13timing: update numbers for regex-dnaRob Pike
2011-05-11gc: fix type switch error message for invalid cases.Lorenzo Stoakes
2011-05-10gc: fix unsafe.SizeofRuss Cox
2011-04-28gc: preserve original expression for errorsRuss Cox
2011-04-28gc: correctly handle fields of pointer type to recursive forward referencesLorenzo Stoakes
2011-04-26gc: fix order of operations for f() < g().Russ Cox
2011-04-25gc: explain why invalid receiver types are invalidRuss Cox
2011-04-25fix tree for reflect renameRuss Cox
2011-04-25gc: fix import width bugRuss Cox
2011-04-25gc: allow complex types to be receiver typesRobert Hencke
2011-04-23gc: fix conversion of user-defined string type to []byteRuss Cox
2011-04-23gc: fix return variable named _Russ Cox
2011-04-23gc: fix line number at EOFRuss Cox
2011-04-21gc: another pointer to interface messageRuss Cox
2011-04-21gc: correct handling of unexported method names in embedded interfacesRuss Cox
2011-04-20gc: fix error for +stringRuss Cox
2011-04-18gc: fix complex move againRuss Cox
2011-04-18test/bench: update timings; moving to new machine.Rob Pike
2011-04-15undo 4439044Russ Cox
2011-04-15gc: fix complex move bugRuss Cox
2011-04-15gc: print of unsafe.PointerRuss Cox
2011-04-13runtime: drop chan circular linked list in favor of circular bufferRuss Cox
2011-04-13gc: fix func syntax errorRuss Cox
2011-04-13build: tidy intermediate files during buildRuss Cox
2011-04-08bug327: document what's being testedRuss Cox
2011-04-08update go tree for reflect changesRuss Cox
2011-04-08test/bench: enable build and test on WindowsAlex Brainman
2011-04-07gc: bug327Russ Cox
2011-04-01gc: avoid saying same error 3 timesRuss Cox
2011-03-30test: don't require specific GOARCH values.Ian Lance Taylor
2011-03-29test: add test for interfaces with unexported methods.Ian Lance Taylor
2011-03-29test: adjust bug324 to expect run-time failure, not compile-time.Ian Lance Taylor
2011-03-29test: adjust bugs/bug322 to match current spec.Ian Lance Taylor
2011-03-29test: avoid undefined error in syntax/if.go.Ian Lance Taylor
2011-03-29test: match gccgo error messages for syntax/chan.go.Ian Lance Taylor