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
/
check.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2001-09-06
check if StdStrictLists is imported
johnvg
1
-1
/
+4
2001-09-06
remove fun_index from FunDef
johnvg
1
-34
/
+17
2001-09-06
removed usage of fun_index
alimarin
1
-14
/
+20
2001-09-05
moved function getBelongingSymbolsFromID from checksupport to explicitimports
johnvg
1
-0
/
+7
2001-08-31
allow specials for lazy and strict arrays and lists without specifying elemen...
johnvg
1
-186
/
+178
2001-08-30
added switch_dynamics in module compilerSwitches. Standard dynamics are
martijnv
1
-1
/
+12
2001-08-27
universally quantified types added
sjakie
1
-2
/
+2
2001-08-27
bug fixes, ModuleID argument in T_ypeConsSymbol, added _SystemDynamic
martijnv
1
-5
/
+7
2001-07-27
patch to prevent crash with undefined type variabeles in special declaration
ronny
1
-0
/
+16
2001-07-19
Added "curried" arrow types (->) and ((->) a)
alimarin
1
-2
/
+5
2001-06-25
generate .depend for current dcl module
ronny
1
-0
/
+4
2001-06-20
optimise && and ||
johnvg
1
-5
/
+13
2001-06-15
making kind checking phase compatible with dcl caching
martinw
1
-9
/
+12
2001-06-14
support for module system is added to genercis
alimarin
1
-44
/
+105
2001-06-11
Bug fix with array updates. Removed redundant code. Adjusted unification algo...
sjakie
1
-0
/
+1
2001-06-05
for error messages in patterns use line number of the alternative,
johnvg
1
-20
/
+16
2001-05-31
added mechanism to generate a module id for each module. Fixed an index
martijnv
1
-0
/
+22
2001-05-11
checking the kinds of all function-, instance-, class- and member-types
martinw
1
-51
/
+1
2001-05-10
bug fixes:
martijnv
1
-1
/
+1
2001-05-08
added fields to cons_info and type_info
alimarin
1
-2
/
+4
2001-05-04
satisfying John's pervert and bizarre wishes for better error messages
martinw
1
-3
/
+14
2001-05-03
added preliminary support for cons info by type
alimarin
1
-0
/
+2
2001-04-27
new error message for "instance c U":
martinw
1
-21
/
+92
2001-04-25
added support for constructors (for toString like usage),
alimarin
1
-5
/
+23
2001-04-20
pepping up error messages
martinw
1
-12
/
+42
2001-03-27
uniqueness support is added to generics
alimarin
1
-89
/
+28
2001-03-27
unfold all macros and local functions in macros
johnvg
1
-160
/
+235
2001-03-26
added check for error after 'combineDclAndIclModule' to
johnvg
1
-3
/
+4
2001-03-23
fixing several bugs
martinw
1
-269
/
+142
2001-03-20
Sjaak: fixed inheritance bugs and strictness attributes
sjakie
1
-38
/
+18
2001-03-15
*** empty log message ***
martinw
1
-25
/
+14
2001-03-13
Generics are added, but are disabled.
alimarin
1
-42
/
+498
2001-03-12
Ensure that modules that are imported from the main dcl module appear
martinw
1
-2
/
+4
2001-03-08
Normalizing
martijnv
1
-11
/
+29
2001-03-02
bugfix: the compiler gave "index out of range" when an instance was declared
martinw
1
-2
/
+4
2001-03-02
making compiler self compilable (this doesn't say anything about the
martinw
1
-1
/
+4
2001-02-23
including porting facilities
martinw
1
-183
/
+5
2001-02-22
bugfix: explicit imports of instances did not work in conjunction with dcl
martinw
1
-0
/
+18
2001-02-19
bugfix: a function that made some types in StdArray.dcl more strict had
martinw
1
-34
/
+45
2001-02-15
DynamicTemp added to the compiler. You will be needing a new
martijnv
1
-2
/
+12
2001-02-13
delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after
martinw
1
-130
/
+166
2001-01-19
bugfixing dcl cashing, expanding synonym types after a whole module component
martinw
1
-196
/
+205
2001-01-12
New algorithm for explicit imports that also works with cyclic module depende...
martinw
1
-260
/
+918
2000-11-01
improved code for explicit imports,
martinw
1
-25
/
+16
2000-10-27
moving huge part of code out of check into new module checkFunctionBodies
martinw
1
-1966
/
+11
2000-10-26
bug fix in copying abstract types from dcl module to icl module
johnvg
1
-7
/
+8
2000-10-26
added new error messages
martinw
1
-3
/
+4
2000-10-23
renumber icl function and macro indices when unfolding
johnvg
1
-14
/
+49
2000-10-11
added error messages
martinw
1
-1
/
+12
2000-10-04
-added position information for let bindings for better error messages
martinw
1
-79
/
+97
[next]