index
:
compiler
master
Fork of the Clean compiler for experimenting with new features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
/
checksupport.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-05
add derive class for deriving generic functions in class context (from iTask ...
johnvg
1
-2
/
+1
2013-04-04
add type StringPos (from iTask branch)
johnvg
1
-0
/
+16
2012-08-14
add extendable algebraic data types (merged from iTask branch)
johnvg
1
-0
/
+1
2011-12-08
prevent compiler crash if a function is defined twice and imported,
johnvg
1
-14
/
+7
2011-11-07
remove differences in layout between the compiler and the iTask compiler
johnvg
1
-55
/
+1
2007-02-14
implement qualified explicit imports
johnvg
1
-2
/
+2
2007-01-30
remove di_instances, because it is always []
johnvg
1
-2
/
+2
2005-11-24
report error for constructors or records with >32 arguments/fields
johnvg
1
-0
/
+5
2005-04-21
remove support for 1.3 import syntax
johnvg
1
-1
/
+1
2004-01-29
removed duplicated declarations from dcl module in icl module
ronny
1
-145
/
+0
2003-12-16
add CheckWarningWithPosition
johnvg
1
-4
/
+7
2003-12-15
add foreign export
johnvg
1
-3
/
+3
2003-06-19
s/sd__ident/sd_ident/g
ronny
1
-1
/
+1
2003-05-16
renamed field names of type Ident in syntax tree
ronny
1
-16
/
+16
2003-02-10
- bug fix: error for abstract datatypes in dynamic types.
martijnv
1
-1
/
+1
2002-06-17
removed ingnored !'s
johnvg
1
-1
/
+1
2002-03-25
new implementation of generics
alimarin
1
-4
/
+11
2001-10-18
make source code clean 2.0 compatible
johnvg
1
-5
/
+5
2001-10-18
store macros and local functions in macros in separate {#{#FunDef}},
johnvg
1
-14
/
+42
2001-10-08
universally quantified attribute variables in typedefs added
sjakie
1
-5
/
+2
2001-10-02
Bug fixes: reference count analysis fixed,
sjakie
1
-8
/
+9
2001-10-01
pass file modification times from icl module and dcl modules to backend
ronny
1
-0
/
+4
2001-09-21
Bug fix: caching combined with omitted type and class definitions
sjakie
1
-12
/
+15
2001-09-07
moved function checkLocalFunctions from checksupport to checkFunctionBodies
johnvg
1
-8
/
+0
2001-09-06
remove 'dcl_is_cashed'
johnvg
1
-1
/
+0
2001-09-06
check if StdStrictLists is imported
johnvg
1
-1
/
+2
2001-09-05
moved function getBelongingSymbolsFromID from checksupport to explicitimports
johnvg
1
-14
/
+0
2001-08-27
Universally quantified types added
sjakie
1
-1
/
+2
2001-06-25
generate .depend for current dcl module
ronny
1
-1
/
+3
2001-06-15
making kind checking phase compatible with dcl caching
martinw
1
-0
/
+1
2001-04-20
pepping up error messages
martinw
1
-6
/
+6
2001-03-27
unfold all macros and local functions in macros
johnvg
1
-44
/
+105
2001-03-20
Sjaak: fixed inheritance bugs and strictness attributes
sjakie
1
-1
/
+1
2001-03-15
*** empty log message ***
martinw
1
-6
/
+6
2001-03-13
Generics are added, but are disabled.
alimarin
1
-5
/
+10
2001-03-08
Normalizing
martijnv
1
-1
/
+1
2001-03-02
making compiler self compilable (this doesn't say anything about the
martinw
1
-1
/
+1
2001-02-13
delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after
martinw
1
-3
/
+12
2001-01-19
refactoring
martinw
1
-159
/
+57
2001-01-12
New algorithm for explicit imports that also works with cyclic module depende...
martinw
1
-258
/
+207
2000-11-01
improved code for explicit imports,
martinw
1
-17
/
+23
2000-10-31
bug fix in determining SK_LocalMacroFunction (instead of SK_Function)
johnvg
1
-6
/
+8
2000-10-27
moving huge part of code out of check into new module checkFunctionBodies
martinw
1
-0
/
+68
2000-10-26
removed trace
martinw
1
-1
/
+1
2000-09-27
optimizations and caching of dcl modules (without trans.icl)
clean
1
-59
/
+170
2000-06-20
reduce memory allocation
clean
1
-20
/
+94
2000-06-15
MW once added a macro called "SwitchUniquenessBug", Sjaak also added a macro
martinw
1
-3
/
+0
2000-05-31
readableizing error messages
martinw
1
-4
/
+2
2000-04-26
changes to make compiler compatible with itself
martinw
1
-41
/
+19
2000-03-17
- making array patterns strict (strict lets were not properly handled
martinw
1
-0
/
+3
[next]