Age | Commit message (Expand) | Author | Files | Lines |
2011-04-15 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1926 1f8540f1-abd... | johnvg | 10 | -144/+136 |
2011-04-15 | remove field icl_copied_from_dcl from type IclModule | johnvg | 5 | -37/+17 |
2011-04-14 | use type FunSpecials instead of Specials for specials of functions | johnvg | 11 | -95/+119 |
2011-04-14 | replace field dcl_macro_conversions by dcl_has_macro_conversions of type DclM... | johnvg | 5 | -92/+76 |
2011-04-13 | commit more changes for: | johnvg | 2 | -21/+40 |
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 | 6 | -103/+88 |
2011-04-08 | fix type checking of existential type variables that are used by a dynamic ex... | johnvg | 1 | -0/+4 |
2011-04-08 | fix type checking of existential type variables that are used by a dynamic ex... | johnvg | 4 | -267/+242 |
2011-04-06 | add qualified import of a module, for functions, macros, constructors, types ... | johnvg | 5 | -80/+166 |
2011-04-04 | use type ImportQualified instead of Bool for fields import_qualified and ei_q... | johnvg | 5 | -8/+10 |
2011-04-04 | Remove type argument from_symbol of type Import, it was always type ImportDec... | johnvg | 3 | -12/+11 |
2011-03-31 | use type Component instead of Group in the fusion modules: partition, classif... | johnvg | 13 | -640/+636 |
2011-03-30 | make the following identical local functions of functions analyseGroups and r... | johnvg | 1 | -86/+55 |
2011-03-30 | remove unused result cons_args of function transformGrooups | johnvg | 3 | -27/+14 |
2011-03-22 | recognize non generic variables in is_bimap_id | johnvg | 3 | -43/+53 |
2011-03-21 | optimize adapters for generic functions using algebraic types which have | johnvg | 2 | -184/+408 |
2011-03-21 | remove unused field td_context from type TypeDef | johnvg | 7 | -17/+11 |
2011-03-17 | pass generic info only to instances for OBJECT, CONS and FIELD, | johnvg | 4 | -262/+342 |
2011-03-04 | remove shorthand and iso functions from generic ranges, | johnvg | 2 | -170/+207 |
2011-03-04 | delete old implementation of generics | johnvg | 2 | -4219/+0 |
2011-03-04 | remove unused index passed by foldArraySt | johnvg | 1 | -150/+83 |
2011-02-28 | adapt arguments and result separately, instead of adapting the function | johnvg | 1 | -17/+49 |
2011-02-24 | check_completeness of type of generic function definition | johnvg | 1 | -1/+5 |
2011-02-24 | more: write generic functions in constructors to .tcl and .typ files, | johnvg | 1 | -18/+12 |
2011-02-24 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1858 1f8540f1-abd... | johnvg | 13 | -137/+148 |
2011-02-24 | fix error message for not imported qualified ident | johnvg | 1 | -1/+1 |
2011-02-23 | only generate a generic info argument for generic instances of kind *->*, | johnvg | 4 | -205/+169 |
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-23 | really remove dummy function add_kind in function check_generic_expr | johnvg | 1 | -5/+0 |
2011-02-23 | remove unused function check_generic_vars | johnvg | 1 | -22/+4 |
2011-02-23 | remove dummy function add_kind in function check_generic_expr, | johnvg | 1 | -48/+25 |
2011-02-23 | remove ImportedConstructors result from function convertDynamicPatternsIntoUn... | johnvg | 5 | -27/+24 |
2011-02-23 | remove unused field wtis_collected_conses of WriteTypeInfoState | johnvg | 3 | -51/+22 |
2011-02-15 | fix bug in scanning 'a'.. | johnvg | 1 | -10/+9 |
2011-02-11 | use ClassInstanceMember array for ins_members instead of DefinedSymbol array, | johnvg | 6 | -128/+85 |
2011-02-08 | remove selectors from .tcl file | johnvg | 1 | -44/+10 |
2011-02-07 | remove unused cons_arg_vars and cons_index in .tcl file | johnvg | 1 | -10/+3 |
2011-02-07 | remove unused types in dynamic patterns in .tcl file | johnvg | 1 | -8/+0 |
2011-02-02 | don't write fs_var to .tcl file, because it is the same as fs_ident, | johnvg | 1 | -8/+4 |
2011-02-02 | fix test for predefined module index in write_type_info, | johnvg | 3 | -7/+2 |
2010-11-24 | don't print pointer values (only for debugging) | johnvg | 1 | -19/+14 |
2010-11-24 | remove unused argument of function new_case_function | johnvg | 1 | -15/+12 |
2010-11-24 | remove some debugging code, small layout changes | johnvg | 1 | -63/+30 |
2010-11-24 | small changes in layout, remove some debugging code in comments | johnvg | 1 | -11/+3 |
2010-11-24 | saome small changes in layout | johnvg | 1 | -13/+3 |
2010-11-24 | remove some old code in comments | johnvg | 1 | -15/+2 |
2010-08-04 | fix copy of case expression which is a | johnvg | 1 | -15/+29 |
2010-07-13 | improve failed explicit import error message | johnvg | 2 | -19/+20 |