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
/
generics1.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-11
use ClassInstanceMember array for ins_members instead of DefinedSymbol array,
johnvg
1
-71
/
+19
2010-07-02
pass Ident name instead of Ident to functions to create generic idents
johnvg
1
-13
/
+13
2010-05-07
no message
johnvg
1
-4
/
+1
2010-05-07
report an error if a generic instance is derived for a type with an
johnvg
1
-33
/
+41
2010-02-05
add optimizations for generic bimap,
johnvg
1
-159
/
+931
2010-02-05
make local build_ functions global
johnvg
1
-73
/
+88
2010-02-05
use record FunsAndGroups instead of a tuple
johnvg
1
-223
/
+79
2010-02-04
make generic info lazy to improve fusion results,
johnvg
1
-65
/
+19
2010-02-04
fix bug in foldExpr for @, first expression was used twice
johnvg
1
-50
/
+16
2010-02-04
remove unused code
johnvg
1
-235
/
+3
2008-10-28
remove fields gen_cases and gen_star_cases because they are not
johnvg
1
-5
/
+1
2007-12-20
update ft_arity of generated dcl functions, if this field is not updated, fusion
johnvg
1
-5
/
+3
2007-09-05
use an integer instead of a string in GenTypeVar
johnvg
1
-14
/
+23
2007-09-05
use bimapId instead of bimap{|*|} for variables
johnvg
1
-10
/
+23
2007-04-11
rename field cons_index as cons_number
johnvg
1
-2
/
+2
2007-02-14
add space before and after @
johnvg
1
-1
/
+1
2006-11-16
report an error if an existential type is used
johnvg
1
-6
/
+9
2006-07-17
substitute TA_RootVar when expanding type synonyms
johnvg
1
-1
/
+6
2005-11-21
remove unused constructor WildCard
johnvg
1
-2
/
+0
2005-11-18
correct the arities in the 'incorrect arity' error message
johnvg
1
-9
/
+5
2005-04-22
remove code for Clean 1.3
johnvg
1
-6
/
+0
2005-04-21
remove unused variable generated_arg_names
johnvg
1
-2
/
+0
2003-07-15
OBJECT marking is added
alimarin
1
-28
/
+163
2003-06-19
removed unused field class_arg_kinds
ronny
1
-2
/
+1
2003-06-16
fixed bug with field indexes in StdGeneric
alimarin
1
-2
/
+5
2003-05-16
renamed field names of type Ident in syntax tree
ronny
1
-162
/
+162
2003-05-14
foldExp - added alternative for EE
alimarin
1
-0
/
+2
2002-11-28
added special handling for strings:
alimarin
1
-10
/
+16
2002-11-12
bugs fixed in generics
alimarin
1
-55
/
+117
2002-10-01
minor changes in generics
alimarin
1
-7
/
+21
2002-06-17
removed ignored !'s
johnvg
1
-11
/
+11
2002-06-03
removed trace
alimarin
1
-4
/
+4
2002-06-03
added constructor/type/field information to generics
alimarin
1
-577
/
+1128
2002-04-11
support for generic type context like in
alimarin
1
-14
/
+192
2002-03-28
fixes in generics to compile with Clean 2.0
alimarin
1
-21
/
+11
2002-03-25
new implementation of generics
alimarin
1
-0
/
+3062