aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
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-26test: match gccgo error messages for init.goIan Lance Taylor
2011-03-25gc: remove interim ... error which rejects valid code.Ian Lance Taylor
2011-03-25test: match gccgo error messages for cmp6.goIan 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/run: clear $E in case it's already set in environment.Rob Pike
2011-03-25test: match gccgo error messages for bug274.go.Ian Lance Taylor
2011-03-25test: match gccgo error messages for label.go and label1.go.Ian Lance Taylor
2011-03-22test: enable tests using v, ok := <-ch syntaxRobert Hencke
2011-03-15gc: diagnose unused labelsRuss Cox
2011-03-15remove unused labelsRuss Cox
2011-03-11go code: replace closed(c) with x, ok := <-cRuss Cox
2011-03-07gc: fix handling of return values named _Russ Cox
2011-03-07gc: unsafe.Pointer is not a pointerRuss Cox
2011-03-02gc: fix init of packages named mainGustavo Niemeyer
2011-03-02build: simplify clean.bashDave Cheney