Age | Commit message (Expand) | Author | Files | Lines |
2014-10-16 | move addFunctionsRange after collectFunctions for instances and generic cases, | johnvg | 1 | -3/+2 |
2013-11-04 | fix comprehensions with a non lower case identifier as pattern, | johnvg | 1 | -2/+3 |
2013-11-04 | remove unused argument ca and result of functions: | johnvg | 1 | -30/+29 |
2013-06-03 | remove unused Bool of PE_Let contructor | johnvg | 1 | -8/+8 |
2013-04-08 | add generic function dependencies for generic function definitions, | johnvg | 1 | -40/+212 |
2013-04-05 | add derive class for deriving generic functions in class context (from iTask ... | johnvg | 1 | -1/+3 |
2013-04-05 | change type GenericCaseDef, add types GenericCaseFunctions and GCF | johnvg | 1 | -34/+26 |
2013-04-02 | add type constraints in constructors and function arguments with universal qu... | johnvg | 1 | -1/+1 |
2012-10-08 | search and open file before calling wantModule | johnvg | 1 | -2/+16 |
2012-08-14 | rename extendable to extensible | johnvg | 1 | -2/+2 |
2012-08-14 | add extendable algebraic data types (merged from iTask branch) | johnvg | 1 | -0/+14 |
2012-08-02 | add pattern match test using =: in expressions, | johnvg | 1 | -3/+6 |
2012-05-16 | use record DefCounts with cons_count, sel_count, mem_count and type_count, in... | johnvg | 1 | -46/+61 |
2012-05-14 | import module _SystemDynamic instead of StdCleanTypes if -dynamics is used, | johnvg | 1 | -1/+1 |
2012-03-23 | fix implicit qualified import of a module of which no (qualified) symbol is used | johnvg | 1 | -4/+4 |
2011-11-08 | rename module StdCompare to compare_types | johnvg | 1 | -1/+1 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -17/+16 |
2011-04-21 | use strictness annotations in instance member types, | johnvg | 1 | -16/+26 |
2011-04-06 | add qualified import of a module, for functions, macros, constructors, types ... | johnvg | 1 | -25/+31 |
2011-04-04 | use type ImportQualified instead of Bool for fields import_qualified and ei_q... | johnvg | 1 | -1/+1 |
2010-07-02 | pass Ident name instead of Ident to functions to create generic idents | johnvg | 1 | -1/+1 |
2009-05-14 | add dynamic_type_used result at wantModule calls | johnvg | 1 | -2/+2 |
2007-09-04 | add more position information for error messages in generators | johnvg | 1 | -17/+15 |
2007-08-21 | make elements of array generators unique (for arrays with unique elements) | johnvg | 1 | -4/+3 |
2007-04-19 | remove unused field cons_arg_vars, | johnvg | 1 | -2/+2 |
2007-04-13 | implement newtype | johnvg | 1 | -0/+7 |
2007-04-12 | implement {# and {! in array comprehensions that create a new array | johnvg | 1 | -14/+24 |
2007-02-14 | implement qualified explicit imports | johnvg | 1 | -1/+7 |
2005-11-22 | remove unused variable n_functions_and_macros_in_dcl_modules | johnvg | 1 | -4/+2 |
2005-09-16 | make line number in the | johnvg | 1 | -6/+6 |
2005-01-19 | implement let in comprehensions | johnvg | 1 | -52/+46 |
2004-12-14 | remove workaround for a bug in Clean 2.0, that seems to have been fixed already | johnvg | 1 | -13/+0 |
2004-04-19 | remove TC; types | ronny | 1 | -47/+2 |
2004-04-02 | implement foreign export with stdcall | johnvg | 1 | -3/+3 |
2004-03-17 | reification of type definitions | ronny | 1 | -8/+17 |
2003-12-15 | add foreign export | johnvg | 1 | -44/+47 |
2003-12-01 | use same default fixity and priority (infixl 9) everywhere | ronny | 1 | -1/+1 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -40/+40 |
2003-01-08 | Bug fix: uniqueness error in records | sjakie | 1 | -1/+1 |
2003-01-06 | report "macro with function type not allowed" error for | johnvg | 1 | -2/+4 |
2002-10-18 | add boxed records, strict dot dot expressions, generate | johnvg | 1 | -149/+161 |
2002-10-14 | new type code and type code constructor representation | ronny | 1 | -3/+51 |
2002-07-17 | add abstract synonym types | johnvg | 1 | -1/+5 |
2002-06-17 | removed ignored !'s | johnvg | 1 | -1/+1 |
2002-06-03 | added constructor/type/field information to generics | alimarin | 1 | -5/+5 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -2/+1 |
2002-03-25 | new implementation of generics | alimarin | 1 | -4/+65 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -2/+19 |
2001-12-12 | don't allow local nodedefs (defined with =:) with a specified type | ronny | 1 | -6/+13 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -119/+119 |