aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-07-29bug300: literal types must not be parenthesizedRobert Griesemer
2010-07-29go_spec: don't allow parens around the literal type of composite literalsRobert Griesemer
2010-07-29bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer
2010-07-28test/sigchld.go: use syscall.Kill instead of a combinationVinu Rajashekhar
2010-07-28arm: fix build (dodgy floats)Kai Backman
2010-07-28arm: minor bugfixes.Kai Backman
2010-07-26gc: more crash avoidanceRuss Cox
2010-07-26gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox
2010-07-26gc: import dot shadowing bugRuss Cox
2010-07-22test: fail is for bad exit status onlyRuss Cox
2010-07-21arm: fic build3, disable flaky 64 bit testKai Backman
2010-07-21arm: fix build2, tweak test/nul1.go arm exclusionKai Backman
2010-07-21arm: fix build by disabling list copying optimization for 5g.Kai Backman
2010-07-20fix buildKai Backman
2010-07-20more soft float support. passes several basic testsKai Backman
2010-07-15gc: bug294Russ Cox
2010-07-15gc: bug293Russ Cox
2010-07-15gc: bug292Russ Cox
2010-07-15gc: bug291Russ Cox
2010-07-15gc: bug274Russ Cox
2010-07-15gc: fix handling of types inside function bodiesRuss Cox
2010-07-14channel tests: added a couple of tests with closed channelsRobert Griesemer
2010-07-14select statement: initial set of test cases for corner casesRobert Griesemer
2010-07-12fix buildRobert Griesemer
2010-07-12test/fixedbugs/bug243.go: instead of closing stdout,Vinu Rajashekhar
2010-07-12Test case that gccgo fails (crashes rather than printing error).Ian Lance Taylor
2010-07-01gc: implement new len spec, range bug fix, optimizationRuss Cox
2010-06-30test: override gcc bug when preparing complex divide tablesRuss Cox
2010-06-308g: out of register bug fixRuss Cox
2010-06-23gc: fix crash for nested complex divisionRuss Cox
2010-06-21test: another listen on ":0" -> "127.0.0.1:0"Russ Cox
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox
2010-06-20errchk: fix build - allow matches in multiline error messagesRuss Cox
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox
2010-06-18test: add missing import for zerodivideChristopher Wedgwood
2010-06-18complex divide: match C99 implementationRuss Cox
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike
2010-06-14Add test for division by zero.Rob Pike
2010-06-14remove uses of ... from tree, add one testRuss Cox
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox
2010-06-10test: check that surrogate pair runes and huge rune values are rejectedRuss Cox
2010-06-09bug286: test caseRobert Griesemer
2010-06-09gc: more cleanupRuss Cox
2010-06-08fix build: invalid character literalsRuss Cox
2010-06-08gc: new typechecking rulesRuss Cox
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox
2010-06-08fix buildRuss Cox
2010-06-08bug284: make conversion legal, fix error patternsRuss Cox