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.dcl
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-26
improve "multiply defined" error, add module names of the definitions to the ...
johnvg
1
-3
/
+3
2013-04-04
add type StringPos (from iTask branch)
johnvg
1
-1
/
+2
2011-11-10
move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia...
johnvg
1
-1
/
+1
2011-11-09
move types Group and Component to module checksupport
johnvg
1
-0
/
+9
2011-11-07
remove differences in layout between the compiler and the iTask compiler
johnvg
1
-6
/
+0
2011-04-12
allow qualified imports of class members
johnvg
1
-2
/
+1
2007-04-11
move some type definitions from checksupport.dcl to syntax.dcl
johnvg
1
-72
/
+0
2007-03-28
fix "not imported" error if StdArray or StdEnum needs to be imported
johnvg
1
-5
/
+5
2007-02-14
implement qualified explicit imports
johnvg
1
-0
/
+1
2007-01-30
remove di_instances, because it is always []
johnvg
1
-1
/
+0
2005-11-24
report error for constructors or records with >32 arguments/fields
johnvg
1
-0
/
+1
2005-11-18
check kinds of local functions,
johnvg
1
-8
/
+13
2004-04-02
implement foreign export with stdcall
johnvg
1
-1
/
+3
2004-03-17
reification of type definitions
ronny
1
-0
/
+2
2003-12-16
add CheckWarningWithPosition
johnvg
1
-0
/
+1
2003-12-15
add foreign export
johnvg
1
-2
/
+3
2003-02-10
- bug fix: error for abstract datatypes in dynamic types.
martijnv
1
-1
/
+1
2002-03-25
new implementation of generics
alimarin
1
-5
/
+11
2001-10-18
store macros and local functions in macros in separate {#{#FunDef}},
johnvg
1
-15
/
+17
2001-10-08
universally quantified attribute variables in typedefs added
sjakie
1
-5
/
+2
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
-3
/
+8
2001-09-07
moved function checkLocalFunctions from checksupport to checkFunctionBodies
johnvg
1
-3
/
+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
-5
/
+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-03-27
unfold all macros and local functions in macros
johnvg
1
-0
/
+3
2001-03-15
*** empty log message ***
martinw
1
-1
/
+1
2001-03-13
Generics are added, but are disabled.
alimarin
1
-4
/
+8
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
/
+1
2001-01-19
refactoring
martinw
1
-7
/
+5
2001-01-12
New algorithm for explicit imports that also works with cyclic module depende...
martinw
1
-29
/
+44
2000-11-01
improved code for explicit imports,
martinw
1
-1
/
+3
2000-10-31
bug fix in determining SK_LocalMacroFunction (instead of SK_Function)
johnvg
1
-1
/
+1
2000-10-27
moving huge part of code out of check into new module checkFunctionBodies
martinw
1
-4
/
+20
2000-09-27
optimizations and caching of dcl modules (without trans.icl)
clean
1
-10
/
+24
2000-06-20
reduce memory allocation
clean
1
-1
/
+1
2000-06-15
MW once added a macro called "SwitchUniquenessBug", Sjaak also added a macro
martinw
1
-3
/
+0
2000-04-26
changes to make compiler compatible with itself
martinw
1
-9
/
+8
2000-03-17
- making array patterns strict (strict lets were not properly handled
martinw
1
-0
/
+4
2000-03-01
bugfixes
martinw
1
-2
/
+1
2000-02-21
- implemented comparison between redundant definitions in icl and dcl modules
martinw
1
-2
/
+1
2000-01-04
introduced new error message: "StdDynamics not imported"
martinw
1
-1
/
+8
1999-12-10
bugfixes
martinw
1
-2
/
+0
1999-11-10
extension: not necessary to repeat definitions of dcl-module in icl-module
sjakie
1
-6
/
+6
[next]