Age | Commit message (Expand) | Author | Files | Lines |
2013-04-02 | add type constraints in constructors and function arguments with universal qu... | johnvg | 1 | -1/+4 |
2012-08-14 | add extendable algebraic data types (merged from iTask branch) | johnvg | 1 | -2/+2 |
2012-08-02 | add pattern match test using =: in expressions, | johnvg | 1 | -5/+7 |
2012-05-25 | commit bug fix from revision 1735 again: | johnvg | 1 | -13/+3 |
2012-05-14 | import module _SystemDynamic instead of StdCleanTypes if -dynamics is used, | johnvg | 1 | -56/+50 |
2011-11-10 | move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia... | johnvg | 1 | -9/+1 |
2011-11-04 | remove differences in layout between the compiler and the iTask compiler, | johnvg | 1 | -2/+3 |
2011-03-31 | use type Component instead of Group in the fusion modules: partition, classif... | johnvg | 1 | -3/+10 |
2011-02-24 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1858 1f8540f1-abd... | johnvg | 1 | -9/+16 |
2011-02-23 | remove ImportedConstructors result from function convertDynamicPatternsIntoUn... | johnvg | 1 | -2/+2 |
2011-02-23 | remove unused field wtis_collected_conses of WriteTypeInfoState | johnvg | 1 | -6/+1 |
2011-02-07 | remove unused types in dynamic patterns in .tcl file | johnvg | 1 | -8/+0 |
2011-02-02 | fix test for predefined module index in write_type_info, | johnvg | 1 | -2/+0 |
2009-06-05 | keep case_explicit, instead of setting case_explicit to False for all | johnvg | 1 | -168/+98 |
2006-11-01 | fix convertTypeCode for TCE_Selector, required if TC is used in the | johnvg | 1 | -48/+62 |
2005-11-22 | removed some code that has no effect | johnvg | 1 | -14/+3 |
2005-11-22 | removed unused function F | johnvg | 1 | -3/+0 |
2005-11-22 | removed use of /*2.0 and 0.2*/ | johnvg | 1 | -7/+1 |
2005-04-21 | remove unused variable nr_of_funs | johnvg | 1 | -3/+1 |
2004-04-19 | remove TC; types | ronny | 1 | -4/+2 |
2004-03-17 | reification of type definitions | ronny | 1 | -2/+8 |
2004-02-17 | cleanup: prune imports | ronny | 1 | -2/+1 |
2003-10-17 | added limited support for uniqueness attributes in dynamic types | ronny | 1 | -0/+8 |
2003-08-19 | removed unused administrations | ronny | 1 | -6/+6 |
2003-08-19 | removed unused global type codes arguments | ronny | 1 | -26/+17 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -13/+13 |
2003-04-09 | don't call normalise if there are no variables in the type | ronny | 1 | -6/+9 |
2003-03-13 | use positive numbers for TypeVarFixed | ronny | 1 | -3/+3 |
2003-03-13 | introduced TypeFixedVar constructor for fixed type vars, | ronny | 1 | -2/+1 |
2003-03-13 | removed _TypePatternVar constructor from TypeCode | ronny | 1 | -1/+2 |
2002-11-19 | - type synonyms in type definition written to a tcl-file are fully expanded now. | martijnv | 1 | -24/+27 |
2002-11-12 | bug fix, | ronny | 1 | -3/+3 |
2002-11-07 | correct numbering of type vars in right-hand side dynamics | ronny | 1 | -3/+6 |
2002-10-31 | Fix bug where wrong type code constructor was selected. | ronny | 1 | -4/+4 |
2002-10-14 | new type code and type code constructor representation | ronny | 1 | -206/+170 |
2002-09-20 | moved var info definitions to the modules where they are used | ronny | 1 | -0/+3 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 1 | -5/+0 |
2002-09-19 | major rewrite dynamics | ronny | 1 | -1007/+626 |
2002-07-29 | move typedefs from trans to syntax; allow for uncurried instances; fix compar... | diederik | 1 | -1/+1 |
2002-06-17 | removed ignored !'s | johnvg | 1 | -3/+3 |
2002-06-10 | - bug fix:types scopes | martijnv | 1 | -1/+8 |
2002-05-14 | - improved handling of equivalent types within one application to share a | martijnv | 1 | -2/+2 |
2002-04-04 | * bug fix to correctly separate types without Clean definition from types which | martijnv | 1 | -2/+1 |
2002-04-03 | - collection of used type constructors in unify/coerce. There are two sources: | martijnv | 1 | -83/+118 |
2002-03-11 | - bug fix: added a forgotten alternative to function convertDynamics for | martijnv | 1 | -3/+1 |
2002-03-11 | - bug fix: added a forgotten alternative to function convertDynamics for | martijnv | 1 | -4/+5 |
2002-02-11 | removed comments that marked various patches | ronny | 1 | -128/+16 |
2002-02-11 | - creation of {PV,UPV,UV}_Placeholder instead of P_laceholder. See predef | martijnv | 1 | -21/+17 |
2002-02-08 | - change in strictness information | martijnv | 1 | -3/+3 |
2002-02-06 | store strictness annotations in SymbolType instead of AType | johnvg | 1 | -2/+2 |