Age | Commit message (Expand) | Author | Files | Lines |
2017-03-18 | Full path for parse warnings / errors (see #3)HEADmaster | Camil Staps | 1 | -1/+1 |
2014-10-16 | atop compiling after a kind error, because this may cause a crash in the type... | johnvg | 1 | -2/+6 |
2013-04-08 | add generic function dependencies for generic function definitions, | johnvg | 1 | -28/+14 |
2013-04-02 | add type constraints in constructors and function arguments with universal qu... | johnvg | 1 | -7/+29 |
2012-10-08 | use path returned by fopenInSearchPaths to create the .tcl file name for open... | johnvg | 1 | -3/+2 |
2012-10-08 | search and open file before calling wantModule | johnvg | 1 | -3/+7 |
2012-05-14 | import module _SystemDynamic instead of StdCleanTypes if -dynamics is used, | johnvg | 1 | -3/+0 |
2011-12-07 | prevent compile crash if dynamics are enabled and a type synonym is cyclic | johnvg | 1 | -1/+2 |
2011-11-09 | add module expand_types containing some functions from module trans and modul... | johnvg | 1 | -1/+1 |
2011-11-08 | rename module StdCompare to compare_types | johnvg | 1 | -1/+1 |
2011-11-08 | add import StdCompare | johnvg | 1 | -1/+1 |
2011-04-19 | use unique array select and update instead of replace | johnvg | 1 | -6/+6 |
2011-04-15 | remove field icl_copied_from_dcl from type IclModule | johnvg | 1 | -3/+2 |
2011-03-31 | use type Component instead of Group in the fusion modules: partition, classif... | johnvg | 1 | -8/+14 |
2011-03-30 | remove unused result cons_args of function transformGrooups | johnvg | 1 | -7/+1 |
2011-02-24 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1858 1f8540f1-abd... | johnvg | 1 | -19/+17 |
2011-02-23 | remove ImportedConstructors result from function convertDynamicPatternsIntoUn... | johnvg | 1 | -20/+16 |
2009-05-14 | pass use of type Dynamic from parser to checkModule | johnvg | 1 | -3/+3 |
2007-04-12 | remove SwitchGenerics macro | johnvg | 1 | -27/+24 |
2007-02-14 | implement qualified explicit imports | johnvg | 1 | -4/+4 |
2007-01-12 | add support for strings in foreign export | johnvg | 1 | -3/+4 |
2005-11-22 | remove unused variable n_functions_and_macros_in_dcl_modules | johnvg | 1 | -17/+17 |
2005-11-18 | check kinds of local functions, | johnvg | 1 | -15/+20 |
2005-04-20 | clear group indices of macros in dcl cache to prevent errors in computing | johnvg | 1 | -5/+25 |
2004-03-17 | reification of type definitions | ronny | 1 | -9/+22 |
2003-12-15 | add foreign export | johnvg | 1 | -4/+6 |
2003-08-19 | removed unused administrations | ronny | 1 | -2/+2 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 1 | -4/+4 |
2002-12-02 | improve speed when not fusing | diederik | 1 | -3/+6 |
2002-10-30 | Removed at least 4 bugs (maybe more, but i can't remember): | sjakie | 1 | -2/+4 |
2002-10-18 | add support_dynamics flag to scanModule call | johnvg | 1 | -7/+4 |
2002-10-07 | iterate fusion per component | diederik | 1 | -70/+45 |
2002-10-01 | minor changes in generics | alimarin | 1 | -1/+10 |
2002-09-20 | switch to 2.0 syntax, remove duplicated definitions from icl modules | ronny | 1 | -27/+0 |
2002-07-25 | rename consumer classifications and add CUnused | diederik | 1 | -5/+6 |
2002-07-22 | check kinds in dynamics | ronny | 1 | -3/+3 |
2002-06-18 | don't write "components" file | johnvg | 1 | -2/+2 |
2002-04-11 | support for generic type context like in | alimarin | 1 | -1/+0 |
2002-03-25 | new implementation of generics | alimarin | 1 | -17/+21 |
2002-03-04 | Export proper new type of transformGroups | diederik | 1 | -1/+10 |
2002-02-12 | removed useless strictness annotations | ronny | 1 | -3/+3 |
2001-11-30 | store predefined identifiers in CAF | johnvg | 1 | -5/+5 |
2001-11-01 | pass strictness information from C to Clean, print strict exported and all ty... | ronny | 1 | -0/+17 |
2001-10-19 | higher-order kinded types in generics | alimarin | 1 | -2/+11 |
2001-10-18 | store macros and local functions in macros in separate {#{#FunDef}}, | johnvg | 1 | -97/+53 |
2001-10-02 | Bug fixes: reference count analysis fixed, | sjakie | 1 | -1/+0 |
2001-10-01 | pass file modification times from icl module and dcl modules to backend | ronny | 1 | -6/+6 |
2001-10-01 | Add fusion commandline flag | diederik | 1 | -6/+21 |
2001-09-24 | removed kind correctness checking module | sjakie | 1 | -4/+13 |
2001-09-21 | Bug fix: caching combined with omitted type and class definitions | sjakie | 1 | -38/+46 |