Age | Commit message (Expand) | Author | Files | Lines |
2003-07-15 | OBJECT marking is added | alimarin | 1 | -0/+4 |
2003-07-01 | changed some names to properly reflect their type | ronny | 1 | -37/+37 |
2003-07-01 | changed parsing of dynamic patterns and expressions,dynamic and :: now bind w... | ronny | 1 | -18/+31 |
2003-06-19 | use :: T (:== .. ) syntax for abstract type synonyms | johnvg | 1 | -5/+3 |
2003-06-19 | removed unused field class_arg_kinds | ronny | 1 | -6/+6 |
2003-06-19 | enable boxed records | johnvg | 1 | -2/+0 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -55/+55 |
2003-03-17 | fixed a bug in parsing the "of" token after dynamic type, e.g.: | alimarin | 1 | -1/+2 |
2003-02-25 | fixed bug 8, incorrect parsing of dynamic id :: (A.a: a->a) | ronny | 1 | -2/+8 |
2002-11-12 | Made modulename <> filename a proper error | diederik | 1 | -1/+1 |
2002-10-18 | add boxed records and strict dot dot records, | johnvg | 1 | -29/+108 |
2002-10-14 | new type code and type code constructor representation | ronny | 1 | -34/+0 |
2002-07-17 | add abstract synonym types | johnvg | 1 | -2/+3 |
2002-06-17 | removed ignored !'s | johnvg | 1 | -3/+3 |
2002-06-17 | moved _ to next line | johnvg | 1 | -1/+2 |
2002-06-03 | added constructor/type/field information to generics | alimarin | 1 | -12/+44 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -2/+53 |
2002-03-27 | fix bug in CharList with \010 char | johnvg | 1 | -1/+18 |
2002-03-25 | new implementation of generics | alimarin | 1 | -27/+165 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -90/+298 |
2001-12-19 | bug fix for previous bug fix | ronny | 1 | -4/+4 |
2001-12-18 | bug fix: allow local functions with no arguments and a code block rhs | ronny | 1 | -7/+7 |
2001-12-12 | inlined simple code_block_allowed function | ronny | 1 | -5/+1 |
2001-12-12 | don't allow local nodedefs (defined with =:) with a specified type | ronny | 1 | -14/+20 |
2001-12-12 | enforce consistency of defining symbols in rhs | ronny | 1 | -65/+118 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -2/+32 |
2001-12-03 | bug fix: uniqueness error in nested record/array updates | ronny | 1 | -4/+4 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -99/+110 |
2001-11-26 | assorted parse/scan bug fixes | ronny | 1 | -44/+55 |
2001-11-23 | removed various comments | ronny | 1 | -170/+57 |
2001-10-19 | higher-order kinded types in generics | alimarin | 1 | -4/+9 |
2001-10-12 | add <|- generator for overloaded lists again | johnvg | 1 | -4/+2 |
2001-10-05 | Added existential attribute variables to type definitions | sjakie | 1 | -21/+23 |
2001-10-04 | Oops, the previous commit contained an error in :== defs | pieter | 1 | -1/+1 |
2001-10-04 | typo in error message; | pieter | 1 | -108/+96 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 1 | -10/+10 |
2001-09-21 | Bug fix: caching combined with omitted type and class definitions | sjakie | 1 | -2/+4 |
2001-09-12 | add <|- generator for overloaded lists | johnvg | 1 | -4/+2 |
2001-09-06 | added command line flag to enable generics | alimarin | 1 | -5/+7 |
2001-09-06 | bug fix: Improved unification algoritm for kinds | sjakie | 1 | -19/+19 |
2001-09-05 | fix parsing of [# with layout rule | johnvg | 1 | -0/+2 |
2001-09-03 | print same error as Clean 1.3 when a module cannot be opened | johnvg | 1 | -1/+1 |
2001-08-31 | parse strict and unboxed lists | johnvg | 1 | -95/+285 |
2001-08-27 | Universally quantified types added | sjakie | 1 | -41/+73 |
2001-07-25 | bug fix parse_bug_special | ronny | 1 | -1/+36 |
2001-07-25 | accept "funny" type and constructor names in from ... import statements | ronny | 1 | -4/+2 |
2001-07-25 | put back look-a-head token after class in import list if its not '(' | ronny | 1 | -1/+1 |
2001-07-25 | removed underscoreModule from ParseState, this is now handled by the scanner | ronny | 1 | -35/+33 |
2001-07-25 | bug fix parse_bug_forbidden_symbols | ronny | 1 | -6/+16 |
2001-07-24 | bug fix parsebug_missing_result | ronny | 1 | -10/+15 |