summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2008-10-30update testsRob Pike4-28/+9
2008-10-30make sure errchk only prints BUG once.Russ Cox1-5/+6
2008-10-29apply change suggested in CL 16658 reviewRuss Cox1-1/+1
2008-10-29bugs from old gri mailRuss Cox3-0/+64
2008-10-29Call the right function for int32 values.Ian Lance Taylor1-2/+2
2008-10-29update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.Russ Cox1-34/+37
2008-10-29more simple test fixesRuss Cox2-12/+2
2008-10-29typesKen Thompson2-8/+9
2008-10-29update golden.out with new type namesRuss Cox1-22/+27
2008-10-29minor int/float fixesRuss Cox2-5/+5
2008-10-29shift bug in constant evaluatorRuss Cox1-0/+23
2008-10-27update golden.outRob Pike1-1/+1
2008-10-25testKen Thompson1-0/+236
2008-10-24Per discussion earlier today with r and gri: when an interfaceIan Lance Taylor3-1/+25
2008-10-24fix method function type compare bug (again)Russ Cox2-3/+21
2008-10-23update golden.outRuss Cox1-4/+4
2008-10-22Match gccgo error messages.Ian Lance Taylor1-5/+5
2008-10-21reject new of function typeRuss Cox1-0/+14
2008-10-21rewrite &Point{1, 2} as allocationRuss Cox3-14/+9
2008-10-216g: use full type in sigt[0].nameRuss Cox1-4/+4
2008-10-216g:Russ Cox1-2/+2
2008-10-20Match error messages generated by gccgo:Ian Lance Taylor1-2/+2
2008-10-20add primitive ftoa, dtoa to strings library.Rob Pike1-1/+5
2008-10-17do not set t->recur on basic types.Russ Cox2-0/+31
2008-10-17update fixed bugs (and delete an irrelevant one)Rob Pike9-36/+20
2008-10-17make sure errchk only says BUG once,Russ Cox2-8/+20
2008-10-16diagnose various conversion problemsRuss Cox4-10/+86
2008-10-16put toplevel & check back and add testRuss Cox1-0/+9
2008-10-15diagnose export of incomplete typeRuss Cox1-0/+16
2008-10-15basic types/interfaces testKen Thompson1-0/+104
2008-10-15bug is fixedRob Pike1-0/+0
2008-10-14update bug listRob Pike6-10/+5
2008-10-14allow trailing comma in braced initialized listRuss Cox1-0/+17
2008-10-136g thinks a struct with one entry yields a composite that is a basic conversionRob Pike1-0/+16
2008-10-10- added missing ';' according to new rulesRobert Griesemer1-1/+1
2008-10-10- removed extra package clauseRobert Griesemer1-2/+0
2008-10-08test of new empty productionsRuss Cox1-0/+12
2008-10-08more interface checks:Russ Cox3-0/+75
2008-10-07remove uses of *T as an implicit forward declaration of TRuss Cox3-0/+11
2008-10-07test that mutually recursive interfaces compileRuss Cox1-0/+22
2008-10-07update code to follow new semicolon rules:Russ Cox15-64/+64
2008-10-07sys.stringtorune doesn't need a length parameter.Rob Pike1-1/+1
2008-10-06change type names to go live at the name, so thatRuss Cox2-8/+2
2008-10-06change in spec results in non-errorRob Pike2-4/+1
2008-10-06Change old-style export declaration to new style export ofIan Lance Taylor1-3/+1
2008-10-05bug026 and bug060 are fixed. update.Rob Pike4-13/+0
2008-10-04fix method use bug in powser1.Russ Cox1-6/+6
2008-10-04add method test & fix method name bugsRuss Cox1-0/+63
2008-10-03const bug, name bug - working on bothRuss Cox2-0/+51
2008-10-03new import/export formatRuss Cox1-14/+13