Age | Commit message (Expand) | Author | Files | Lines |
2002-06-03 | added constructor/type/field information to generics | alimarin | 1 | -0/+1 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -4/+6 |
2002-04-03 | - collection of used type constructors in unify/coerce. There are two sources: | martijnv | 1 | -9/+14 |
2002-03-25 | new implementation of generics | alimarin | 1 | -17/+28 |
2002-03-04 | add missing case for TAS constructor (for strict lists) | johnvg | 1 | -1/+3 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -104/+173 |
2002-01-30 | Ik heb helaas geen flauw idee, maar deze files weken af van wat ik zelf had. | sjakie | 1 | -52/+95 |
2002-01-17 | Bug fix: Scopes in dynamics | sjakie | 1 | -13/+18 |
2001-12-17 | implement pattern matching of strict, unboxed and overloaded lists | johnvg | 1 | -11/+17 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -11/+10 |
2001-12-12 | enforce that CAFs are non-unique | ronny | 1 | -6/+6 |
2001-12-11 | pass SymbIdent instead of Ident to requirements_of_args to | johnvg | 1 | -3/+3 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -29/+44 |
2001-12-03 | bug fix: uniqueness error in nested record/array updates | ronny | 1 | -12/+41 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -5/+10 |
2001-11-29 | different representation of selector kind in Selection | ronny | 1 | -3/+3 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -4/+4 |
2001-10-08 | universally quantified attribute variables in typedefs added | sjakie | 1 | -7/+26 |
2001-10-05 | Added existential attribute variables to type definitions | sjakie | 1 | -48/+66 |
2001-10-03 | replace uniqueCopy with copyCoercions | ronny | 1 | -8/+1 |
2001-10-03 | fixed type error by reintroducing uniqueCopy | ronny | 1 | -1/+8 |
2001-10-03 | eliminated cheat module | ronny | 1 | -2/+2 |
2001-10-02 | removed uniqueness errors | sjakie | 1 | -2/+2 |
2001-10-02 | Bug fixes: reference count analysis fixed, | sjakie | 1 | -37/+42 |
2001-09-21 | Bug fix: caching combined with omitted type and class definitions | sjakie | 1 | -2/+2 |
2001-09-06 | bug fix: Improved unification algoritm for kinds | sjakie | 1 | -10/+10 |
2001-09-06 | remove fun_index from FunDef | johnvg | 1 | -6/+2 |
2001-09-06 | removed usage of fun_index | alimarin | 1 | -1/+17 |
2001-09-03 | comment out debug messages | johnvg | 1 | -2/+2 |
2001-08-31 | type strict and unboxed lists | johnvg | 1 | -124/+248 |
2001-08-28 | Universally quantified types added | sjakie | 1 | -8/+15 |
2001-08-27 | Universally quantified types added | sjakie | 1 | -117/+198 |
2001-07-19 | Added "curried" arrow types (->) and ((->) a) | alimarin | 1 | -3/+62 |
2001-06-27 | Sjaak: Improved dynamics, not yet finished. | sjakie | 1 | -17/+24 |
2001-06-21 | bug fix: line numbers in type errors for let bindings | johnvg | 1 | -16/+39 |
2001-06-11 | Bug fix with array updates. Removed redundant code. Adjusted unification algo... | sjakie | 1 | -472/+313 |
2001-05-31 | fix bug in uniqueness typing for array updates with (a & [i ]= e} syntax | johnvg | 1 | -27/+17 |
2001-05-11 | checking the kinds of all function-, instance-, class- and member-types | martinw | 1 | -45/+1 |
2001-05-10 | bug fixes: | martijnv | 1 | -4/+4 |
2001-05-04 | bugfix: for | martinw | 1 | -31/+29 |
2001-04-27 | bugfix: the derived type for | martinw | 1 | -4/+4 |
2001-03-28 | uniqueness support is added to generics | alimarin | 1 | -6/+9 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -4/+42 |
2001-03-23 | fixing several bugs | martinw | 1 | -2/+2 |
2001-03-20 | Sjaak: fixed inheritance bugs and strictness attributes | sjakie | 1 | -2/+1 |
2001-03-13 | Generics are added, but are disabled. | alimarin | 1 | -22/+69 |
2001-03-02 | making compiler self compilable (this doesn't say anything about the | martinw | 1 | -1/+3 |
2001-03-01 | - type files worden aangemaakt (buggy) | martijnv | 1 | -5/+5 |
2001-01-19 | uniqueness unification for types of functions that are generated | martinw | 1 | -140/+65 |
2001-01-16 | Sjaak: No idea | sjakie | 1 | -33/+2 |