summaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý6-19/+42
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý3-0/+95
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý27-104/+159
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý50-71/+2034
2010-06-308g: out of register bug fixRuss Cox2-0/+29
2010-06-21test: another listen on ":0" -> "127.0.0.1:0"Russ Cox1-1/+1
2010-06-14remove uses of ... from tree, add one testRuss Cox4-21/+7
2010-06-08gc: new typechecking rulesRuss Cox4-14/+321
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox1-7/+8
2010-05-248g: out of register bugRuss Cox1-0/+19
2010-05-24gc: fix shift/reduce conflict in go.y export syntaxRuss Cox3-0/+25
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox1-0/+55
2010-05-24gc: bug277 - new conversion syntaxRuss Cox1-0/+72
2010-05-24gc: bug280Russ Cox1-0/+13
2010-05-24gc: bug278Russ Cox1-0/+23
2010-05-24gc: fix unsafe.Sizeof on ideal constantsRuss Cox1-0/+36
2010-05-21issue 789: keep test caseRobert Griesemer1-0/+23
2010-05-20gc: handle use of builtin function outside function callRuss Cox1-2/+2
2010-05-20clean up bug 275Ken Thompson1-0/+20
2010-05-03gc: bug264Russ Cox1-0/+44
2010-05-03gc: bug267Russ Cox1-0/+22
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-0/+95
2010-04-308g: bug272Russ Cox1-0/+25
2010-04-30gc: bug271Russ Cox1-0/+20
2010-04-30gc: bug270Russ Cox1-0/+21
2010-04-29gc: never include ( ) on singleton func return typeRuss Cox1-0/+18
2010-04-29gc: bug268Russ Cox1-0/+53
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-0/+1
2010-04-12gc: zero unnamed return values on entry if func has deferRuss Cox1-0/+26
2010-04-11gc: make sure main.main has correct typeRuss Cox1-1/+1
2010-03-30single argument panicRuss Cox13-65/+98
2010-03-29gc: bug265Russ Cox1-0/+22
2010-03-24gc: tests omitted from the last bug fixRuss Cox2-0/+68
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike17-177/+231
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox1-0/+23
2010-02-268g: make a[byte(x)] truncate xRuss Cox1-0/+16
2010-02-18gc: recursive interface embeddingRuss Cox2-0/+40
2010-02-178g: respect ullman numbers in float comparisonRuss Cox1-0/+33
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox3-32/+8
2010-02-16gc: test & fix handling of very long string constantsRuss Cox1-0/+20070
2010-02-12gc: diagnose invalid array boundsRuss Cox2-0/+31
2010-02-08Struct field ambiguity test.Ian Lance Taylor1-0/+28
2010-02-05Match gccgo error message.Ian Lance Taylor1-1/+1
2010-02-04Match gccgo error messages.Ian Lance Taylor1-1/+1
2010-02-02bug252: make ... vs ...T crossing an error, at least for nowRuss Cox1-0/+15
2010-02-01gc: bug250, bug251 - recursive interface typesRuss Cox3-2/+42
2010-02-01Match gccgo error messages.Ian Lance Taylor1-2/+2
2010-02-01gc: bug246Russ Cox1-0/+22
2010-02-01gc: bug242Russ Cox1-0/+121
2010-02-01Fix for gccgo, which uses a package prefix.Ian Lance Taylor1-3/+3