summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2009-05-27bug 153Ken Thompson2-4/+0
2009-05-27fix bug154; tweak bug153 exit statusRuss Cox2-7/+0
2009-05-27floating point bugRobert Griesemer2-0/+39
2009-05-27bad error messageRobert Griesemer2-0/+18
2009-05-26bug151, bug152 -> fixedbugsRuss Cox2-0/+0
2009-05-26and the golden fileKen Thompson1-9/+0
2009-05-26bug150 is fixedRob Pike2-6/+1
2009-05-22another interface conversion testRuss Cox1-0/+25
2009-05-22channel direction testsRuss Cox1-0/+48
2009-05-21allow type name as key to accomodate anonymous fields.Russ Cox3-4/+8
2009-05-21tests for new initializer syntaxRuss Cox2-0/+87
2009-05-21stricter rules for assignment.Russ Cox1-0/+33
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox15-21/+48
2009-05-20change representation of interface values.Russ Cox1-1/+1
2009-05-19Match gccgo error messages.Ian Lance Taylor3-5/+5
2009-05-16Don't bother to import "os" just so that we can callIan Lance Taylor2-6/+0
2009-05-15bug152: literal []slice{ } as range expressionRuss Cox2-1/+21
2009-05-14A comparison of two values with a type equivalent to stringIan Lance Taylor2-0/+27
2009-05-13bug150Russ Cox2-0/+27
2009-05-12describe each interface testRuss Cox9-0/+20
2009-05-12update reflect for upcoming interface representation change.Russ Cox2-3/+141
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox2-2/+2
2009-05-08check for redeclaration of package nameRuss Cox1-0/+14
2009-05-08implications of stricter type equality:Russ Cox4-6/+27
2009-05-08move things out of sys into os and runtimeRuss Cox27-45/+92
2009-05-08Move sys.Reflect and sys.Unreflect into unsafe.Rob Pike1-1/+1
2009-05-08conversion bugRobert Griesemer2-0/+28
2009-05-07test of struct with embedded interface.Russ Cox1-0/+78
2009-05-076g: error messagesRuss Cox1-0/+5
2009-05-06interface method testsRuss Cox2-0/+142
2009-05-06added a distinguishing string to the error printsKen Thompson1-31/+58
2009-05-05signs on div and modKen Thompson1-0/+184
2009-05-05wrong type used for dynamic type testRobert Griesemer2-0/+44
2009-05-05bug117 is fixed in 6g; now an errchkRuss Cox2-7/+5
2009-05-05update convlit.go to current specRuss Cox2-16/+7
2009-05-02Verify that a send on a sychronous channel waits until theIan Lance Taylor1-0/+22
2009-04-30bug146: array/slice conversion before I left missed conversionsRuss Cox2-7/+0
2009-04-29Conversion from array to slices should work like assignment:Ian Lance Taylor2-0/+21
2009-04-28bug 139Ken Thompson2-5/+0
2009-04-28bug131 has been fixed with no changeKen Thompson2-5/+5
2009-04-28bug 145Ken Thompson2-4/+0
2009-04-28Recognize gcco error messages.Ian Lance Taylor1-10/+10
2009-04-25cannot declare a variable in new scope with same name as type in outer scopeRobert Griesemer2-0/+21
2009-04-24recognize a defined constantKen Thompson2-8/+0
2009-04-23- cannot declare local variable named like a constant in outer scopeRobert Griesemer2-0/+29
2009-04-21Extend fixedbugs/bug143.go with function return values,David Symonds1-1/+14
2009-04-21bug143 is fixedRob Pike2-6/+0
2009-04-21update golden for bug 143Rob Pike1-0/+6
2009-04-20Add bug143 to demonstrate bug with "v, ok :=" on pointers to maps.David Symonds1-0/+30
2009-04-20missing '}' (found by pretty)Robert Griesemer1-0/+1