aboutsummaryrefslogtreecommitdiff
path: root/test/bugs
AgeCommit message (Expand)Author
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox
2010-02-01gc: bug246Russ Cox
2010-02-01gc: bug242Russ Cox
2010-01-31Fix expected string.Ian Lance Taylor
2010-01-26gc: fix chan <- chan precedence.Russ Cox
2010-01-25channel types parsed not according to spec by 6gRobert Griesemer
2010-01-18add bug246 (issue 492)Russ Cox
2010-01-15Test order of evaluation in tuple assignments.Ian Lance Taylor
2010-01-08gc: bug238Russ Cox
2010-01-07gc: bug219, bug239, bug240Russ Cox
2009-12-29Test case for issue 475 and related bug.Robert Griesemer
2009-12-29test case for issue 471Robert Griesemer
2009-12-03gc: handle _ = <-c in select.Russ Cox
2009-11-19bug219: parsing difficulties with 6gRobert Griesemer
2009-11-16bug218.go: testcase for issue 238Robert Griesemer
2009-11-08bug212, bug213.Russ Cox
2009-11-02We should not silently permit a named type to match an unnamedIan Lance Taylor
2009-10-29Bug: 6g accepts fallthrough in type switch.Ian Lance Taylor
2009-10-28Test that the compiler rejects map types which should not beIan Lance Taylor
2009-10-20address bug193 and add note to spec about it.Russ Cox
2009-10-20bug162, over and overRuss Cox
2009-10-19bug196Russ Cox
2009-10-19bug136Russ Cox
2009-10-19bug169Russ Cox
2009-10-196g bug fixes:Russ Cox
2009-10-19bug190.Russ Cox
2009-10-19duplicate of bug190Russ Cox
2009-10-19bug 211: duplicate interface methods not caught by 6gRob Pike
2009-10-16bug210Robert Griesemer
2009-10-09bug209Russ Cox
2009-10-09bug209.goRobert Griesemer
2009-10-08add & fix bug208, from ken.Russ Cox
2009-09-15last round: non-package codeRuss Cox
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-09-10fix bug206.Russ Cox
2009-09-10bug206Robert Griesemer
2009-09-09defining package block names must overrideRuss Cox
2009-09-03fix range on invalid utf8 bugRuss Cox
2009-09-03partial rune at end makes string range loop foreverRob Pike
2009-09-03fix bug187 (itself buggy)Russ Cox
2009-08-26Cascading errors lead to a compiler crash.Ian Lance Taylor
2009-08-24bug132Russ Cox
2009-08-24bug189Russ Cox
2009-08-21fix bug195Russ Cox
2009-08-21fix crash in bug194; add bug196Russ Cox
2009-08-21A test for an interface which uses a forward declared typeIan Lance Taylor
2009-08-21Test composite literals with undeclared types. This crashedIan Lance Taylor
2009-08-21unexpected shift conversion behaviorRobert Griesemer
2009-08-17Test that a type can refer to itself recursively as long as itIan Lance Taylor
2009-08-17fix up some irregular indentationRob Pike