Age | Commit message (Expand) | Author | Files | Lines |
2015-12-02 | allow # and | in \ expressions | johnvg | 1 | -1/+1 |
2014-09-26 | remove unused constructor TQV of :: type_io.icl | johnvg | 1 | -2/+0 |
2013-12-13 | in derived dynamic types, add uniqueness to algebraic types that are always u... | johnvg | 1 | -0/+2 |
2013-06-03 | remove unused Bool of PE_Let contructor | johnvg | 1 | -4/+4 |
2013-04-08 | add generic function dependencies for generic function definitions, | johnvg | 1 | -2/+8 |
2013-04-05 | change type GenericCaseDef, add types GenericCaseFunctions and GCF | johnvg | 1 | -1/+1 |
2013-04-02 | add type constraints in constructors and function arguments with universal qu... | johnvg | 1 | -3/+9 |
2012-08-02 | add pattern match test using =: in expressions, | johnvg | 1 | -3/+7 |
2012-05-03 | in error message for incorrect field type print name of field instead of argu... | johnvg | 1 | -0/+2 |
2012-03-23 | fix implicit qualified import of a module of which no (qualified) symbol is used | johnvg | 1 | -1/+3 |
2011-11-10 | move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia... | johnvg | 1 | -1/+3 |
2011-11-04 | remove differences in layout between the compiler and the iTask compiler | johnvg | 1 | -9/+3 |
2011-04-18 | add instance declarations with a qualified class name | johnvg | 1 | -0/+7 |
2011-04-15 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1926 1f8540f1-abd... | johnvg | 1 | -4/+3 |
2011-04-08 | fix type checking of existential type variables that are used by a dynamic ex... | johnvg | 1 | -1/+5 |
2011-04-04 | Remove type argument from_symbol of type Import, it was always type ImportDec... | johnvg | 1 | -3/+2 |
2011-03-22 | recognize non generic variables in is_bimap_id | johnvg | 1 | -1/+1 |
2010-11-24 | don't print pointer values (only for debugging) | johnvg | 1 | -19/+14 |
2010-07-06 | use 'Module'.name in errors, instead of Module@name | johnvg | 1 | -1/+1 |
2009-02-25 | replace type ImportedIdent by Ident because ii_extended is not used | johnvg | 1 | -4/+0 |
2007-09-10 | rename NormalSelectorUniqueElementResult as UniqueSelectorUniqueElementResult, | johnvg | 1 | -1/+3 |
2007-04-19 | remove unused field cons_arg_vars, | johnvg | 1 | -1/+1 |
2007-04-13 | implement newtype | johnvg | 1 | -2/+4 |
2007-04-12 | implement {# and {! in array comprehensions that create a new array | johnvg | 1 | -1/+2 |
2007-04-11 | remove <<< instance for removed type | johnvg | 1 | -7/+0 |
2007-02-14 | implement qualified explicit imports | johnvg | 1 | -0/+5 |
2006-07-17 | fix bug in anonymizeAttrVars, the previous algorithm replaced attribute | johnvg | 1 | -1/+4 |
2005-11-21 | remove unused constructor WildCard | johnvg | 1 | -1/+0 |
2005-04-21 | remove support for 1.3 import syntax | johnvg | 1 | -1/+1 |
2005-04-18 | don't print pointer values in type errors | johnvg | 1 | -2/+2 |
2005-01-25 | print "(let ...) or #" for Let and "update of record" for RecordUpdate | johnvg | 1 | -0/+4 |
2003-12-11 | move FunctionPattern type from syntax to backendconvert | johnvg | 1 | -16/+0 |
2003-12-11 | remove BackendBody | johnvg | 1 | -7/+0 |
2003-08-20 | removed unnecessary separate fields for universal variables, | ronny | 1 | -4/+3 |
2003-08-19 | removed unused administrations | ronny | 1 | -2/+2 |
2003-06-19 | s/sd__ident/sd_ident/g | ronny | 1 | -1/+1 |
2003-06-13 | removed PA bug workaround | ronny | 1 | -2/+0 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -47/+47 |
2003-01-08 | Bug fix: uniqueness error in records | sjakie | 1 | -1/+1 |
2002-10-31 | Fix bug where wrong type code constructor was selected. | ronny | 1 | -1/+1 |
2002-10-30 | Removed at least 4 bugs (maybe more, but i can't remember): | sjakie | 1 | -1/+2 |
2002-10-18 | add boxed records and strict dot dot expressions | johnvg | 1 | -5/+5 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 1 | -1410/+7 |
2002-09-19 | major rewrite dynamics | ronny | 1 | -1/+4 |
2002-09-04 | Add SK_GeneratedCaseFunction for dynamic cases fix | diederik | 1 | -0/+1 |
2002-08-27 | Added FailExpr node | ronny | 1 | -0/+2 |
2002-08-22 | transform implicit cases on rhs variables, see comment before splitCases in c... | ronny | 1 | -0/+23 |
2002-07-29 | move typedefs from trans to syntax; allow for uncurried instances; fix compar... | diederik | 1 | -0/+4 |
2002-07-25 | add PR_Unused for unused function arguments | diederik | 1 | -0/+1 |
2002-07-16 | add DclFunCall in type FunCall | johnvg | 1 | -3/+10 |