aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2011-07-31[release-branch.r59] gc: fix closure bugrelease.r59Andrew Gerrand
2011-06-27gc: avoid package name ambiguity in error messagesRuss Cox
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
2011-06-17gc: implement goto restrictionRuss Cox
2011-06-17respect goto restrictionsRuss Cox
2011-06-16gc: work around goto bugRuss Cox
2011-05-31gc: fix m[x], _ = y.(T)Russ Cox
2011-05-31gc: check parameter declarations in interface fieldsAnthony Martin
2011-05-24gc: relax assignability of method receiversAnthony Martin
2011-05-168g: fix conversion from float to uint64Anthony Martin
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-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: 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-15undo 4439044Russ Cox
2011-04-15gc: fix complex move bugRuss Cox
2011-04-15gc: print of unsafe.PointerRuss Cox
2011-04-08bug327: document what's being testedRuss Cox
2011-04-08update go tree for reflect changesRuss Cox
2011-04-07gc: bug327Russ Cox
2011-03-27build: add all-qemu.bash, handful of arm fixesRuss Cox
2011-03-27test: match gccgo error messages for bug323.go.Ian Lance Taylor
2011-03-27test: match gccgo error messages for bug325.go.Ian Lance Taylor
2011-03-25gc: remove interim ... error which rejects valid code.Ian Lance Taylor
2011-03-25test: match gccgo error messages for bug081.go.Ian Lance Taylor
2011-03-25test: match gccgo error messages for bug016.go.Ian Lance Taylor
2011-03-25test: match gccgo error messages for bug274.go.Ian Lance Taylor
2011-03-22test: enable tests using v, ok := <-ch syntaxRobert Hencke
2011-03-15remove unused labelsRuss Cox
2011-03-07gc: fix handling of return values named _Russ Cox
2011-03-07gc: unsafe.Pointer is not a pointerRuss Cox
2011-02-28gc: bug325 / issue 1566Russ Cox
2011-02-24bug324.go: test case for issue 1550Robert Griesemer
2011-02-22test: do not depend on implicit if conditionRuss Cox
2011-02-16gc: make string const comparison unsignedJeff R. Allen
2011-02-11gc: correct receiver in method missing errorLorenzo Stoakes
2011-02-02gc: correct rounding of denormal constantsEoghan Sherry
2011-02-02gc: select receive bug fixRuss Cox
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2011-01-206g: fix uint64(uintptr(unsafe.Pointer(&x)))Russ Cox
2011-01-19delete float, complex - code changesRuss Cox