Age | Commit message (Expand) | Author | Files | Lines |
2003-02-24 | added fusion of unboxed lists of records, moved | johnvg | 4 | -94/+102 |
2003-02-20 | don't generate abc code to build dictionary for overloaded Nil | johnvg | 2 | -4/+26 |
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 | bug fixes: prevent crash in ReduceArguments and set e_hasind | johnvg | 1 | -10/+21 |
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-09 | fix label names for unboxed lists of records with dynamics | johnvg | 3 | -10/+21 |
2003-01-08 | bug fix: copy decons_expr in pattern when copying a function with stricter re... | johnvg | 1 | -3/+8 |
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-07 | fix generated labels for lazy record field selectors if ExportedLocalLabels==... | johnvg | 2 | -15/+11 |
2003-01-07 | export labels if ExportLocalLabels==True for lazy record selectors | johnvg | 2 | -12/+18 |
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 | Clean 2.0.2 backend.dll | johnvg | 1 | -0/+0 |
2002-12-10 | bug fix: pass type_index and mod_index in the right order | johnvg | 1 | -1/+1 |
2002-12-10 | set im_def_module field so that the bit in .comp that | johnvg | 1 | -2/+8 |
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-26 | update project for CW 8 | johnvg | 1 | -0/+0 |
2002-11-26 | increase heap size (10m) and stack size (3m), don't show | johnvg | 1 | -6/+5024 |
2002-11-26 | remove MSL libraries from project and increase heap size to 16m | johnvg | 1 | -5/+1 |
2002-11-26 | add backend:Mac directory to search paths | johnvg | 1 | -0/+1 |
2002-11-25 | fusion patches for case folds, case types, and dictionary types | diederik | 1 | -58/+183 |
2002-11-21 | give the strictness analyser more memory for large modules, | johnvg | 3 | -8/+11 |
2002-11-21 | bug fix: handle FailExpr in copy | ronny | 1 | -2/+2 |
2002-11-20 | fix crash that occurs if there is not enough memory | johnvg | 1 | -1/+6 |
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-18 | insert "lR" in type string for unboxed lists of records | johnvg | 1 | -2/+2 |
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 | 2 | -12/+12 |
2002-11-14 | remove record update to record node transformation (for records | johnvg | 1 | -34/+2 |
2002-11-13 | export label with t prefix for records for dynamics | johnvg | 1 | -3/+8 |
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 |