Age | Commit message (Expand) | Author | Files | Lines |
2004-04-19 | remove TC; types | ronny | 1 | -1/+1 |
2004-04-02 | implement foreign export with stdcall | johnvg | 1 | -3/+10 |
2004-03-17 | reification of type definitions | ronny | 1 | -2/+9 |
2003-12-15 | add foreign export | johnvg | 1 | -0/+2 |
2003-12-11 | move FunctionPattern type from syntax to backendconvert | johnvg | 1 | -8/+1 |
2003-12-11 | remove BackendBody | johnvg | 1 | -6/+0 |
2003-10-17 | added limited support for uniqueness attributes in dynamic types | ronny | 1 | -0/+1 |
2003-10-07 | isolate Index type for compatability with Sparkle source tree | ronny | 1 | -3/+6 |
2003-08-20 | removed unnecessary separate fields for universal variables, | ronny | 1 | -2/+1 |
2003-08-19 | removed unused administrations | ronny | 1 | -2/+2 |
2003-07-15 | OBJECT marking is added | alimarin | 1 | -1/+2 |
2003-06-19 | removed unused field class_arg_kinds | ronny | 1 | -1/+0 |
2003-06-19 | s/sd__ident/sd_ident/g | ronny | 1 | -2/+2 |
2003-06-13 | removed PA bug workaround | ronny | 1 | -1/+0 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -31/+31 |
2003-02-24 | added fusion of unboxed lists of records, moved | johnvg | 1 | -3/+2 |
2003-01-08 | Bug fix: uniqueness error in records | sjakie | 1 | -1/+1 |
2002-11-13 | Removed bugs in analysis of abstract data types and adjusted typing of record... | sjakie | 1 | -1/+6 |
2002-11-01 | moved RefCountsInCase and SplitsInCase type definitions from syntax to conver... | ronny | 1 | -33/+2 |
2002-10-31 | Fix bug where wrong type code constructor was selected. | ronny | 1 | -1/+1 |
2002-10-30 | Removed at least 4 bugs (maybe more, but i can't remember): | sjakie | 1 | -1/+1 |
2002-10-18 | add boxed records and strict dot dot expressions | johnvg | 1 | -5/+6 |
2002-10-14 | new type code and type code constructor representation | ronny | 1 | -2/+2 |
2002-10-01 | minor changes in generics | alimarin | 1 | -0/+1 |
2002-09-30 | add 'safe' to active case info for casefun generation | diederik | 1 | -0/+1 |
2002-09-20 | moved var info definitions to the modules where they are used | ronny | 1 | -27/+3 |
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 |