aboutsummaryrefslogtreecommitdiff
path: root/test/bugs
AgeCommit message (Expand)Author
2016-10-25test: delete bugs directoryJosh Bleecher Snyder
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2014-12-22test: migrate remaining tests to run.goJosh Bleecher Snyder
2012-12-22cmd/gc: fix wrong interaction between inlining and embedded builtins.Rémy Oudompheng
2012-09-23test: expand run.go's errorcheck, make clear which bugs runRuss Cox
2012-09-01cmd/6g, cmd/8g: eliminate short integer arithmetic when possible.Rémy Oudompheng
2012-05-24exp/locale/collate: avoid 16-bit mathRuss Cox
2012-05-02cmd/gc: test for issue 3552Luuk van Dijk
2012-03-07cmd/gc: do not confuse unexported methods of same nameRuss Cox
2012-02-27test: bug424: wrong embedded method calledRobert Griesemer
2012-01-20gc: undo most of 'fix infinite recursion for embedded interfaces'Russ Cox
2011-12-09gc: 0 expected bugsRuss Cox
2011-09-14test: Add test for inheriting private method from anonymous field.Ian Lance Taylor
2011-05-24gc: relax assignability of method receiversAnthony Martin
2011-04-21gc: correct handling of unexported method names in embedded interfacesRuss Cox
2011-03-29test: adjust bug324 to expect run-time failure, not compile-time.Ian Lance Taylor
2011-03-29test: adjust bugs/bug322 to match current spec.Ian Lance Taylor
2011-02-24bug324.go: test case for issue 1550Robert Griesemer
2011-02-03issue 1402: added test caseRobert Griesemer
2010-12-13gc: align structs according to max alignment of fieldsRuss Cox
2010-09-15fix buildRobert Griesemer
2010-09-10test: Add test for //line (currently fails).Ian Lance Taylor
2010-08-03gc: bug299, bug300Russ Cox
2010-07-29bug300: literal types must not be parenthesizedRobert Griesemer
2010-07-29bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer
2010-07-15gc: bug274Russ Cox
2010-07-15gc: fix handling of types inside function bodiesRuss Cox
2010-06-09bug286: test caseRobert Griesemer
2010-06-08gc: new typechecking rulesRuss Cox
2010-06-08fix buildRuss Cox
2010-06-08bug284: make conversion legal, fix error patternsRuss Cox
2010-06-08bug285: delete invalid map assignmentRuss Cox
2010-06-03bug285: assignment compatible map keys must be acceptedRobert Griesemer
2010-06-02bug284: additional conversion test caseRobert Griesemer
2010-06-02bug284: test cases for new conversion rulesRobert Griesemer
2010-05-24gc: bug277 - new conversion syntaxRuss Cox
2010-05-24bug277: tests for conversion syntaxRobert Griesemer
2010-05-20clean up bug 275Ken Thompson
2010-05-19bug275: cannot apply real() to a complex array elementRobert Griesemer
2010-05-13bug274: test case for issue 777Robert Griesemer
2010-05-03gc: bug264Russ Cox
2010-05-03gc: bug267Russ Cox
2010-04-276g bug: no need for parens around array index expressionRobert Griesemer
2010-03-29gc: bug265Russ Cox
2010-03-29bug265: test case for issue 700Robert Griesemer
2010-03-25bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike
2010-03-25bug264: test case for issue 692Robert Griesemer
2010-03-05Generate same output on all architectures.Ian Lance Taylor
2010-03-04add a test that structures pack. 6g fails.Rob Pike
2010-02-18gc: recursive interface embeddingRuss Cox