Age | Commit message (Expand) | Author | Files | Lines |
2001-11-26 | fix explicit imports of cached modules | johnvg | 1 | -0/+2 |
2001-11-01 | pass strictness information from C to Clean, print strict exported and all ty... | ronny | 1 | -0/+1 |
2001-10-19 | higher-order kinded types in generics | alimarin | 1 | -2/+4 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -23/+34 |
2001-10-12 | add <|- generator for overloaded lists again | johnvg | 1 | -6/+6 |
2001-10-02 | Bug fixes: reference count analysis fixed, | sjakie | 1 | -8/+31 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 1 | -0/+1 |
2001-10-01 | Add producer class for fusion | diederik | 1 | -1/+7 |
2001-09-24 | removed kind correctness checking module | sjakie | 1 | -11/+9 |
2001-09-21 | Bug fix: caching combined with omitted type and class definitions | sjakie | 1 | -13/+25 |
2001-09-12 | add <|- generator for overloaded lists | johnvg | 1 | -6/+6 |
2001-09-06 | bug fix: Improved unification algoritm for kinds | sjakie | 1 | -2/+2 |
2001-09-06 | remove fun_index from FunDef | johnvg | 1 | -5/+4 |
2001-09-06 | removed usage of fun_index | alimarin | 1 | -6/+6 |
2001-08-31 | added ArrayAndListInstances,OverloadedListPatterns and OverloadedListType | johnvg | 1 | -23/+51 |
2001-08-27 | Universally quantified types added | sjakie | 1 | -5/+5 |
2001-07-19 | Added "curried" arrow types (->) and ((->) a) | alimarin | 1 | -8/+22 |
2001-07-18 | replaced VI_Alias with VI_AliasSequenceNumber to avoid potential clashes | ronny | 1 | -1/+1 |
2001-07-12 | uniqueness attributes in backend | ronny | 1 | -1/+1 |
2001-06-27 | Sjaak: Improved dynamics, not yet finished. | sjakie | 1 | -22/+40 |
2001-06-22 | boolean for explicit cases (cases that are specified by the programmer) | ronny | 1 | -0/+3 |
2001-06-15 | Bug fix. Free type variables were referenced but not defined. | martijnv | 1 | -0/+2 |
2001-06-15 | making kind checking phase compatible with dcl caching | martinw | 1 | -0/+1 |
2001-06-11 | Bug fix with array updates. Removed redundant code. Adjusted unification algo... | sjakie | 1 | -3/+3 |
2001-06-06 | removed code that prints the pointer in instance <<< | johnvg | 1 | -2/+2 |
2001-05-30 | detect in 'postparse' when the definition module corresponding | johnvg | 1 | -1/+1 |
2001-05-30 | optimize array comprehensions, | johnvg | 1 | -2/+2 |
2001-05-11 | moving all switch macros to new module "compilerSwitches" | martinw | 1 | -9/+6 |
2001-05-10 | bug fixes: | martijnv | 1 | -1/+1 |
2001-05-08 | added VI_Labelled_Empty and VI_LocalLetVar to VarInfo | ronny | 1 | -0/+3 |
2001-05-03 | Flag to turn generics on and off (SupportGenerics), default off | ronny | 1 | -0/+1 |
2001-05-03 | added preliminary support for cons info by type | alimarin | 1 | -1/+5 |
2001-04-25 | added support for constructors (for toString like usage), | alimarin | 1 | -0/+2 |
2001-04-20 | bugfix: the compiler recognized f in the following example as a node and | martinw | 1 | -1/+1 |
2001-03-28 | added TVI_Normalized | martijnv | 1 | -0/+1 |
2001-03-27 | uniqueness support is added to generics | alimarin | 1 | -3/+7 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -20/+37 |
2001-03-23 | fixing several bugs | martinw | 1 | -1/+0 |
2001-03-20 | Sjaak: fixed inheritance bugs and strictness attributes | sjakie | 1 | -2/+8 |
2001-03-15 | Fixes to compile with 2.0 | alimarin | 1 | -2/+29 |
2001-03-13 | Generics are added, but are disabled. | alimarin | 1 | -12/+70 |
2001-03-08 | Normalizing | martijnv | 1 | -1/+1 |
2001-03-02 | bugfix for specialisations | martinw | 1 | -1/+1 |
2001-03-01 | - type files worden aangemaakt (buggy) | martijnv | 1 | -1/+1 |
2001-02-23 | including porting facilities | martinw | 1 | -3/+0 |
2001-02-14 | just setting the switch for import syntax from "2.0" back to "1.3" | martinw | 1 | -1/+1 |
2001-02-13 | delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after | martinw | 1 | -3/+3 |
2001-01-19 | uniqueness unification for types of functions that are generated | martinw | 1 | -17/+12 |
2001-01-12 | New algorithm for explicit imports that also works with cyclic module depende... | martinw | 1 | -9/+85 |
2000-11-01 | improved code for explicit imports, | martinw | 1 | -1/+5 |