aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)AuthorFilesLines
2003-06-19append a ";" after the name of the record of a dictionaryjohnvg1-2/+5
2003-06-19removed unused module checkKindCorrectnessronny2-338/+0
2003-06-19removed unused field class_arg_kindsronny4-11/+9
2003-06-19removed unused module typeanalronny2-2/+0
2003-06-19s/sd__ident/sd_ident/gronny8-16/+16
2003-06-19enable boxed recordsjohnvg1-2/+0
2003-06-18bug fix: do not move a case inside an explicit casejohnvg1-29/+32
2003-06-18removed trace statementronny1-1/+1
2003-06-16fixed bug with field indexes in StdGenericalimarin1-2/+5
2003-06-13removed exported macros from implementation moduleronny1-8/+0
2003-06-13removed switch_dynamics macro (dynamics are always switched on now)ronny3-15/+1
2003-06-13removed unused macro USE_DummyModuleNameronny2-4/+0
2003-06-13removed PA bug workaroundronny7-26/+2
2003-06-06Bug fixs in universally quantified types: Attribute variables of universal ty...sjakie2-0/+30
2003-05-16renamed field names of type Ident in syntax treeronny37-1579/+1579
2003-05-14foldExp - added alternative for EEalimarin1-0/+2
2003-04-09don't call normalise if there are no variables in the typeronny1-6/+9
2003-04-01make toString (STE_Kind) total, fixes bug #19ronny1-1/+3
2003-03-17fixed a bug in parsing the "of" token after dynamic type, e.g.:alimarin2-2/+3
2003-03-13use positive numbers for TypeVarFixedronny1-3/+3
2003-03-13introduced TypeFixedVar constructor for fixed type vars,ronny1-2/+1
2003-03-13changed constructors of TypeCode type in anticipation of things to comeronny3-110/+113
2003-03-13removed _TypePatternVar constructor from TypeCoderonny4-5/+6
2003-03-12- added some missing alternatives to toString (Token), fixes bug #12ronny1-75/+84
2003-03-12extra curried fusion fixesdiederik3-343/+614
2003-03-12add coredump module to repositorydiederik2-0/+875
2003-03-10fixed bug #1, case failed when default case contained partial caseronny1-16/+18
2003-03-05removed needlessly complex method to determine if a case will be moved in a f...ronny1-39/+39
2003-02-25fixed bug 8, incorrect parsing of dynamic id :: (A.a: a->a)ronny1-2/+8
2003-02-24added fusion of unboxed lists of records, movedjohnvg4-94/+102
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-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-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-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-10bug fix: pass type_index and mod_index in the right orderjohnvg1-1/+1
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-25fusion patches for case folds, case types, and dictionary typesdiederik1-58/+183