summaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)AuthorFilesLines
2009-04-28bug 145Ken Thompson1-0/+17
2009-04-24recognize a defined constantKen Thompson1-0/+21
2009-04-21Extend fixedbugs/bug143.go with function return values,David Symonds1-1/+14
2009-04-21bug143 is fixedRob Pike1-0/+30
2009-04-16make string take []byte only, so have to use *[10]byte to convertRuss Cox1-2/+2
2009-04-15code changes for array conversion.Russ Cox2-2/+2
2009-04-10bug142 is fixedRob Pike1-0/+31
2009-03-24^ type(const) now inverts "enough" bitsKen Thompson1-0/+14
2009-03-22bug141 is fixedRob Pike1-0/+30
2009-03-20Match gccgo error messages.Ian Lance Taylor1-2/+2
2009-03-12warn -> yyerror in mparith.Russ Cox2-0/+25
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox2-6/+7
2009-03-11bug 125Ken Thompson1-0/+11
2009-03-11bug 137Ken Thompson1-0/+26
2009-03-10bug086Ken Thompson1-0/+19
2009-03-06delete vestigial references to package syscallRob Pike1-2/+2
2009-03-05bug085 bug129Russ Cox2-0/+38
2009-03-03update missed test case to {}Rob Pike1-1/+1
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox11-23/+23
2009-02-25bug130 is fixedRob Pike1-0/+20
2009-02-16bug123Russ Cox1-0/+14
2009-02-13convert composite literals from { } to ( ).Russ Cox10-22/+22
2009-02-11insert type assertions when narrowing.Russ Cox4-9/+6
2009-02-05bug064Russ Cox1-0/+23
2009-02-03bugs cleanup, including deleting one near-identical duplicate bugRob Pike1-0/+16
2009-01-30update go code tree to new func rules.Russ Cox4-28/+28
2009-01-27bug135 is fixedRob Pike1-0/+18
2009-01-26bug134Russ Cox1-0/+11
2009-01-26bug133Russ Cox4-0/+39
2009-01-21Get this bug back to the intended state: bug1.go is making aIan Lance Taylor2-3/+7
2009-01-21With the removal of export, this bug no longer tests anythingIan Lance Taylor1-16/+0
2009-01-20delete exportRuss Cox32-56/+56
2009-01-16convert tests; nothing interesting.Russ Cox31-58/+57
2009-01-16casify, cleanup sysRuss Cox5-6/+6
2009-01-15convert strconvRuss Cox1-5/+5
2009-01-08bug046 and bug080 are fixedRuss Cox2-0/+38
2009-01-06new new & makeRuss Cox17-30/+52
2009-01-06bug020 is fixedRob Pike1-0/+22
2009-01-05clean up some testsRob Pike5-9/+8
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike4-4/+4
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox18-30/+30
2008-12-18convert *[] to [].Russ Cox5-6/+6
2008-12-16update tests - 119 is fixedRob Pike1-0/+32
2008-12-12test updateRob Pike1-0/+10
2008-12-10another bug cleanup.Rob Pike1-0/+58
2008-12-10update tests: nil is no longer integer-compatibleRob Pike2-0/+23
2008-12-04bug128 is fixedRob Pike1-0/+23
2008-11-12This bug has been fixed; moving it from bugs to fixedbugs.Ian Lance Taylor3-0/+27
2008-11-11The scope rules have been changed to say that labels live in aIan Lance Taylor1-0/+12
2008-11-10update testsRob Pike1-0/+15