Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-02-14 | implement qualified explicit imports | johnvg | 1 | -73/+79 |
2007-01-30 | remove di_instances, because it is always [] | johnvg | 1 | -1/+1 |
2007-01-29 | remove instances from ExplImpComponentNrs, because it is always [] | johnvg | 1 | -3/+3 |
2007-01-29 | rename super_components as components_importing_module or | johnvg | 1 | -20/+19 |
2007-01-29 | remove intermediate expl_imp_symbols_and_indices_in_components list of | johnvg | 1 | -8/+17 |
2007-01-12 | add support for strings in foreign export | johnvg | 1 | -11/+19 |
2007-01-10 | add passing Reals using foreign export | johnvg | 1 | -0/+2 |
2005-12-12 | prevent crash when the type of an instance contains an undefined | johnvg | 1 | -0/+2 |
2005-11-22 | remove unused variable n_functions_and_macros_in_dcl_modules | johnvg | 1 | -6/+4 |
2005-11-21 | remove portToNewSyntax | johnvg | 1 | -29/+1 |
2005-11-18 | check kinds of local functions, | johnvg | 1 | -44/+42 |
2005-04-22 | fix layout | johnvg | 1 | -1/+1 |
2005-04-21 | remove support for 1.3 import syntax | johnvg | 1 | -115/+9 |
2005-04-21 | remove unused variable dummy_ds | johnvg | 1 | -6/+1 |
2004-04-02 | implement foreign export with stdcall | johnvg | 1 | -7/+9 |