summaryrefslogtreecommitdiff
path: root/test/bugs
AgeCommit message (Expand)AuthorFilesLines
2010-01-26gc: fix chan <- chan precedence.Russ Cox1-39/+0
2010-01-25channel types parsed not according to spec by 6gRobert Griesemer1-0/+39
2010-01-18add bug246 (issue 492)Russ Cox1-0/+18
2010-01-15Test order of evaluation in tuple assignments.Ian Lance Taylor1-0/+110
2010-01-08gc: bug238Russ Cox1-19/+0
2010-01-07gc: bug219, bug239, bug240Russ Cox3-76/+0
2009-12-29Test case for issue 475 and related bug.Robert Griesemer2-0/+41
2009-12-29test case for issue 471Robert Griesemer1-0/+19
2009-12-03gc: handle _ = <-c in select.Russ Cox1-23/+0
2009-11-19bug219: parsing difficulties with 6gRobert Griesemer1-0/+35
2009-11-16bug218.go: testcase for issue 238Robert Griesemer1-0/+23
2009-11-08bug212, bug213.Russ Cox2-28/+0
2009-11-02We should not silently permit a named type to match an unnamedIan Lance Taylor1-2/+2
2009-10-29Bug: 6g accepts fallthrough in type switch.Ian Lance Taylor1-0/+16
2009-10-28Test that the compiler rejects map types which should not beIan Lance Taylor1-0/+12
2009-10-20address bug193 and add note to spec about it.Russ Cox2-16/+2
2009-10-20bug162, over and overRuss Cox1-25/+0
2009-10-19bug196Russ Cox1-51/+0
2009-10-19bug136Russ Cox1-22/+0
2009-10-19bug169Russ Cox1-10/+0
2009-10-196g bug fixes:Russ Cox1-14/+0
2009-10-19bug190.Russ Cox1-26/+0
2009-10-19duplicate of bug190Russ Cox1-16/+0
2009-10-19bug 211: duplicate interface methods not caught by 6gRob Pike1-0/+14
2009-10-16bug210Robert Griesemer1-0/+16
2009-10-09bug209Russ Cox1-18/+0
2009-10-09bug209.goRobert Griesemer1-0/+18
2009-10-08add & fix bug208, from ken.Russ Cox1-11/+0
2009-09-15last round: non-package codeRuss Cox1-0/+1
2009-09-14fix "declared and not used" in tests;Russ Cox1-0/+2
2009-09-10fix bug206.Russ Cox1-48/+0
2009-09-10bug206Robert Griesemer1-0/+48
2009-09-09defining package block names must overrideRuss Cox1-32/+0
2009-09-03fix range on invalid utf8 bugRuss Cox1-24/+0
2009-09-03partial rune at end makes string range loop foreverRob Pike1-0/+24
2009-09-03fix bug187 (itself buggy)Russ Cox1-23/+0
2009-08-26Cascading errors lead to a compiler crash.Ian Lance Taylor1-0/+11
2009-08-24bug132Russ Cox1-80/+0
2009-08-24bug189Russ Cox1-17/+0
2009-08-21fix bug195Russ Cox1-12/+0
2009-08-21fix crash in bug194; add bug196Russ Cox1-0/+49
2009-08-21A test for an interface which uses a forward declared typeIan Lance Taylor1-0/+12
2009-08-21Test composite literals with undeclared types. This crashedIan Lance Taylor1-0/+32
2009-08-21unexpected shift conversion behaviorRobert Griesemer1-0/+15
2009-08-17Test that a type can refer to itself recursively as long as itIan Lance Taylor1-0/+26
2009-08-17fix up some irregular indentationRob Pike2-4/+4
2009-08-146g bug: struct initializers must provide all field values unless the fields a...Robert Griesemer1-0/+17
2009-08-12fix bug187 not to crashRuss Cox1-1/+5
2009-08-12Bug involving ... initializers and interface values.Austin Clements1-0/+19
2009-08-07bug159Russ Cox1-39/+0