summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* implications of stricter type equality:Russ Cox2009-05-084-6/+27
* move things out of sys into os and runtimeRuss Cox2009-05-0827-45/+92
* Move sys.Reflect and sys.Unreflect into unsafe.Rob Pike2009-05-081-1/+1
* conversion bugRobert Griesemer2009-05-082-0/+28
* test of struct with embedded interface.Russ Cox2009-05-071-0/+78
* 6g: error messagesRuss Cox2009-05-071-0/+5
* interface method testsRuss Cox2009-05-062-0/+142
* added a distinguishing string to the error printsKen Thompson2009-05-061-31/+58
* signs on div and modKen Thompson2009-05-051-0/+184
* wrong type used for dynamic type testRobert Griesemer2009-05-052-0/+44
* bug117 is fixed in 6g; now an errchkRuss Cox2009-05-052-7/+5
* update convlit.go to current specRuss Cox2009-05-052-16/+7
* Verify that a send on a sychronous channel waits until theIan Lance Taylor2009-05-021-0/+22
* bug146: array/slice conversion before I left missed conversionsRuss Cox2009-04-302-7/+0
* Conversion from array to slices should work like assignment:Ian Lance Taylor2009-04-292-0/+21
* bug 139Ken Thompson2009-04-282-5/+0
* bug131 has been fixed with no changeKen Thompson2009-04-282-5/+5
* bug 145Ken Thompson2009-04-282-4/+0
* Recognize gcco error messages.Ian Lance Taylor2009-04-281-10/+10
* cannot declare a variable in new scope with same name as type in outer scopeRobert Griesemer2009-04-252-0/+21
* recognize a defined constantKen Thompson2009-04-242-8/+0
* - cannot declare local variable named like a constant in outer scopeRobert Griesemer2009-04-232-0/+29
* Extend fixedbugs/bug143.go with function return values,David Symonds2009-04-211-1/+14
* bug143 is fixedRob Pike2009-04-212-6/+0
* update golden for bug 143Rob Pike2009-04-211-0/+6
* Add bug143 to demonstrate bug with "v, ok :=" on pointers to maps.David Symonds2009-04-201-0/+30
* missing '}' (found by pretty)Robert Griesemer2009-04-201-0/+1
* typo in messageRob Pike2009-04-191-1/+1
* add another test to decl to see that result vars are redeclarable.Rob Pike2009-04-191-0/+8
* tests for redeclaration in :=Rob Pike2009-04-182-0/+79
* Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike2009-04-171-1/+1
* make string take []byte only, so have to use *[10]byte to convertRuss Cox2009-04-162-4/+4
* Convert go tree to hierarchical pkg directory:Russ Cox2009-04-162-2/+2
* code changes for array conversion.Russ Cox2009-04-154-7/+7
* fix stringrange testRuss Cox2009-04-132-5/+15
* fix string range to have full unicode range (up to 10FFFF).Rob Pike2009-04-122-0/+51
* bug142 is fixedRob Pike2009-04-102-5/+0
* test for new string bugRuss Cox2009-04-101-0/+5
* messages changed; updated golden.out for bug037Rob Pike2009-04-081-0/+1
* bug142Russ Cox2009-04-072-0/+36
* func f() (int, int);Russ Cox2009-04-071-2/+4
* not a bug by current understanding, so delete this file.Rob Pike2009-04-072-23/+0
* test for and fix bug involving reflect v.Interface() and ==.Russ Cox2009-03-311-0/+94
* tests changed - throw calls panic directly nowRuss Cox2009-03-301-21/+7
* goldenKen Thompson2009-03-241-4/+0
* ^ type(const) now inverts "enough" bitsKen Thompson2009-03-242-1/+1
* add test for close/closed, fix a few implementation bugs.Russ Cox2009-03-231-0/+197
* allow range on nil mapsRuss Cox2009-03-231-0/+6
* bug141 is fixedRob Pike2009-03-222-4/+0
* Test that interfaces work in type switches.Ian Lance Taylor2009-03-202-0/+34