Age | Commit message (Expand) | Author | Files | Lines |
2014-04-03 | add unit type | johnvg | 1 | -0/+29 |
2013-04-02 | add type constraints in constructors and function arguments with universal qu... | johnvg | 1 | -0/+2 |
2012-08-14 | rename extendable to extensible | johnvg | 1 | -1/+1 |
2012-08-14 | add extendable algebraic data types (merged from iTask branch) | johnvg | 1 | -5/+11 |
2011-11-10 | move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia... | johnvg | 1 | -4/+0 |
2011-11-08 | rename module StdCompare to compare_types | johnvg | 1 | -1/+1 |
2011-11-08 | add import StdCompare | johnvg | 1 | -1/+1 |
2011-04-15 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1926 1f8540f1-abd... | johnvg | 1 | -2/+2 |
2011-04-08 | fix type checking of existential type variables that are used by a dynamic ex... | johnvg | 1 | -2/+6 |
2011-03-31 | use type Component instead of Group in the fusion modules: partition, classif... | johnvg | 1 | -3/+16 |
2011-03-01 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1871 1f8540f1-abd... | johnvg | 1 | -43/+44 |
2011-02-24 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1858 1f8540f1-abd... | johnvg | 1 | -19/+3 |
2011-02-11 | use ClassInstanceMember array for ins_members instead of DefinedSymbol array, | johnvg | 1 | -8/+8 |
2007-09-10 | rename NormalSelectorUniqueElementResult as UniqueSelectorUniqueElementResult, | johnvg | 1 | -4/+5 |
2007-04-13 | implement newtype | johnvg | 1 | -1/+6 |
2006-03-24 | the backend uses 0 if a line number is unknown, not -1 | johnvg | 1 | -1/+1 |
2005-11-18 | check kinds of local functions, | johnvg | 1 | -4/+5 |
2004-04-19 | remove TC; types | ronny | 1 | -21/+41 |
2004-04-02 | implement foreign export with stdcall | johnvg | 1 | -4/+4 |
2004-03-17 | removed useless function convertLhsNodeDefs | ronny | 1 | -20/+4 |
2003-12-15 | add foreign export | johnvg | 1 | -1/+10 |
2003-12-12 | removed unused argument of FP_AlgebraicPattern | ronny | 1 | -12/+5 |
2003-12-12 | removed unused FP_Pattern alternatives | ronny | 1 | -22/+1 |
2003-12-11 | move FunctionPattern type from syntax to backendconvert | johnvg | 1 | -0/+6 |
2003-12-11 | remove BackendBody | johnvg | 1 | -21/+0 |
2003-10-16 | add extra attribute argument to BEFlatType and | johnvg | 1 | -13/+7 |
2003-06-19 | s/sd__ident/sd_ident/g | ronny | 1 | -3/+3 |
2003-06-17 | removed unused functions | ronny | 1 | -26/+22 |
2003-06-13 | removed commented code | ronny | 1 | -80/+9 |
2003-06-13 | removed PA bug workaround | ronny | 1 | -1/+1 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -35/+35 |
2002-11-14 | use _SystemStrictLists with _cons..,_decons.. and _nil.. | johnvg | 1 | -1/+1 |
2002-10-18 | added code for boxed records and lhs uniqueness attribute of | johnvg | 1 | -11/+14 |
2002-09-20 | removed SK_GeneratedCaseFunction: it's not necessary any more, because | ronny | 1 | -4/+0 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 1 | -6/+0 |
2002-09-19 | major rewrite dynamics | ronny | 1 | -2/+5 |
2002-09-04 | Add SK_GeneratedCaseFunction for dynamic cases fix | diederik | 1 | -0/+2 |
2002-08-27 | Added FailExpr node | ronny | 1 | -0/+2 |
2002-07-16 | remove ModuleIndex type, because it is now defined in syntax.dcl, | johnvg | 1 | -6/+5 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -3/+3 |
2002-02-28 | convert record updates of multiple records into one update node | johnvg | 1 | -12/+11 |
2002-02-13 | bug fix: convert higher-order arrow types | ronny | 1 | -0/+4 |
2002-02-12 | removed useless strictness annotations | ronny | 1 | -3/+1 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -12/+58 |
2001-12-20 | remove RWSDebug dependency | ronny | 1 | -5/+1 |
2001-12-17 | implement pattern matching of strict, unboxed and overloaded lists | johnvg | 1 | -1/+11 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -8/+2 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -2/+4 |
2001-12-03 | bug fix: uniqueness error in nested record/array updates | ronny | 1 | -0/+2 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -1/+1 |