summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* bug300: literal types must not be parenthesizedRobert Griesemer2010-07-292-0/+32
* go_spec: don't allow parens around the literal type of composite literalsRobert Griesemer2010-07-291-3/+1
* bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer2010-07-292-0/+36
* test/sigchld.go: use syscall.Kill instead of a combinationVinu Rajashekhar2010-07-281-1/+1
* arm: fix build (dodgy floats)Kai Backman2010-07-282-23/+3
* arm: minor bugfixes.Kai Backman2010-07-283-31/+80
* gc: more crash avoidanceRuss Cox2010-07-262-0/+26
* gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox2010-07-261-0/+82
* gc: import dot shadowing bugRuss Cox2010-07-261-0/+17
* test: fail is for bad exit status onlyRuss Cox2010-07-221-1/+0
* arm: fic build3, disable flaky 64 bit testKai Backman2010-07-211-1/+1
* arm: fix build2, tweak test/nul1.go arm exclusionKai Backman2010-07-211-1/+1
* arm: fix build by disabling list copying optimization for 5g.Kai Backman2010-07-211-2/+2
* fix buildKai Backman2010-07-201-1/+1
* more soft float support. passes several basic testsKai Backman2010-07-209-67/+178
* gc: bug294Russ Cox2010-07-151-0/+79
* gc: bug293Russ Cox2010-07-151-0/+37
* gc: bug292Russ Cox2010-07-151-0/+22
* gc: bug291Russ Cox2010-07-152-3/+23
* gc: bug274Russ Cox2010-07-151-0/+0
* gc: fix handling of types inside function bodiesRuss Cox2010-07-153-7/+15
* channel tests: added a couple of tests with closed channelsRobert Griesemer2010-07-141-1/+33
* select statement: initial set of test cases for corner casesRobert Griesemer2010-07-141-0/+176
* fix buildRobert Griesemer2010-07-121-1/+2
* test/fixedbugs/bug243.go: instead of closing stdout,Vinu Rajashekhar2010-07-121-4/+0
* Test case that gccgo fails (crashes rather than printing error).Ian Lance Taylor2010-07-121-0/+26
* gc: implement new len spec, range bug fix, optimizationRuss Cox2010-07-011-2/+197
* test: override gcc bug when preparing complex divide tablesRuss Cox2010-06-302-8/+30
* 8g: out of register bug fixRuss Cox2010-06-302-0/+29
* gc: fix crash for nested complex divisionRuss Cox2010-06-231-0/+6
* test: another listen on ":0" -> "127.0.0.1:0"Russ Cox2010-06-211-1/+1
* reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox2010-06-211-3/+0
* undo changes accidentally included in 09c5add99d50Russ Cox2010-06-201-0/+2
* errchk: fix build - allow matches in multiline error messagesRuss Cox2010-06-201-1/+6
* gc: better error messages for interface failures, conversionsRuss Cox2010-06-201-2/+0
* test: add missing import for zerodivideChristopher Wedgwood2010-06-181-0/+1
* complex divide: match C99 implementationRuss Cox2010-06-186-18/+2522
* runtime: correct fault for 16-bit divide on LeopardRuss Cox2010-06-142-12/+4
* fmt.Print*: reimplement to switch on type first.Rob Pike2010-06-141-1/+1
* Add test for division by zero.Rob Pike2010-06-142-0/+180
* remove uses of ... from tree, add one testRuss Cox2010-06-144-21/+7
* gc: less aggressive name binding, for better line numbers in errorsRuss Cox2010-06-121-0/+44
* test: check that surrogate pair runes and huge rune values are rejectedRuss Cox2010-06-101-0/+25
* bug286: test caseRobert Griesemer2010-06-092-0/+101
* gc: more cleanupRuss Cox2010-06-091-1/+20
* fix build: invalid character literalsRuss Cox2010-06-081-6/+6
* gc: new typechecking rulesRuss Cox2010-06-0812-392/+712
* misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox2010-06-083-115/+116
* fix buildRuss Cox2010-06-082-21/+22
* bug284: make conversion legal, fix error patternsRuss Cox2010-06-081-6/+10