summaryrefslogtreecommitdiff
path: root/src/cmd/gc/swt.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-1/+1
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-3/+6
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-0/+6
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-11/+26
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-18/+45
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+896
2011-09-13Imported Upstream version 60Ondřej Surý1-896/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-1/+4
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-3/+1
2010-06-28compiler fatal error in switch.Ken Thompson1-5/+6
2010-06-14gc: no more ...Russ Cox1-16/+8
2010-01-25runtime, type switch: eliminate package global name space assumptionRuss Cox1-66/+97
2009-11-08bug212, bug213.Russ Cox1-3/+7
2009-10-12sort errors by line numberRuss Cox1-6/+2
2009-09-21ideal bools and related fixesRuss Cox1-1/+1
2009-09-09update type switch to match spec.Russ Cox1-19/+61
2009-09-02the last bug involving type hashesRuss Cox1-1/+1
2009-09-01type switch bug involving function parameter namesRuss Cox1-2/+2
2009-08-04type checking of assignments, switch, if, forRuss Cox1-121/+62
2009-07-31checkpoint; still plenty to clean upRuss Cox1-3/+3
2009-07-30typechecking checkpoint.Russ Cox1-3/+18
2009-07-29convert walkexpr to take Node**; drop indirRuss Cox1-3/+3
2009-07-17baby step: const decls can refer to futureRuss Cox1-9/+19
2009-07-17another step toward eliminating forward declarations.Russ Cox1-131/+121
2009-07-10cleanup in preparation for new scoping.Russ Cox1-8/+8
2009-07-06insert ODCL in type switch case.Russ Cox1-2/+4
2009-07-06more precise error messageRuss Cox1-1/+1
2009-07-06better error message + line numbersRuss Cox1-4/+10
2009-05-30bug157Russ Cox1-59/+45
2009-05-30bug 158Ken Thompson1-3/+11
2009-05-20change representation of interface values.Russ Cox1-2/+7
2009-04-02compiler falut for forgettingKen Thompson1-0/+7
2009-04-01typeswitch - expression evaluatedKen Thompson1-1/+1
2009-03-22rewrote switchKen Thompson1-434/+524
2009-03-18remove assignment cases from switchKen Thompson1-57/+3
2009-03-17switch on false errorKen Thompson1-1/+1
2009-03-17binary search on type switches.Ken Thompson1-114/+231
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-16/+20
2009-03-10bug with interaction of variablesKen Thompson1-5/+26
2009-03-07binary search for constant case statements.Ken Thompson1-3/+212
2009-03-061. type switchesKen Thompson1-48/+187
2009-03-05new switch implementationKen Thompson1-0/+333