aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2011-02-28gc: bug325 / issue 1566Russ Cox
2011-02-24bug324.go: test case for issue 1550Robert Griesemer
2011-02-22gc: require if conditionRuss Cox
2011-02-22test: do not depend on implicit if conditionRuss Cox
2011-02-16gc: make string const comparison unsignedJeff R. Allen
2011-02-16test/bench: update timings for new GCRob Pike
2011-02-11gc: correct receiver in method missing errorLorenzo Stoakes
2011-02-09template: reverse order of arguments to ExecuteRob Pike
2011-02-09runtime: new allocation strategy for amd64Russ Cox
2011-02-03issue 1402: added test caseRobert Griesemer
2011-02-02gc: correct rounding of denormal constantsEoghan Sherry
2011-02-02gc: select receive bug fixRuss Cox
2011-02-015l, 8l: pass stack frame size to morestack when neededRuss Cox
2011-02-01log: rename Exit* to Fatal*Rob Pike
2011-02-01gc: handle invalid name in type switchRuss Cox
2011-02-01gc: fix send precedenceRuss Cox
2011-01-31gc: remove non-blocking send, receive syntaxRuss Cox