Age | Commit message (Expand) | Author | Files | Lines |
2003-12-16 | report unused #! variables | johnvg | 1 | -16/+22 |
2003-12-11 | bug fix: use a new ptr in expanded dynamic | ronny | 1 | -3/+5 |
2003-09-16 | removed boolean result from substituteType and substitute: they | ronny | 1 | -4/+4 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -68/+68 |
2003-01-08 | Bug fix: uniqueness error in records | sjakie | 1 | -1/+2 |
2002-12-02 | add strictness annotations | diederik | 1 | -4/+12 |
2002-11-12 | mark boolean case as not explicit to prevent introducing a function | ronny | 1 | -1/+1 |
2002-11-12 | bugs fixed in generics | alimarin | 1 | -0/+2 |
2002-11-08 | Better fix so that correctness of EI_LetType is maintained during repartitioning | diederik | 1 | -19/+39 |
2002-11-04 | Fix so that correctness of EI_LetType is maintained during repartitioning | diederik | 1 | -1/+16 |
2002-10-07 | include type when adding cases for bool exprs | diederik | 1 | -1/+7 |
2002-09-30 | add 'safe' to active case info for casefun generation | diederik | 1 | -1/+3 |
2002-09-24 | removed ignored ! | johnvg | 1 | -1/+1 |
2002-09-02 | expand macros in dynamic expressions | ronny | 1 | -0/+9 |
2002-08-23 | remove record fields: ui_convert_module_n, ui_conversion_table, | johnvg | 1 | -160/+119 |
2002-07-25 | add collectVariable instance for Dictionaries for consumer reanalysis | diederik | 1 | -0/+3 |
2002-07-22 | rebuilt auxiliary dynamics administration | ronny | 1 | -140/+130 |
2002-07-16 | add code for DclFunCall to fix a bug if an exported macro | johnvg | 1 | -11/+28 |
2002-06-17 | removed ignored !'s | johnvg | 1 | -1/+1 |
2002-03-26 | set the explicit flag for cases generated for && and || to True | johnvg | 1 | -14/+5 |
2002-03-25 | new implementation of generics | alimarin | 1 | -1/+18 |
2002-01-31 | remove RWSDebug import | ronny | 1 | -1/+1 |
2002-01-23 | bug fix: adapted collect_used_dynamics which didn't eliminate all unused | martijnv | 1 | -8/+8 |
2002-01-21 | bug fix: unused dynamics were not recursively removed from fi_dynamics | martijnv | 1 | -1/+2 |
2002-01-21 | bug fix: unused dynamics were not recursively removed from fi_dynamics | martijnv | 1 | -3/+13 |
2002-01-18 | removed unused undefined record field, to make the module compilable with Cle... | ronny | 1 | -1/+1 |
2002-01-17 | Bug fix: Scopes in dynamics | sjakie | 1 | -51/+23 |
2002-01-10 | bug fix: move merge cases to transform, because it assumes local funcitons | ronny | 1 | -1/+40 |
2001-12-20 | remove RWSDebug dependency | ronny | 1 | -2/+0 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -9/+9 |
2001-12-13 | Lifting of dynamic expressions repaired | sjakie | 1 | -0/+11 |
2001-12-12 | removed RWSDebug import | ronny | 1 | -2/+0 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -20/+16 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -2/+3 |
2001-10-18 | make source code clean 2.0 compatible | johnvg | 1 | -4/+4 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -461/+642 |
2001-10-02 | removed uniqueness errors | sjakie | 1 | -11/+14 |
2001-09-06 | remove fun_index from FunDef | johnvg | 1 | -2/+0 |
2001-08-31 | added code for OverloadedListPatterns | johnvg | 1 | -40/+38 |
2001-07-23 | expand macros with curried macro calls later, to prevent a bug if dcl caching... | johnvg | 1 | -3/+89 |
2001-06-22 | boolean for explicit cases (cases that are specified by the programmer) | ronny | 1 | -1/+4 |
2001-06-20 | optimise && and || | johnvg | 1 | -20/+41 |
2001-06-08 | mergeCases in separate module | ronny | 1 | -290/+1 |
2001-05-31 | added mechanism to generate a module id for each module. Fixed an index | martijnv | 1 | -5/+22 |
2001-05-10 | changed last field of CollectState into cos_used_dynamics which reflects | martijnv | 1 | -11/+11 |
2001-05-10 | bug fixes: | martijnv | 1 | -11/+58 |
2001-05-03 | added preliminary support for cons info by type | alimarin | 1 | -1/+0 |
2001-04-20 | 1. bugfix concerning dictionaries that contain let expressions | martinw | 1 | -8/+9 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -122/+393 |
2001-03-23 | fixing several bugs | martinw | 1 | -4/+4 |