summaryrefslogtreecommitdiff
path: root/test/bugs
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: fix wrong interaction between inlining and embedded builtins.R?my Oudompheng2012-12-223-60/+0
* test: expand run.go's errorcheck, make clear which bugs runRuss Cox2012-09-232-0/+6
* cmd/6g, cmd/8g: eliminate short integer arithmetic when possible.R?my Oudompheng2012-09-011-21/+0
* exp/locale/collate: avoid 16-bit mathRuss Cox2012-05-241-0/+21
* cmd/gc: test for issue 3552Luuk van Dijk2012-05-023-0/+57
* cmd/gc: do not confuse unexported methods of same nameRuss Cox2012-03-073-86/+0
* test: bug424: wrong embedded method calledRobert Griesemer2012-02-273-0/+86
* gc: undo most of 'fix infinite recursion for embedded interfaces'Russ Cox2012-01-201-0/+22
* gc: 0 expected bugsRuss Cox2011-12-093-35/+0
* test: Add test for inheriting private method from anonymous field.Ian Lance Taylor2011-09-143-0/+35
* gc: relax assignability of method receiversAnthony Martin2011-05-243-70/+0
* gc: correct handling of unexported method names in embedded interfacesRuss Cox2011-04-213-71/+0
* test: adjust bug324 to expect run-time failure, not compile-time.Ian Lance Taylor2011-03-292-2/+2
* test: adjust bugs/bug322 to match current spec.Ian Lance Taylor2011-03-291-5/+5
* bug324.go: test case for issue 1550Robert Griesemer2011-02-243-0/+71
* issue 1402: added test caseRobert Griesemer2011-02-033-0/+70
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-131-55/+0
* fix buildRobert Griesemer2010-09-151-24/+0
* test: Add test for //line (currently fails).Ian Lance Taylor2010-09-101-0/+24
* gc: bug299, bug300Russ Cox2010-08-032-56/+0
* bug300: literal types must not be parenthesizedRobert Griesemer2010-07-291-0/+29
* bug299: parenthesized receiver types/anonymous fields are illegalRobert Griesemer2010-07-291-0/+27
* gc: bug274Russ Cox2010-07-151-29/+0
* gc: fix handling of types inside function bodiesRuss Cox2010-07-151-94/+0
* bug286: test caseRobert Griesemer2010-06-091-0/+94
* gc: new typechecking rulesRuss Cox2010-06-082-307/+0
* fix buildRuss Cox2010-06-081-1/+1
* bug284: make conversion legal, fix error patternsRuss Cox2010-06-081-6/+10
* bug285: delete invalid map assignmentRuss Cox2010-06-081-3/+1
* bug285: assignment compatible map keys must be acceptedRobert Griesemer2010-06-031-0/+118
* bug284: additional conversion test caseRobert Griesemer2010-06-021-0/+5
* bug284: test cases for new conversion rulesRobert Griesemer2010-06-021-0/+182
* gc: bug277 - new conversion syntaxRuss Cox2010-05-241-72/+0
* bug277: tests for conversion syntaxRobert Griesemer2010-05-241-0/+72
* clean up bug 275Ken Thompson2010-05-201-20/+0
* bug275: cannot apply real() to a complex array elementRobert Griesemer2010-05-191-0/+20
* bug274: test case for issue 777Robert Griesemer2010-05-131-0/+29
* gc: bug264Russ Cox2010-05-031-49/+0
* gc: bug267Russ Cox2010-05-031-22/+0
* 6g bug: no need for parens around array index expressionRobert Griesemer2010-04-271-0/+22
* gc: bug265Russ Cox2010-03-291-22/+0
* bug265: test case for issue 700Robert Griesemer2010-03-291-0/+22
* bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike2010-03-251-4/+4
* bug264: test case for issue 692Robert Griesemer2010-03-251-0/+49
* Generate same output on all architectures.Ian Lance Taylor2010-03-051-6/+20
* add a test that structures pack. 6g fails.Rob Pike2010-03-041-0/+41
* gc: recursive interface embeddingRuss Cox2010-02-182-40/+0
* gc: undo attempt at fixing recursive interface embeddingRuss Cox2010-02-162-0/+40
* gc: bug246Russ Cox2010-02-011-18/+0
* gc: bug242Russ Cox2010-02-011-121/+0