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-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
2000-09-27
making compiler self compatible
martinw
1
-16
/
+19
2000-09-27
optimizations and caching of dcl modules (without trans.icl)
clean
1
-203
/
+501
2000-09-20
improving error messages:
martinw
1
-9
/
+31
2000-09-13
added position information for better error messages
martinw
1
-14
/
+23
2000-08-15
improved typing error messages: type variables are printed like "a" instead
martinw
1
-8
/
+8
2000-08-10
added position information to case defaults to improve type error messages
martinw
1
-15
/
+24
2000-08-09
added position information to case alternatives and changed the typing
martinw
1
-77
/
+106
2000-08-01
improving error messages
martinw
1
-11
/
+16
2000-07-14
De predefined symbols worden in check.icl aangepast. Het
martijnv
1
-0
/
+3
2000-07-10
optimised consequence checking for explicit imports
martinw
1
-20
/
+43
[next]