Age | Commit message (Expand) | Author | Files | Lines |
2007-02-14 | implement qualified explicit imports | johnvg | 1 | -69/+250 |
2007-02-06 | in checkExplicitImportCompleteness when checking whether a symbol is imported, | johnvg | 1 | -36/+42 |
2007-01-30 | remove di_instances, because it is always [] | johnvg | 1 | -7/+7 |
2007-01-29 | remove instances from ExplImpComponentNrs, because it is always [] | johnvg | 1 | -5/+5 |
2007-01-29 | replace list of booleans yielded by function search_expl_imp_symbol by | johnvg | 1 | -30/+20 |
2007-01-26 | optimize markExplImpSymbols by selecting explicit import info for the | johnvg | 1 | -12/+11 |
2005-04-21 | remove support for 1.3 import syntax | johnvg | 1 | -34/+5 |
2003-06-19 | s/sd__ident/sd_ident/g | ronny | 1 | -2/+2 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -24/+24 |
2003-04-01 | make toString (STE_Kind) total, fixes bug #19 | ronny | 1 | -1/+3 |
2003-01-02 | bug fix: check explicit import completeness for TAS constructor | johnvg | 1 | -0/+3 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -2/+6 |
2002-01-17 | Bug fix: Scopes in dynamics | sjakie | 1 | -12/+19 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -1/+1 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -1/+1 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -49/+26 |
2001-11-26 | fix explicit imports of cached modules | johnvg | 1 | -26/+14 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -27/+56 |
2001-10-03 | eliminated cheat module | ronny | 1 | -1/+1 |
2001-10-02 | Bug fixes: reference count analysis fixed, | sjakie | 1 | -1/+1 |
2001-09-05 | moved function getBelongingSymbolsFromID from checksupport to explicitimports | johnvg | 1 | -0/+6 |
2001-08-31 | added code for OverloadedListPatterns | johnvg | 1 | -0/+2 |
2001-05-11 | moving all switch macros to new module "compilerSwitches" | martinw | 1 | -8/+2 |
2001-05-10 | bug fixes: | martijnv | 1 | -2/+2 |
2001-05-04 | bugfix 2.0 syntax: for | martinw | 1 | -15/+28 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -41/+44 |
2001-03-13 | Generics are added, but are disabled. | alimarin | 1 | -1/+2 |
2001-02-22 | bugfix: explicit imports of instances did not work in conjunction with dcl | martinw | 1 | -10/+1 |
2001-02-13 | delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after | martinw | 1 | -13/+26 |
2001-01-19 | refactoring | martinw | 1 | -30/+157 |
2001-01-12 | New algorithm for explicit imports that also works with cyclic module depende... | martinw | 1 | -331/+332 |
2000-11-02 | optimizing performance of explicitimports | martinw | 1 | -129/+138 |
2000-11-01 | improved code for explicit imports, | martinw | 1 | -557/+346 |
2000-10-04 | -added position information for let bindings for better error messages | martinw | 1 | -3/+3 |
2000-09-27 | optimizations and caching of dcl modules (without trans.icl) | clean | 1 | -35/+70 |
2000-08-10 | added position information to case defaults to improve type error messages | martinw | 1 | -0/+4 |
2000-08-01 | improving error messages | martinw | 1 | -0/+1 |
2000-07-12 | changes to avoid bug in module refmark when compiling compiler with itself | martinw | 1 | -0/+20 |
2000-07-10 | optimised consequence checking for explicit imports | martinw | 1 | -422/+373 |
2000-06-21 | bugfix: not only STE_Imported appears in dcls_explicit (and dcls_import?) but | martinw | 1 | -15/+19 |
2000-06-20 | reduce memory allocation | clean | 1 | -11/+56 |
2000-06-16 | accepting JVG's changes | martinw | 1 | -23/+0 |
2000-06-16 | small changes to reduce memory allocation | clean | 1 | -1/+26 |
2000-04-26 | changes to make compiler compatible with itself | martinw | 1 | -3/+6 |
2000-03-24 | bugfixes | martinw | 1 | -2/+2 |
2000-03-17 | - making array patterns strict (strict lets were not properly handled | martinw | 1 | -4/+3 |
2000-03-14 | added Update alternative for consequences (Expression) | clean | 1 | -1/+4 |
2000-02-21 | - implemented comparison between redundant definitions in icl and dcl modules | martinw | 1 | -58/+65 |
2000-01-19 | bug fix (changed syntax tree) | sjakie | 1 | -2/+2 |
1999-11-12 | bug fix in trans.icl | martinw | 1 | -3/+0 |