Age | Commit message (Expand) | Author | Files | Lines |
2007-11-20 | correct previous commit | johnvg | 1 | -1/+1 |
2007-11-20 | remove is_pattern argument from functions | johnvg | 1 | -5/+5 |
2007-04-13 | implement newtype | johnvg | 1 | -35/+62 |
2007-04-12 | implement {# and {! in array comprehensions that create a new array | johnvg | 1 | -33/+53 |
2007-04-12 | remove SwitchGenerics macro | johnvg | 1 | -11/+1 |
2007-02-14 | implement qualified explicit imports | johnvg | 1 | -152/+267 |
2006-02-02 | remove unused function 'isRhsStartToken ' | johnvg | 1 | -8/+0 |
2006-01-13 | remove some unused code | johnvg | 1 | -15/+1 |
2005-09-16 | make line number in the | johnvg | 1 | -10/+13 |
2005-04-21 | remove support for 1.3 import syntax | johnvg | 1 | -18/+0 |
2005-01-19 | implement let in comprehensions | johnvg | 1 | -12/+27 |
2004-05-27 | report a parse error if an instance definition contains a | johnvg | 1 | -5/+8 |
2004-04-02 | implement foreign export with stdcall | johnvg | 1 | -3/+20 |
2004-02-12 | PK: fix bug with let .. where .. in .. | pieter | 1 | -1/+2 |
2003-12-23 | bug fix: don't accept lhs patterns between function name and double colon | ronny | 1 | -1/+1 |
2003-12-15 | add foreign export | johnvg | 1 | -124/+132 |
2003-12-01 | use same default fixity and priority (infixl 9) everywhere | ronny | 1 | -5/+3 |
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 |