aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-16move addFunctionsRange after collectFunctions for instances and generic cases,johnvg1-3/+2
2014-09-26remove unused constructor TQV of :: type_io.icljohnvg6-24/+0
2014-04-03add unit type (print type as ())johnvg1-0/+2
2014-04-03add unit typejohnvg6-234/+329
2014-04-03use the index to recognize predefined types when printing, instead of the nam...johnvg1-23/+16
2014-03-19fix the order of expansion of type synonyms in type synonyms,johnvg1-2/+3
2014-02-21if a constraint of a class without members is reduced, and all classes in the...johnvg1-1/+65
2013-12-13in derived dynamic types, add uniqueness to algebraic types that are always u...johnvg4-7/+23
2013-12-12add type attributes for universally quantified variables generated in the gen...johnvg1-5/+3
2013-12-04generate .impmod before importing labels and descriptors,johnvg11-101/+301
2013-11-27fix printing of uniqueness attributes in type with A.johnvg1-0/+4
2013-11-08generate jsr_ap 1 instead of jsr e_system_sAPjohnvg1-4/+1
2013-11-04fix comprehensions with a non lower case identifier as pattern,johnvg1-2/+3
2013-11-04remove unused argument ca and result of functions:johnvg1-30/+29
2013-10-24fix bug in function getCommonFileInfoC on 64 bit platformsjohnvg1-1/+1
2013-10-23don't accept instance members defined using :==johnvg1-9/+20
2013-10-23undo previous commit, because it causes the compiler to crash when compiling ...johnvg1-5/+0
2013-10-21rename parameter inline to inlineFlag, because it is now a keyword (since c99)johnvg1-1/+1
2013-10-14check the type of instances defined using :== (maybe the parser should reject...johnvg1-0/+5
2013-10-09prevent crash if a newtype is used with -dynamicsjohnvg1-5/+9
2013-10-09restore tv_info_pointer values in function convertSymbolTypeWithoutCollecting...johnvg1-32/+55
2013-08-23bug fix: generate jmp_eval_upd entry for update function for boxed recordsjohnvg1-37/+21
2013-08-22bug fix: don't use jmp_eval_upd for record fields of an abstract typejohnvg1-1/+5
2013-06-07prevent infinite loop when fusing trivial tail recursive functions (e.g. unde...johnvg1-14/+42
2013-06-07prevent crash during fusion,johnvg1-23/+23
2013-06-03remove unused Bool of PE_Let contructorjohnvg5-36/+30
2013-05-28prevent crash when writing .tcl file with extensible algebraic types (not yet...johnvg1-24/+16
2013-05-28fix renumbering of extensible algebraic typesjohnvg1-3/+10
2013-05-27restore s line that was accidentally removed by the previous commitjohnvg1-0/+1
2013-05-27fix the file name for .tcl files of modules with a hierarchical module namejohnvg1-17/+54
2013-05-06call reset_free_var_heap_pointers before expandCheckedAlternative in expandMa...johnvg1-7/+10
2013-04-29copy expr in DictionariesFunction in instance of copy for Expression,johnvg1-0/+4
2013-04-26improve "multiply defined" error, add module names of the definitions to the ...johnvg3-71/+75
2013-04-10allow =: again for generic functions without argumentsjohnvg1-5/+1
2013-04-09optimize fusion, reduce memory used of fusion (from iTask branch):johnvg5-316/+1167
2013-04-09in lazy record selector offsets for the garbage collector, swap the offsets,johnvg1-0/+8
2013-04-08increase heap size of the compilerjohnvg1-1/+1
2013-04-08add generic function dependencies for generic function definitions,johnvg18-840/+2601
2013-04-05update derive class for deriving generic functions in class context (from iTa...johnvg3-9/+26
2013-04-05add derive class for deriving generic functions in class context (from iTask ...johnvg12-97/+383
2013-04-05change type GenericCaseDef, add types GenericCaseFunctions and GCFjohnvg7-205/+200
2013-04-04add type StringPos (from iTask branch)johnvg4-24/+46
2013-04-04renumber functions after checking imported modules (from iTask branch)johnvg6-394/+509
2013-04-04add type constraints in dynamic typesjohnvg8-103/+191
2013-04-03remove more small differences in module typereify with the iTask branchjohnvg3-42/+42
2013-04-03remove some small differences in module typereify with the iTask branchjohnvg2-33/+33
2013-04-02add type constraints in constructors and function arguments with universal qu...johnvg29-372/+1285
2013-03-26in function adjust_type_code, add alternative for TCE_Selector,johnvg1-1/+6
2013-03-26remove unused constructor VI_Refjohnvg1-1/+0
2013-03-25fix freshCopy of TFA var (cv :@: types), (cv :@: types) was not copied in thi...johnvg1-9/+7