aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-02-24added fusion of unboxed lists of records, movedjohnvg4-94/+102
2003-02-20don't generate abc code to build dictionary for overloaded Niljohnvg2-4/+26
2003-02-19implement fusion of overloaded cons or nil (function) of overloaded lists,johnvg1-43/+130
2003-02-18fix bug in fusion of an overloaded list pattern match withjohnvg1-33/+57
2003-02-10- bug fix: generate an error for abstract datatypes in dynamic typesmartijnv2-4/+7
2003-02-10- bug fix: error for abstract datatypes in dynamic types.martijnv6-35/+62
2003-02-07expand synonym types in dynamics when it's an inferred typeronny1-19/+21
2003-02-06- removed: unused argument 'symb_ident' of toTypeCodeExpressionmartijnv1-22/+22
2003-01-24bug fixes: prevent crash in ReduceArguments and set e_hasindjohnvg1-10/+21
2003-01-24added convertSymbolTypeWithoutCollectingImportedConstructorsjohnvg3-4/+14
2003-01-21Fix error in producerRequirementsdiederik1-5/+11
2003-01-15bug fix for non explicit cases with local variables injohnvg1-5/+10
2003-01-09fix label names for unboxed lists of records with dynamicsjohnvg3-10/+21
2003-01-08bug fix: copy decons_expr in pattern when copying a function with stricter re...johnvg1-3/+8
2003-01-08Bug fix: uniqueness error in recordssjakie15-90/+140
2003-01-08remove rhs of alternative with an AP_Empty pattern, to preventjohnvg1-1/+1
2003-01-07fix generated labels for lazy record field selectors if ExportedLocalLabels==...johnvg2-15/+11
2003-01-07export labels if ExportLocalLabels==True for lazy record selectorsjohnvg2-12/+18
2003-01-06prevent compiler crash if an array pattern is not a variablejohnvg1-2/+3
2003-01-06report "macro with function type not allowed" error forjohnvg1-2/+4
2003-01-02bug fix: check explicit import completeness for TAS constructorjohnvg1-0/+3
2002-12-10Clean 2.0.2 backend.dlljohnvg1-0/+0
2002-12-10bug fix: pass type_index and mod_index in the right orderjohnvg1-1/+1
2002-12-10set im_def_module field so that the bit in .comp thatjohnvg1-2/+8
2002-12-02add strictness annotationsdiederik3-29/+86
2002-12-02improve speed when not fusingdiederik2-3/+10
2002-11-29remove // before some function type definitionsjohnvg1-3/+3
2002-11-28added special handling for strings:alimarin1-10/+16
2002-11-26update project for CW 8johnvg1-0/+0
2002-11-26increase heap size (10m) and stack size (3m), don't showjohnvg1-6/+5024
2002-11-26remove MSL libraries from project and increase heap size to 16mjohnvg1-5/+1
2002-11-26add backend:Mac directory to search pathsjohnvg1-0/+1
2002-11-25fusion patches for case folds, case types, and dictionary typesdiederik1-58/+183
2002-11-21give the strictness analyser more memory for large modules,johnvg3-8/+11
2002-11-21bug fix: handle FailExpr in copyronny1-2/+2
2002-11-20fix crash that occurs if there is not enough memoryjohnvg1-1/+6
2002-11-19use rem instead of modjohnvg1-1/+1
2002-11-19- type synonyms in type definition written to a tcl-file are fully expanded now.martijnv5-103/+83
2002-11-18insert "lR" in type string for unboxed lists of recordsjohnvg1-2/+2
2002-11-15Fix bug with active and accumulating dictionary argsdiederik1-0/+3
2002-11-14bug in checking for importing of predefined modules fixedalimarin1-1/+1
2002-11-14use _SystemStrictLists with _cons..,_decons.. and _nil..johnvg2-12/+12
2002-11-14remove record update to record node transformation (for recordsjohnvg1-34/+2
2002-11-13export label with t prefix for records for dynamicsjohnvg1-3/+8
2002-11-13Removed bugs in analysis of abstract data types and adjusted typing of record...sjakie4-40/+104
2002-11-12bug fix,ronny1-3/+3
2002-11-12bug fix, new method to classify cases that should be transformedronny1-184/+292
2002-11-12mark boolean case as not explicit to prevent introducing a functionronny1-1/+1
2002-11-12bugs fixed in genericsalimarin3-55/+125
2002-11-12Made modulename <> filename a proper errordiederik1-1/+1