Age | Commit message (Expand) | Author | Files | Lines |
2003-03-10 | fixed bug #1, case failed when default case contained partial case | ronny | 1 | -16/+18 |
2003-03-05 | removed needlessly complex method to determine if a case will be moved in a f... | ronny | 1 | -39/+39 |
2003-02-25 | fixed bug 8, incorrect parsing of dynamic id :: (A.a: a->a) | ronny | 1 | -2/+8 |
2003-02-24 | added fusion of unboxed lists of records, moved | johnvg | 4 | -94/+102 |
2003-02-19 | implement fusion of overloaded cons or nil (function) of overloaded lists, | johnvg | 1 | -43/+130 |
2003-02-18 | fix bug in fusion of an overloaded list pattern match with | johnvg | 1 | -33/+57 |
2003-02-10 | - bug fix: generate an error for abstract datatypes in dynamic types | martijnv | 2 | -4/+7 |
2003-02-10 | - bug fix: error for abstract datatypes in dynamic types. | martijnv | 6 | -35/+62 |
2003-02-07 | expand synonym types in dynamics when it's an inferred type | ronny | 1 | -19/+21 |
2003-02-06 | - removed: unused argument 'symb_ident' of toTypeCodeExpression | martijnv | 1 | -22/+22 |
2003-01-24 | added convertSymbolTypeWithoutCollectingImportedConstructors | johnvg | 3 | -4/+14 |
2003-01-21 | Fix error in producerRequirements | diederik | 1 | -5/+11 |
2003-01-15 | bug fix for non explicit cases with local variables in | johnvg | 1 | -5/+10 |
2003-01-08 | Bug fix: uniqueness error in records | sjakie | 15 | -90/+140 |
2003-01-08 | remove rhs of alternative with an AP_Empty pattern, to prevent | johnvg | 1 | -1/+1 |
2003-01-06 | prevent compiler crash if an array pattern is not a variable | johnvg | 1 | -2/+3 |
2003-01-06 | report "macro with function type not allowed" error for | johnvg | 1 | -2/+4 |
2003-01-02 | bug fix: check explicit import completeness for TAS constructor | johnvg | 1 | -0/+3 |
2002-12-10 | bug fix: pass type_index and mod_index in the right order | johnvg | 1 | -1/+1 |
2002-12-02 | add strictness annotations | diederik | 3 | -29/+86 |
2002-12-02 | improve speed when not fusing | diederik | 2 | -3/+10 |
2002-11-29 | remove // before some function type definitions | johnvg | 1 | -3/+3 |
2002-11-28 | added special handling for strings: | alimarin | 1 | -10/+16 |
2002-11-25 | fusion patches for case folds, case types, and dictionary types | diederik | 1 | -58/+183 |
2002-11-21 | bug fix: handle FailExpr in copy | ronny | 1 | -2/+2 |
2002-11-19 | use rem instead of mod | johnvg | 1 | -1/+1 |
2002-11-19 | - type synonyms in type definition written to a tcl-file are fully expanded now. | martijnv | 5 | -103/+83 |
2002-11-15 | Fix bug with active and accumulating dictionary args | diederik | 1 | -0/+3 |
2002-11-14 | bug in checking for importing of predefined modules fixed | alimarin | 1 | -1/+1 |
2002-11-14 | use _SystemStrictLists with _cons..,_decons.. and _nil.. | johnvg | 1 | -11/+11 |
2002-11-14 | remove record update to record node transformation (for records | johnvg | 1 | -34/+2 |
2002-11-13 | Removed bugs in analysis of abstract data types and adjusted typing of record... | sjakie | 4 | -40/+104 |
2002-11-12 | bug fix, | ronny | 1 | -3/+3 |
2002-11-12 | bug fix, new method to classify cases that should be transformed | ronny | 1 | -184/+292 |
2002-11-12 | mark boolean case as not explicit to prevent introducing a function | ronny | 1 | -1/+1 |
2002-11-12 | bugs fixed in generics | alimarin | 3 | -55/+125 |
2002-11-12 | Made modulename <> filename a proper error | diederik | 1 | -1/+1 |
2002-11-08 | Supply predef to generic dict unification; | diederik | 1 | -15/+59 |
2002-11-08 | Better fix so that correctness of EI_LetType is maintained during repartitioning | diederik | 1 | -19/+39 |
2002-11-07 | revert bug fix in convert cases in anticipation of a proper fix | ronny | 1 | -1/+1 |
2002-11-07 | correct numbering of type vars in right-hand side dynamics | ronny | 1 | -3/+6 |
2002-11-04 | Fix so that correctness of EI_LetType is maintained during repartitioning | diederik | 1 | -1/+16 |
2002-11-01 | moved RefCountsInCase and SplitsInCase type definitions from syntax to conver... | ronny | 3 | -33/+36 |
2002-10-31 | Fix bug where wrong type code constructor was selected. | ronny | 4 | -21/+22 |
2002-10-30 | Removed at least 4 bugs (maybe more, but i can't remember): | sjakie | 11 | -35/+101 |
2002-10-29 | - added: DynamicRepresentation_String was removed | martijnv | 1 | -0/+2 |
2002-10-18 | add support_dynamics flag to scanModule call | johnvg | 1 | -7/+4 |
2002-10-18 | add boxed records, strict dot dot expressions, generate | johnvg | 2 | -150/+162 |
2002-10-18 | add boxed records | johnvg | 1 | -1/+1 |
2002-10-18 | add strict dot dot expressions, transform record update | johnvg | 1 | -45/+64 |