Age | Commit message (Expand) | Author | Files | Lines |
2003-08-20 | removed unnecessary separate fields for universal variables, | ronny | 1 | -3/+3 |
2003-06-26 | bug fix in administration of needed modules (fixes bug #25 and a possibly | ronny | 1 | -6/+6 |
2003-06-26 | don't assume infix operators have arity 2 (fixes bug #17) | ronny | 1 | -15/+15 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -93/+93 |
2003-01-08 | remove rhs of alternative with an AP_Empty pattern, to prevent | johnvg | 1 | -1/+1 |
2003-01-06 | prevent compiler crash if an array pattern is not a variable | johnvg | 1 | -2/+3 |
2002-11-14 | remove record update to record node transformation (for records | johnvg | 1 | -34/+2 |
2002-10-18 | add strict dot dot expressions, transform record update | johnvg | 1 | -45/+64 |
2002-07-22 | removed RWS comments | ronny | 1 | -29/+9 |
2002-07-22 | introduced macros for values of case_explicit boolean | ronny | 1 | -13/+16 |
2002-07-16 | generate DclFunCall's for function calls from macros to fix | johnvg | 1 | -7/+27 |
2002-06-17 | removed ignored !'s | johnvg | 1 | -2/+2 |
2002-06-03 | added constructor/type/field information to generics | alimarin | 1 | -4/+26 |
2002-05-01 | bug fix: make case for variable pattern explicit | ronny | 1 | -1/+1 |
2002-03-25 | new implementation of generics | alimarin | 1 | -22/+29 |
2002-01-17 | Bug fix: Scopes in dynamics | sjakie | 1 | -25/+24 |
2002-01-10 | bug fix: move merge cases to transform, because it assumes local funcitons | ronny | 1 | -44/+10 |
2001-12-19 | fix pattern does not match error in function add_decons_call_for_overloaded_l... | johnvg | 1 | -0/+1 |
2001-12-17 | implement pattern matching of strict, unboxed and overloaded lists | johnvg | 1 | -7/+28 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -8/+5 |
2001-12-12 | enter new scope when checking rhs of nodedefs | ronny | 1 | -1/+2 |
2001-12-12 | fixed bugs in merging explicit cases | ronny | 1 | -5/+5 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -18/+19 |
2001-12-03 | bug fix: uniqueness error in nested record/array updates | ronny | 1 | -14/+18 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -21/+23 |
2001-11-29 | different representation of selector kind in Selection | ronny | 1 | -9/+9 |
2001-11-26 | assorted parse/scan bug fixes | ronny | 1 | -1/+19 |
2001-11-07 | bug fix: do not merge nested explicit cases | ronny | 1 | -6/+4 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -124/+162 |
2001-10-02 | Bug fixes: reference count analysis fixed, | sjakie | 1 | -3/+2 |
2001-09-07 | moved function checkLocalFunctions from checksupport to checkFunctionBodies | johnvg | 1 | -0/+6 |
2001-09-06 | check if StdStrictLists is imported | johnvg | 1 | -8/+14 |
2001-08-31 | added code for strict and unboxed lists | johnvg | 1 | -34/+225 |
2001-07-25 | removed underscoreModule from ParseState, this is now handled by the scanner | ronny | 1 | -5/+5 |
2001-07-18 | assorted scanner/parser bug fixes by Pieter (tested by Ronny) | ronny | 1 | -5/+5 |
2001-07-18 | removed unused code to detect tuple patterns for merging cases | ronny | 1 | -21/+3 |
2001-06-28 | Sjaak: removed 'dyn_uni_vars' from type 'DynamicExpr' | sjakie | 1 | -1/+1 |
2001-06-22 | boolean for explicit cases (cases that are specified by the programmer) | ronny | 1 | -16/+70 |
2001-06-08 | merge all cases | ronny | 1 | -4/+59 |
2001-06-05 | for error messages in patterns use line number of the alternative, | johnvg | 1 | -12/+6 |
2001-05-10 | bug fixes: | martijnv | 1 | -3/+8 |
2001-04-25 | added support for constructors (for toString like usage), | alimarin | 1 | -14/+33 |
2001-04-20 | bugfix | martinw | 1 | -45/+47 |
2001-03-27 | unfold all macros and local functions in macros | johnvg | 1 | -18/+1 |
2001-03-20 | Sjaak: fixed inheritance bugs and strictness attributes | sjakie | 1 | -3/+3 |
2001-03-15 | Fixes to compile with 2.0 | alimarin | 1 | -3/+20 |
2001-03-13 | Generics are added, but are disabled. | alimarin | 1 | -2/+32 |
2001-02-13 | delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after | martinw | 1 | -4/+3 |
2000-10-31 | bug fix in determining SK_LocalMacroFunction (instead of SK_Function) | johnvg | 1 | -8/+6 |
2000-10-27 | moving huge part of code out of check into new module checkFunctionBodies | martinw | 1 | -0/+1953 |