Age | Commit message (Expand) | Author | Files | Lines |
2011-02-23 | remove ImportedConstructors result from function convertDynamicPatternsIntoUn... | johnvg | 1 | -20/+16 |
2009-05-14 | pass use of type Dynamic from parser to checkModule | johnvg | 1 | -3/+3 |
2007-04-12 | remove SwitchGenerics macro | johnvg | 1 | -27/+24 |
2007-02-14 | implement qualified explicit imports | johnvg | 1 | -4/+4 |
2007-01-12 | add support for strings in foreign export | johnvg | 1 | -3/+4 |
2005-11-22 | remove unused variable n_functions_and_macros_in_dcl_modules | johnvg | 1 | -17/+17 |
2005-11-18 | check kinds of local functions, | johnvg | 1 | -15/+20 |
2005-04-20 | clear group indices of macros in dcl cache to prevent errors in computing | johnvg | 1 | -5/+25 |
2004-03-17 | reification of type definitions | ronny | 1 | -9/+22 |
2003-12-15 | add foreign export | johnvg | 1 | -4/+6 |
2003-08-19 | removed unused administrations | ronny | 1 | -2/+2 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -4/+4 |
2002-12-02 | improve speed when not fusing | diederik | 1 | -3/+6 |
2002-10-30 | Removed at least 4 bugs (maybe more, but i can't remember): | sjakie | 1 | -2/+4 |
2002-10-18 | add support_dynamics flag to scanModule call | johnvg | 1 | -7/+4 |
2002-10-07 | iterate fusion per component | diederik | 1 | -70/+45 |
2002-10-01 | minor changes in generics | alimarin | 1 | -1/+10 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 1 | -27/+0 |
2002-07-25 | rename consumer classifications and add CUnused | diederik | 1 | -5/+6 |
2002-07-22 | check kinds in dynamics | ronny | 1 | -3/+3 |
2002-06-18 | don't write "components" file | johnvg | 1 | -2/+2 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -1/+0 |
2002-03-25 | new implementation of generics | alimarin | 1 | -17/+21 |
2002-03-04 | Export proper new type of transformGroups | diederik | 1 | -1/+10 |
2002-02-12 | removed useless strictness annotations | ronny | 1 | -3/+3 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -5/+5 |
2001-11-01 | pass strictness information from C to Clean, print strict exported and all ty... | ronny | 1 | -0/+17 |
2001-10-19 | higher-order kinded types in generics | alimarin | 1 | -2/+11 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -97/+53 |
2001-10-02 | Bug fixes: reference count analysis fixed, | sjakie | 1 | -1/+0 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 1 | -6/+6 |
2001-10-01 | Add fusion commandline flag | diederik | 1 | -6/+21 |
2001-09-24 | removed kind correctness checking module | sjakie | 1 | -4/+13 |
2001-09-21 | Bug fix: caching combined with omitted type and class definitions | sjakie | 1 | -38/+46 |
2001-09-07 | module ownership comment | ronny | 1 | -0/+3 |
2001-09-06 | remove 'dcl_is_cashed' | johnvg | 1 | -23/+17 |
2001-09-06 | added command line flag to enable generics | alimarin | 1 | -10/+23 |
2001-08-31 | use ArrayAndListInstances instead of range of function indices | johnvg | 1 | -13/+32 |
2001-07-19 | Added "curried" arrow types (->) and ((->) a) | alimarin | 1 | -3/+12 |
2001-07-12 | made compilable with Clean 2.0 by introducing a typed local function | ronny | 1 | -6/+7 |
2001-06-28 | disable PA_bug | johnvg | 1 | -4/+4 |
2001-06-15 | making kind checking phase compatible with dcl caching | martinw | 1 | -7/+18 |
2001-06-14 | support for module system is added to genercis | alimarin | 1 | -10/+43 |
2001-05-11 | checking the kinds of all function-, instance-, class- and member-types | martinw | 1 | -4/+6 |
2001-05-08 | split convertcases in two modules (convertcases and convertimportedtypes) | ronny | 1 | -1/+1 |
2001-05-08 | renamed convertCasesOfFunctionsIntoPatterns to convertCasesOfFunctions | ronny | 1 | -1/+1 |
2001-05-03 | Flag to turn generics on and off (SupportGenerics), default off | ronny | 1 | -1/+1 |
2001-04-25 | added support for constructors (for toString like usage), | alimarin | 1 | -1/+6 |
2001-03-22 | Sjaak: removed call to showComponents | sjakie | 1 | -1/+1 |
2001-03-20 | Sjaak: fixed inheritance bugs and strictness attributes | sjakie | 1 | -1/+1 |