summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* gc: tests omitted from the last bug fixRuss Cox2010-03-242-0/+68
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-2417-177/+231
* 5g/6g/8g: fix double function call in sliceRuss Cox2010-03-081-0/+23
* 8g: make a[byte(x)] truncate xRuss Cox2010-02-261-0/+16
* gc: recursive interface embeddingRuss Cox2010-02-182-0/+40
* 8g: respect ullman numbers in float comparisonRuss Cox2010-02-171-0/+33
* gc: undo attempt at fixing recursive interface embeddingRuss Cox2010-02-163-32/+8
* gc: test & fix handling of very long string constantsRuss Cox2010-02-161-0/+20070
* gc: diagnose invalid array boundsRuss Cox2010-02-122-0/+31
* Struct field ambiguity test.Ian Lance Taylor2010-02-081-0/+28
* Match gccgo error message.Ian Lance Taylor2010-02-051-1/+1
* Match gccgo error messages.Ian Lance Taylor2010-02-041-1/+1
* bug252: make ... vs ...T crossing an error, at least for nowRuss Cox2010-02-021-0/+15
* gc: bug250, bug251 - recursive interface typesRuss Cox2010-02-013-2/+42
* Match gccgo error messages.Ian Lance Taylor2010-02-011-2/+2
* gc: bug246Russ Cox2010-02-011-0/+22
* gc: bug242Russ Cox2010-02-011-0/+121
* Fix for gccgo, which uses a package prefix.Ian Lance Taylor2010-02-011-3/+3
* Match gccgo error messages.Ian Lance Taylor2010-02-011-12/+12
* Match gccgo error messages.Ian Lance Taylor2010-01-301-7/+7
* Match gccgo error message.Ian Lance Taylor2010-01-301-1/+1
* Recognize gccgo error messages.Ian Lance Taylor2010-01-291-2/+2
* gc: fix chan <- chan precedence.Russ Cox2010-01-261-0/+39
* runtime, type switch: eliminate package global name space assumptionRuss Cox2010-01-255-0/+191
* 5l, 6l, 8l: accept only one object fileRuss Cox2010-01-251-1/+1
* gc: bug247, reported by robRuss Cox2010-01-241-0/+20
* gc: const debug bool = falseRuss Cox2010-01-191-0/+3
* gc: bug245Russ Cox2010-01-181-0/+16
* gc: multiple return value at top-level invoked multiple timesRuss Cox2010-01-181-0/+30
* gc: bug243Russ Cox2010-01-181-0/+28
* gc: bug238Russ Cox2010-01-081-0/+19
* gc: bug219, bug239, bug240Russ Cox2010-01-073-0/+79
* gc: bug241Russ Cox2010-01-071-0/+11
* Add a test for issue 337.Ian Lance Taylor2009-12-231-0/+25
* More evaluation order tests, for global variables and switch.Ian Lance Taylor2009-12-181-0/+53
* gc: fix compiler crashRuss Cox2009-12-171-0/+17
* runtime: return zero value in x, ok = <-c when ok == falseRuss Cox2009-12-151-0/+20
* gc: fix import name resolutionRuss Cox2009-12-151-0/+10
* gc: bug fixes.Russ Cox2009-12-153-0/+67
* gc: allow ... in method listsRuss Cox2009-12-151-0/+8
* gc: double-check usage of ...Russ Cox2009-12-151-0/+19
* gc: var x, ok = m[y]Russ Cox2009-12-151-0/+34
* Tweak test to work with both 6g and gccgo.Ian Lance Taylor2009-12-151-3/+1
* test/fixedbug: drop obsolete bug125, bug166Russ Cox2009-12-102-28/+0
* make test/fixedbugs save for optional semisRobert Griesemer2009-12-107-16/+12
* gc: check for assignment to private fields during initializationRuss Cox2009-12-033-0/+47
* gc: handle _ = <-c in select.Russ Cox2009-12-032-0/+45
* gc: recursive type errorRuss Cox2009-12-031-0/+10
* gc: better diagnosis of initialization loopsRuss Cox2009-12-031-0/+21
* gc: minor import grammar bug fixesRuss Cox2009-12-033-0/+14