Age | Commit message (Expand) | Author | Files | Lines |
2001-10-19 | higher-order kinded types in generics | alimarin | 1 | -4/+9 |
2001-10-12 | add <|- generator for overloaded lists again | johnvg | 1 | -4/+2 |
2001-10-05 | Added existential attribute variables to type definitions | sjakie | 1 | -21/+23 |
2001-10-04 | Oops, the previous commit contained an error in :== defs | pieter | 1 | -1/+1 |
2001-10-04 | typo in error message; | pieter | 1 | -108/+96 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 1 | -10/+10 |
2001-09-21 | Bug fix: caching combined with omitted type and class definitions | sjakie | 1 | -2/+4 |
2001-09-12 | add <|- generator for overloaded lists | johnvg | 1 | -4/+2 |
2001-09-06 | added command line flag to enable generics | alimarin | 1 | -5/+7 |
2001-09-06 | bug fix: Improved unification algoritm for kinds | sjakie | 1 | -19/+19 |
2001-09-05 | fix parsing of [# with layout rule | johnvg | 1 | -0/+2 |
2001-09-03 | print same error as Clean 1.3 when a module cannot be opened | johnvg | 1 | -1/+1 |
2001-08-31 | parse strict and unboxed lists | johnvg | 1 | -95/+285 |
2001-08-27 | Universally quantified types added | sjakie | 1 | -41/+73 |
2001-07-25 | bug fix parse_bug_special | ronny | 1 | -1/+36 |
2001-07-25 | accept "funny" type and constructor names in from ... import statements | ronny | 1 | -4/+2 |
2001-07-25 | put back look-a-head token after class in import list if its not '(' | ronny | 1 | -1/+1 |
2001-07-25 | removed underscoreModule from ParseState, this is now handled by the scanner | ronny | 1 | -35/+33 |
2001-07-25 | bug fix parse_bug_forbidden_symbols | ronny | 1 | -6/+16 |
2001-07-24 | bug fix parsebug_missing_result | ronny | 1 | -10/+15 |
2001-07-19 | Added "curried" arrow types (->) and ((->) a) | alimarin | 1 | -2/+21 |
2001-07-18 | assorted scanner/parser bug fixes by Pieter (tested by Ronny) | ronny | 1 | -123/+220 |
2001-07-13 | {} is not allowed in patterns, because array 'denotations' in patterns | johnvg | 1 | -3/+4 |
2001-06-15 | making kind checking phase compatible with dcl caching | martinw | 1 | -3/+6 |
2001-06-01 | The _Module generated for each icl-module conflicted with record of name | martijnv | 1 | -1/+1 |
2001-05-31 | added mechanism to generate a module id for each module. Fixed an index | martijnv | 1 | -0/+33 |
2001-05-30 | optimize array comprehensions, | johnvg | 1 | -9/+7 |
2001-05-11 | moving all switch macros to new module "compilerSwitches" | martinw | 1 | -1/+1 |
2001-05-03 | added preliminary support for cons info by type | alimarin | 1 | -0/+1 |
2001-04-25 | added support for constructors (for toString like usage), | alimarin | 1 | -0/+1 |
2001-04-20 | bugfix: the parser did not accept | martinw | 1 | -3/+3 |
2001-03-27 | uniqueness support is added to generics | alimarin | 1 | -34/+11 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -1/+2 |
2001-03-15 | *** empty log message *** | martinw | 1 | -1/+1 |
2001-03-13 | Generics are added, but are disabled. | alimarin | 1 | -6/+130 |
2001-02-23 | absolutely unimportant | martinw | 1 | -1/+1 |
2001-02-16 | just removing comment | martinw | 1 | -1/+1 |
2001-02-13 | delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after | martinw | 1 | -2/+3 |
2000-11-01 | improved code for explicit imports, | martinw | 1 | -0/+18 |
2000-10-18 | improving filename and line number for the following error messages: | martinw | 1 | -4/+8 |
2000-09-27 | optimizations and caching of dcl modules (without trans.icl) | clean | 1 | -11/+23 |
2000-09-13 | added position information for better error messages | martinw | 1 | -6/+17 |
2000-08-15 | improved typing error messages: type variables are printed like "a" instead | martinw | 1 | -4/+16 |
2000-08-01 | improving error messages | martinw | 1 | -13/+27 |
2000-06-20 | reduce memory allocation | clean | 1 | -2/+16 |
2000-06-06 | added simple hacky preprocessor facility. The following source | martinw | 1 | -1/+0 |
2000-05-31 | readableizing error messages | martinw | 1 | -1/+7 |
2000-05-11 | fixed basic types in dynamics and | pieter | 1 | -16/+27 |
2000-04-26 | changes to make compiler compatible with itself | martinw | 1 | -3/+4 |
2000-03-14 | extended array patterns for muitidimensional arrays | martinw | 1 | -3/+11 |