Age | Commit message (Expand) | Author | Files | Lines |
2012-06-15 | in substitute use original type (instead of copy) if possible, | johnvg | 6 | -129/+179 |
2012-06-14 | rename type PartitioningInfo to PartitioningState (and fields pi_ to ps_) | johnvg | 1 | -174/+174 |
2012-06-14 | rename field es_symbol_heap of type ExpandState to es_expression_heap | johnvg | 1 | -32/+32 |
2012-06-14 | rename field cos_symbol_heap to cos_expression_heap | johnvg | 3 | -39/+35 |
2012-06-11 | remove some unused functions | johnvg | 1 | -38/+0 |
2012-06-11 | make RefCount array elements strict, to prevent a space leak of unify thunks | johnvg | 1 | -6/+1 |
2012-06-11 | fix function InstantiateExp2, prevent crash | johnvg | 1 | -46/+48 |
2012-05-25 | commit bug fix from revision 1735 again: | johnvg | 1 | -13/+3 |
2012-05-25 | fix bug in var_info_ptr's of new variables added for cases used as arguments ... | johnvg | 1 | -174/+75 |
2012-05-16 | use record DefCounts with cons_count, sel_count, mem_count and type_count, in... | johnvg | 1 | -46/+61 |
2012-05-15 | thunk lift partial function arguments, | johnvg | 1 | -29/+122 |
2012-05-14 | small fixes to previous commit | johnvg | 2 | -4/+3 |
2012-05-14 | import module _SystemDynamic instead of StdCleanTypes if -dynamics is used, | johnvg | 8 | -651/+281 |
2012-05-09 | modify search paths, for some reason the C compiler couldn't find some files ... | johnvg | 1 | -0/+0 |
2012-05-07 | fix incorrect array index in function cannot_unify | johnvg | 1 | -1/+2 |
2012-05-03 | in error message for incorrect field type print name of field instead of argu... | johnvg | 3 | -26/+38 |
2012-05-01 | print some generic contexts using generic_function_name{|kind|} | johnvg | 1 | -2/+9 |
2012-05-01 | don't print unnecessary brackets inside tuple and list types | johnvg | 1 | -3/+9 |
2012-04-05 | fix aliases in sub patterns of # or let, for example: | johnvg | 1 | -1/+8 |
2012-03-23 | fix implicit qualified import of a module of which no (qualified) symbol is used | johnvg | 7 | -27/+55 |
2012-03-19 | clear me_type_ptr's after type checking, | johnvg | 1 | -4/+14 |
2012-03-15 | remove the 1024 character limit of the command buffer | johnvg | 1 | -9/+41 |
2011-12-21 | increase heap size to 48 MB | johnvg | 1 | -2/+2 |
2011-12-21 | increase heap size to 24 MB | johnvg | 1 | -2/+2 |
2011-12-08 | prevent compiler crash if a function is defined twice and imported, | johnvg | 1 | -14/+7 |
2011-12-08 | improve uniqueness error message (by explaining how the 'indicated position' ... | johnvg | 1 | -1/+1 |
2011-12-07 | prevent compile crash if dynamics are enabled and a type synonym is cyclic | johnvg | 1 | -1/+2 |
2011-12-02 | increase default heap size of the compiler | johnvg | 3 | -3/+3 |
2011-11-10 | move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia... | johnvg | 20 | -57/+35 |
2011-11-09 | add module expand_types containing some functions from module trans and modul... | johnvg | 13 | -494/+535 |
2011-11-09 | adjust more imports after moving types Group and Component to module checksup... | johnvg | 3 | -7/+2 |
2011-11-09 | move types Group and Component to module checksupport | johnvg | 5 | -20/+11 |
2011-11-08 | rename module StdCompare to compare_types | johnvg | 11 | -355/+9 |
2011-11-08 | rename module StdCompare to compare_types | johnvg | 1 | -1/+1 |
2011-11-08 | rename module StdCompare to compare_types | johnvg | 9 | -9/+9 |
2011-11-08 | rename module StdCompare to compare_types | johnvg | 2 | -0/+340 |
2011-11-08 | add import StdCompare | johnvg | 1 | -1/+1 |
2011-11-08 | add import StdCompare | johnvg | 1 | -1/+1 |
2011-11-08 | add import StdCompare | johnvg | 1 | -1/+1 |
2011-11-08 | remove unnecessary imports of module check, | johnvg | 20 | -23/+25 |
2011-11-08 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -132/+106 |
2011-11-08 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -5/+7 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -225/+233 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -196/+213 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -6/+0 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -55/+1 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -37/+38 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -22/+22 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -127/+131 |
2011-11-07 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -17/+16 |