Age | Commit message (Expand) | Author | Files | Lines |
2011-09-06 | remove unused function getGenericDef | johnvg | 1 | -9/+0 |
2011-09-06 | move mapSt2 and mapY2St from module check to module utilities | johnvg | 3 | -22/+44 |
2011-08-18 | remove unused constructor PE_Field of type ParsedExpr | johnvg | 1 | -1/+0 |
2011-08-10 | prevent compiler crash if an uppercase generic identifier is used in a pattern | johnvg | 1 | -26/+21 |
2011-07-04 | fix small bug in merging Deps or Lubs | johnvg | 1 | -15/+13 |
2011-06-30 | remove function sel_type_var, use foldSt instead of mapSt with unused list re... | johnvg | 1 | -47/+24 |
2011-06-21 | prevent crash if a macro is exported using a function type, instead report error | johnvg | 1 | -13/+27 |
2011-05-10 | delete sucl, the same files can be found in the branch sucl | johnvg | 43 | -9063/+0 |
2011-05-10 | delete portToNewSyntax | johnvg | 8 | -1110/+0 |
2011-05-10 | don't use freopen to redirect stdout and stderror, | johnvg | 4 | -94/+79 |
2011-05-03 | only allow universal quantifiers at the root of a function argument type, | johnvg | 1 | -78/+106 |
2011-04-27 | update backend.dll | johnvg | 1 | -0/+0 |
2011-04-21 | use strictness annotations in instance member types, | johnvg | 11 | -229/+528 |
2011-04-19 | use unique array select and update instead of replace | johnvg | 11 | -70/+54 |
2011-04-18 | add instance declarations with a qualified class name | johnvg | 7 | -52/+89 |
2011-04-15 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1926 1f8540f1-abd... | johnvg | 11 | -146/+138 |
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 | 6 | -93/+77 |
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-11 | add BETypeSymbolNoMark to the 64 bit version | johnvg | 1 | -0/+1 |
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 | 5 | -269/+248 |
2011-04-07 | fix bug in the memory allocator | johnvg | 1 | -7/+3 |
2011-04-06 | add qualified import of a module, for functions, macros, constructors, types ... | johnvg | 6 | -81/+167 |
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 | 15 | -647/+681 |
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-18 | update files for the Mac after removing some unused fields and values on Windows | johnvg | 4 | -9/+2 |
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-03-01 | remove many unused generic dictionaries from the abc code (previous commit), | johnvg | 1 | -0/+1 |
2011-03-01 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1871 1f8540f1-abd... | johnvg | 7 | -44/+75 |
2011-03-01 | in BEConstructorSymbol store constructor index in symb_arity until BERecordTy... | johnvg | 1 | -14/+18 |
2011-03-01 | remove more unused fields and variables | johnvg | 6 | -86/+11 |
2011-02-28 | adapt arguments and result separately, instead of adapting the function | johnvg | 1 | -17/+49 |
2011-02-25 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1866 1f8540f1-abd... | johnvg | 17 | -442/+15 |
2011-02-25 | remove some unused fields and variables | johnvg | 13 | -173/+83 |
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 | 14 | -156/+151 |