aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2011-01-30test: another select testRuss Cox
2011-01-28runtime: select bugRuss Cox
2011-01-28runtime: simpler heap map, memory allocationRuss Cox
2011-01-21gc: clearer error for struct == structRuss Cox
2011-01-21spec, runtime, tests: send on closed channel panicsRuss Cox
2011-01-21test/chan/doubleselect: fix various racesRuss Cox
2011-01-21test: s/float/float64/Ian Lance Taylor
2011-01-206g: fix uint64(uintptr(unsafe.Pointer(&x)))Russ Cox
2011-01-19delete float, complex - code changesRuss Cox
2011-01-19runtime: add per-pause gc statsRuss Cox
2011-01-18runtime: print signal information during panicRuss Cox
2011-01-18gc: fix typed constant declarationsAnthony Martin
2011-01-06gc: fix &^=Russ Cox