Age | Commit message (Expand) | Author | Files | Lines |
2013-04-05 | add derive class for deriving generic functions in class context (from iTask ... | johnvg | 1 | -13/+41 |
2013-04-05 | change type GenericCaseDef, add types GenericCaseFunctions and GCF | johnvg | 1 | -11/+13 |
2013-04-04 | renumber functions after checking imported modules (from iTask branch) | johnvg | 1 | -291/+376 |
2013-04-04 | add type constraints in dynamic types | johnvg | 1 | -3/+3 |
2013-04-03 | remove more small differences in module typereify with the iTask branch | johnvg | 1 | -1/+1 |
2013-04-02 | add type constraints in constructors and function arguments with universal qu... | johnvg | 1 | -4/+8 |
2012-08-14 | add extendable algebraic data types (merged from iTask branch) | johnvg | 1 | -0/+28 |
2012-06-15 | in substitute use original type (instead of copy) if possible, | johnvg | 1 | -8/+7 |
2012-05-14 | import module _SystemDynamic instead of StdCleanTypes if -dynamics is used, | johnvg | 1 | -15/+4 |
2012-03-23 | fix implicit qualified import of a module of which no (qualified) symbol is used | johnvg | 1 | -1/+8 |
2011-11-10 | move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia... | johnvg | 1 | -2/+1 |
2011-11-09 | add module expand_types containing some functions from module trans and modul... | johnvg | 1 | -1/+1 |
2011-11-08 | rename module StdCompare to compare_types | johnvg | 1 | -1/+1 |
2011-11-08 | remove unnecessary imports of module check, | johnvg | 1 | -1/+1 |
2011-11-08 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -132/+106 |
2011-09-06 | move mapSt2 and mapY2St from module check to module utilities | johnvg | 1 | -22/+0 |
2011-06-21 | prevent crash if a macro is exported using a function type, instead report error | johnvg | 1 | -13/+27 |
2011-04-21 | use strictness annotations in instance member types, | johnvg | 1 | -99/+158 |
2011-04-18 | add instance declarations with a qualified class name | johnvg | 1 | -9/+25 |
2011-04-15 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1926 1f8540f1-abd... | johnvg | 1 | -45/+37 |
2011-04-15 | remove field icl_copied_from_dcl from type IclModule | johnvg | 1 | -5/+3 |
2011-04-14 | use type FunSpecials instead of Specials for specials of functions | johnvg | 1 | -16/+14 |
2011-04-14 | replace field dcl_macro_conversions by dcl_has_macro_conversions of type DclM... | johnvg | 1 | -44/+44 |
2011-04-13 | use a separate list of function and macro declarations (to have fewer differe... | johnvg | 1 | -176/+115 |
2011-04-12 | allow qualified imports of class members | johnvg | 1 | -18/+16 |
2011-04-04 | Remove type argument from_symbol of type Import, it was always type ImportDec... | johnvg | 1 | -4/+4 |
2011-03-21 | remove unused field td_context from type TypeDef | johnvg | 1 | -1/+1 |
2011-02-23 | fix type in name of function collectCommonDefinitions | johnvg | 1 | -4/+4 |
2011-02-23 | remove some unused commented out functions | johnvg | 1 | -56/+15 |
2011-02-11 | use ClassInstanceMember array for ins_members instead of DefinedSymbol array, | johnvg | 1 | -23/+26 |
2010-07-06 | move some functions from module check to new module checkgenerics | johnvg | 1 | -309/+2 |
2010-07-05 | dont pass icl functions array to/from checkDclMacros, | johnvg | 1 | -55/+55 |
2010-07-05 | don't pass icl functions array to/from partitionateDclMacros, | johnvg | 1 | -2/+2 |
2010-07-02 | pass Ident name instead of Ident to functions to create generic idents | johnvg | 1 | -2/+2 |
2010-07-02 | remove use of icl_functions by call of checkExplicitImportCompleteness | johnvg | 1 | -2/+2 |
2010-07-02 | remove use of the icl functions array by function | johnvg | 1 | -54/+54 |
2009-05-14 | report error if type Dynamic is used without importing StdDynamic, | johnvg | 1 | -9/+11 |
2009-02-25 | add explicit import of generic functions | johnvg | 1 | -9/+13 |
2009-02-25 | replace type ImportedIdent by Ident because ii_extended is not used | johnvg | 1 | -4/+4 |
2008-11-10 | use a loop to adjust predefined symbols of dynamics and generics | johnvg | 1 | -73/+8 |
2008-10-28 | remove fields gen_cases and gen_star_cases because they are not | johnvg | 1 | -34/+0 |
2007-04-19 | remove unused field cons_arg_vars, | johnvg | 1 | -7/+7 |
2007-04-18 | add alternative for NewTypePatterns in function checkMacro | johnvg | 1 | -0/+3 |
2007-04-13 | implement newtype | johnvg | 1 | -5/+11 |
2007-04-11 | remove string in AP_Empty constructor | johnvg | 1 | -2/+2 |
2007-04-11 | rename field cons_index as cons_number | johnvg | 1 | -1/+1 |
2007-04-02 | remove definition of TC in predef if dynamics are not enabled, | johnvg | 1 | -17/+22 |
2007-03-28 | fix "not imported" error if StdArray or StdEnum needs to be imported | johnvg | 1 | -11/+15 |
2007-03-28 | report an error if a generic case is defined using a type synonym | johnvg | 1 | -32/+38 |
2007-02-27 | add {#Int} and {#Real} for foreign export | johnvg | 1 | -19/+12 |