Age | Commit message (Expand) | Author | Files | Lines |
2013-04-02 | add type constraints in constructors and function arguments with universal qu... | johnvg | 1 | -3/+3 |
2012-10-24 | in the generic representation use RECORD instead of OBJECT and CONS for records, | johnvg | 1 | -7/+5 |
2012-05-14 | small fixes to previous commit | johnvg | 1 | -3/+2 |
2012-05-14 | import module _SystemDynamic instead of StdCleanTypes if -dynamics is used, | johnvg | 1 | -42/+60 |
2011-11-10 | move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia... | johnvg | 1 | -2/+1 |
2011-04-14 | use type FunSpecials instead of Specials for specials of functions | johnvg | 1 | -2/+1 |
2011-04-06 | add qualified import of a module, for functions, macros, constructors, types ... | johnvg | 1 | -11/+10 |
2011-03-21 | remove unused field td_context from type TypeDef | johnvg | 1 | -1/+1 |
2008-11-10 | make indices of predefined types and expressions of dynamics and generics | johnvg | 1 | -131/+36 |
2007-12-21 | don't mark strict and unboxed arrays as hyperstrict (causes incorrect | johnvg | 1 | -2/+2 |
2007-04-02 | remove definition of TC in predef if dynamics are not enabled, | johnvg | 1 | -28/+30 |
2004-03-17 | reification of type definitions | ronny | 1 | -1/+25 |
2003-12-15 | add foreign export | johnvg | 1 | -1/+1 |
2003-07-15 | OBJECT marking is added | alimarin | 1 | -4/+6 |
2003-06-19 | removed unused field class_arg_kinds | ronny | 1 | -2/+2 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -11/+11 |
2003-03-13 | changed constructors of TypeCode type in anticipation of things to come | ronny | 1 | -4/+6 |
2003-03-13 | removed _TypePatternVar constructor from TypeCode | ronny | 1 | -2/+2 |
2002-11-14 | use _SystemStrictLists with _cons..,_decons.. and _nil.. | johnvg | 1 | -11/+11 |
2002-10-18 | add strict dot dot expressions | johnvg | 1 | -1/+59 |
2002-10-14 | new type code and type code constructor representation | ronny | 1 | -31/+50 |
2002-10-01 | minor changes in generics | alimarin | 1 | -1/+6 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 1 | -216/+0 |
2002-09-19 | major rewrite dynamics | ronny | 1 | -58/+68 |
2002-06-03 | added constructor/type/field information to generics | alimarin | 1 | -8/+93 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -3/+8 |
2002-03-25 | new implementation of generics | alimarin | 1 | -67/+29 |
2002-02-11 | - creation of {PV,UPV,UV}_Placeholder instead of P_laceholder. See predef | martijnv | 1 | -43/+46 |
2002-02-07 | - cosmetic changes: made some String-representation of type names symbolic | martijnv | 1 | -1/+3 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -16/+18 |
2002-02-04 | er worden nu universele type variabelen in de vorm van UP_laceHolder's | martijnv | 1 | -37/+40 |
2001-12-13 | remove tuple symbol from UniqueSelector (! selector) and MatchExpr | johnvg | 1 | -4/+6 |
2001-12-12 | removed work around for 2.0 compiler bug | ronny | 1 | -7/+0 |
2001-12-05 | removed type from BasicExpr | johnvg | 1 | -0/+2 |
2001-12-03 | work around for 2.0 compiler bug | ronny | 1 | -0/+7 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -219/+338 |
2001-11-19 | Changes: | martijnv | 1 | -7/+23 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -1/+2 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 1 | -1/+1 |
2001-09-06 | removed usage of fun_index | alimarin | 1 | -5/+11 |
2001-08-31 | added symbols for strict and unboxed lists | johnvg | 1 | -144/+250 |
2001-08-27 | bug fixes, ModuleID argument in T_ypeConsSymbol, added _SystemDynamic | martijnv | 1 | -37/+39 |
2001-07-25 | removed underscoreModule from ParseState, this is now handled by the scanner | ronny | 1 | -4/+4 |
2001-07-25 | bug fix parse_bug_forbidden_symbols | ronny | 1 | -1/+1 |
2001-07-19 | Added "curried" arrow types (->) and ((->) a) | alimarin | 1 | -1/+1 |
2001-06-15 | making kind checking phase compatible with dcl caching | martinw | 1 | -1/+2 |
2001-06-01 | The _Module generated for each icl-module conflicted with record of name | martijnv | 1 | -1/+1 |
2001-05-31 | added mechanism to generate a module id for each module. Fixed an index | martijnv | 1 | -32/+39 |
2001-05-30 | optimize array comprehensions, | johnvg | 1 | -51/+50 |
2001-05-08 | added fields to cons_info and type_info | alimarin | 1 | -15/+20 |