aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)AuthorFilesLines
2011-03-30make the following identical local functions of functions analyseGroups and r...johnvg1-86/+55
2011-03-30remove unused result cons_args of function transformGrooupsjohnvg3-27/+14
2011-03-22recognize non generic variables in is_bimap_idjohnvg3-43/+53
2011-03-21optimize adapters for generic functions using algebraic types which havejohnvg2-184/+408
2011-03-21remove unused field td_context from type TypeDefjohnvg7-17/+11
2011-03-17pass generic info only to instances for OBJECT, CONS and FIELD,johnvg4-262/+342
2011-03-04remove shorthand and iso functions from generic ranges,johnvg2-170/+207
2011-03-04delete old implementation of genericsjohnvg2-4219/+0
2011-03-04remove unused index passed by foldArrayStjohnvg1-150/+83
2011-02-28adapt arguments and result separately, instead of adapting the functionjohnvg1-17/+49
2011-02-24check_completeness of type of generic function definitionjohnvg1-1/+5
2011-02-24more: write generic functions in constructors to .tcl and .typ files,johnvg1-18/+12
2011-02-24git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1858 1f8540f1-abd...johnvg13-137/+148
2011-02-24fix error message for not imported qualified identjohnvg1-1/+1
2011-02-23only generate a generic info argument for generic instances of kind *->*,johnvg4-205/+169
2011-02-23fix type in name of function collectCommonDefinitionsjohnvg1-4/+4
2011-02-23remove some unused commented out functionsjohnvg1-56/+15
2011-02-23really remove dummy function add_kind in function check_generic_exprjohnvg1-5/+0
2011-02-23remove unused function check_generic_varsjohnvg1-22/+4
2011-02-23remove dummy function add_kind in function check_generic_expr,johnvg1-48/+25
2011-02-23remove ImportedConstructors result from function convertDynamicPatternsIntoUn...johnvg5-27/+24
2011-02-23remove unused field wtis_collected_conses of WriteTypeInfoStatejohnvg3-51/+22
2011-02-15fix bug in scanning 'a'..johnvg1-10/+9
2011-02-11use ClassInstanceMember array for ins_members instead of DefinedSymbol array,johnvg6-128/+85
2011-02-08remove selectors from .tcl filejohnvg1-44/+10
2011-02-07remove unused cons_arg_vars and cons_index in .tcl filejohnvg1-10/+3
2011-02-07remove unused types in dynamic patterns in .tcl filejohnvg1-8/+0
2011-02-02don't write fs_var to .tcl file, because it is the same as fs_ident,johnvg1-8/+4
2011-02-02fix test for predefined module index in write_type_info,johnvg3-7/+2
2010-11-24don't print pointer values (only for debugging)johnvg1-19/+14
2010-11-24remove unused argument of function new_case_functionjohnvg1-15/+12
2010-11-24remove some debugging code, small layout changesjohnvg1-63/+30
2010-11-24small changes in layout, remove some debugging code in commentsjohnvg1-11/+3
2010-11-24saome small changes in layoutjohnvg1-13/+3
2010-11-24remove some old code in commentsjohnvg1-15/+2
2010-08-04fix copy of case expression which is ajohnvg1-15/+29
2010-07-13improve failed explicit import error messagejohnvg2-19/+20
2010-07-06use 'Module'.name in errors, instead of Module@namejohnvg2-10/+10
2010-07-06move some functions from module check to new module checkgenericsjohnvg3-309/+339
2010-07-05dont pass icl functions array to/from checkDclMacros,johnvg3-58/+59
2010-07-05don't pass icl functions array to/from partitionateDclMacros,johnvg3-12/+12
2010-07-02pass Ident name instead of Ident to functions to create generic identsjohnvg6-33/+33
2010-07-02remove use of icl_functions by call of checkExplicitImportCompletenessjohnvg1-2/+2
2010-07-02remove use of the icl functions array by functionjohnvg3-100/+63
2010-05-25scan 'ModuleName'.Symbol or 'ModuleName'. OperatorSymboljohnvg1-13/+118
2010-05-19allow shorted array and record updates after # or #! as:johnvg1-329/+363
2010-05-07no messagejohnvg1-4/+1
2010-05-07report an error if a generic instance is derived for a type with anjohnvg1-33/+41
2010-02-11fix comparing TA with TASjohnvg2-39/+44
2010-02-09allow VI_ExpressionOrBody in instance clearVariables BoundVarjohnvg1-1/+3