Age | Commit message (Expand) | Author | Files | Lines |
2003-06-19 | append a ";" after the name of the record of a dictionary | johnvg | 1 | -2/+5 |
2003-06-19 | removed unused module checkKindCorrectness | ronny | 2 | -338/+0 |
2003-06-19 | removed unused field class_arg_kinds | ronny | 4 | -11/+9 |
2003-06-19 | removed unused module typeanal | ronny | 2 | -2/+0 |
2003-06-19 | s/sd__ident/sd_ident/g | ronny | 8 | -16/+16 |
2003-06-19 | enable boxed records | johnvg | 1 | -2/+0 |
2003-06-18 | bug fix: do not move a case inside an explicit case | johnvg | 1 | -29/+32 |
2003-06-18 | removed trace statement | ronny | 1 | -1/+1 |
2003-06-16 | fixed bug with field indexes in StdGeneric | alimarin | 1 | -2/+5 |
2003-06-13 | removed exported macros from implementation module | ronny | 1 | -8/+0 |
2003-06-13 | removed switch_dynamics macro (dynamics are always switched on now) | ronny | 3 | -15/+1 |
2003-06-13 | removed unused macro USE_DummyModuleName | ronny | 2 | -4/+0 |
2003-06-13 | removed PA bug workaround | ronny | 7 | -26/+2 |
2003-06-06 | Bug fixs in universally quantified types: Attribute variables of universal ty... | sjakie | 2 | -0/+30 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 37 | -1579/+1579 |
2003-05-14 | foldExp - added alternative for EE | alimarin | 1 | -0/+2 |
2003-04-09 | don't call normalise if there are no variables in the type | ronny | 1 | -6/+9 |
2003-04-01 | make toString (STE_Kind) total, fixes bug #19 | ronny | 1 | -1/+3 |
2003-03-17 | fixed a bug in parsing the "of" token after dynamic type, e.g.: | alimarin | 2 | -2/+3 |
2003-03-13 | use positive numbers for TypeVarFixed | ronny | 1 | -3/+3 |
2003-03-13 | introduced TypeFixedVar constructor for fixed type vars, | ronny | 1 | -2/+1 |
2003-03-13 | changed constructors of TypeCode type in anticipation of things to come | ronny | 3 | -110/+113 |
2003-03-13 | removed _TypePatternVar constructor from TypeCode | ronny | 4 | -5/+6 |
2003-03-12 | - added some missing alternatives to toString (Token), fixes bug #12 | ronny | 1 | -75/+84 |
2003-03-12 | extra curried fusion fixes | diederik | 3 | -343/+614 |
2003-03-12 | add coredump module to repository | diederik | 2 | -0/+875 |
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 |