Age | Commit message (Expand) | Author | Files | Lines |
2002-09-20 | removed SK_GeneratedCaseFunction: it's not necessary any more, because | ronny | 1 | -1/+0 |
2002-09-19 | major rewrite dynamics | ronny | 1 | -1/+4 |
2002-09-04 | Add SK_GeneratedCaseFunction for dynamic cases fix | diederik | 1 | -0/+1 |
2002-08-27 | Added FailExpr node | ronny | 1 | -0/+1 |
2002-08-22 | transform implicit cases on rhs variables, see comment before splitCases in c... | ronny | 1 | -0/+23 |
2002-07-29 | move typedefs from trans to syntax; allow for uncurried instances; fix compar... | diederik | 1 | -0/+4 |
2002-07-25 | add PR_Unused for unused function arguments | diederik | 1 | -0/+1 |
2002-07-16 | add DclFunCall in type FunCall | johnvg | 1 | -7/+7 |
2002-07-12 | added CP_LiftedFunArg | johnvg | 1 | -0/+1 |
2002-06-03 | added constructor/type/field information to generics | alimarin | 1 | -2/+10 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -4/+16 |
2002-04-03 | - collection of used type constructors in unify/coerce. There are two sources: | martijnv | 1 | -1/+1 |
2002-03-28 | fixes in generics to compile with Clean 2.0 | alimarin | 1 | -2/+4 |
2002-03-25 | new implementation of generics | alimarin | 1 | -30/+82 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -7/+11 |
2002-01-17 | Bug fix: Scopes in dynamics | sjakie | 1 | -6/+3 |
2001-12-20 | bugfix (by Sjaak) in reference counting | ronny | 1 | -2/+5 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -8/+4 |
2001-12-12 | don't allow local nodedefs (defined with =:) with a specified type | ronny | 1 | -1/+1 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -11/+6 |
2001-12-03 | bug fix: uniqueness error in nested record/array updates | ronny | 1 | -5/+7 |
2001-11-29 | different representation of selector kind in Selection | ronny | 1 | -3/+8 |
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-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -19/+24 |
2001-10-12 | add <|- generator for overloaded lists again | johnvg | 1 | -4/+1 |
2001-10-02 | Bug fixes: reference count analysis fixed, | sjakie | 1 | -18/+28 |
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/+6 |
2001-09-24 | removed kind correctness checking module | sjakie | 1 | -2/+4 |
2001-09-21 | Bug fix: caching combined with omitted type and class definitions | sjakie | 1 | -12/+20 |
2001-09-12 | add <|- generator for overloaded lists | johnvg | 1 | -4/+1 |
2001-09-06 | bug fix: Improved unification algoritm for kinds | sjakie | 1 | -2/+2 |
2001-09-06 | remove fun_index from FunDef | johnvg | 1 | -1/+0 |
2001-08-31 | added ArrayAndListInstances,OverloadedListPatterns and OverloadedListType | johnvg | 1 | -8/+21 |
2001-08-27 | Universally quantified types added | sjakie | 1 | -4/+4 |
2001-07-19 | Added "curried" arrow types (->) and ((->) a) | alimarin | 1 | -0/+2 |
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/+2 |
2001-06-27 | Sjaak: Improved dynamics, not yet finished. | sjakie | 1 | -12/+12 |
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 | -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 | I wanted to commit this together with the icl file, but it didn't fit | martinw | 1 | -8/+1 |
2001-05-10 | bug fixes: | martijnv | 1 | -1/+1 |
2001-05-08 | added VI_Labelled_Empty and VI_LocalLetVar to VarInfo | ronny | 1 | -0/+4 |
2001-05-03 | Flag to turn generics on and off (SupportGenerics), default off | ronny | 1 | -0/+1 |