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
Age
Commit message (
Expand
)
Author
Files
Lines
2002-10-07
clear type propagation info from var heap
diederik
1
-0
/
+19
2002-10-01
minor changes in generics
alimarin
7
-41
/
+89
2002-09-30
improved case classification
diederik
1
-179
/
+180
2002-09-30
add 'safe' to active case info for casefun generation
diederik
5
-41
/
+166
2002-09-24
introduce functions for fail expressions on non-root positions
ronny
1
-1
/
+16
2002-09-24
bug fix for: abstract or synonym type with different number
johnvg
1
-36
/
+44
2002-09-24
fix bug if a class is used in a type context before the class
johnvg
2
-63
/
+120
2002-09-24
removed ignored !
johnvg
1
-1
/
+1
2002-09-24
removed unused ts_td_infos field in two patterns
johnvg
1
-2
/
+2
2002-09-24
removed second_of_2_tuple in mapSt
johnvg
2
-14
/
+6
2002-09-20
fixed bug in mergecases for dynamics (result from a failed experiment)
ronny
1
-4
/
+3
2002-09-20
moved var info definitions to the modules where they are used
ronny
5
-27
/
+37
2002-09-20
removed unnecessary exports
ronny
2
-15
/
+5
2002-09-20
removed SK_GeneratedCaseFunction: it's not necessary any more, because
ronny
4
-7
/
+1
2002-09-20
switch to 2.0 syntax, remove duplicated definitions from icl modules
ronny
2
-1626
/
+7
2002-09-20
switch to 2.0 syntax, remove duplicated definitions from icl modules
ronny
10
-138
/
+3
2002-09-19
bug fixed: check if overloading is solved in type codes, removed some unused ...
ronny
1
-50
/
+26
2002-09-19
fixed bugs caused by sharing of case and let info ptrs and using incorrect ca...
ronny
1
-36
/
+25
2002-09-19
major rewrite dynamics
ronny
11
-1256
/
+767
2002-09-04
Add SK_GeneratedCaseFunction for dynamic cases fix
diederik
5
-1
/
+6
2002-09-03
store record.field name in descriptor for record fields instead of just the f...
johnvg
2
-15
/
+13
2002-09-02
expand macros in dynamic expressions
ronny
1
-0
/
+9
2002-08-27
Added FailExpr node
ronny
3
-0
/
+5
2002-08-23
remove record fields: ui_convert_module_n and ui_conversion_table
johnvg
2
-10
/
+4
2002-08-23
the partitionate and lift functions in transform no longer use
johnvg
1
-12
/
+12
2002-08-23
remove record fields: ui_convert_module_n, ui_conversion_table,
johnvg
2
-169
/
+126
2002-08-22
disable trace statement
ronny
1
-1
/
+1
2002-08-22
transform implicit cases on rhs variables, see comment before splitCases in c...
ronny
3
-56
/
+642
2002-08-07
Add partitioning variants
diederik
2
-0
/
+484
2002-08-07
Move partitioning to separate module
diederik
4
-93
/
+99
2002-08-07
Add consumer annotations changed flag to reanalyseGroups result;
diederik
2
-17
/
+68
2002-08-01
fix curried constructor applications
diederik
1
-0
/
+16
2002-08-01
inline trivial functions and optionally constant functions
diederik
1
-17
/
+213
2002-08-01
add and use consumer_is_curried information to producer determination
diederik
1
-29
/
+55
2002-07-30
improved type annotations from build_application_type;
diederik
1
-6
/
+100
2002-07-30
specialize when special available
diederik
1
-14
/
+112
2002-07-29
add removing unused function arguments to fusion
diederik
1
-15
/
+31
2002-07-29
fixes for removing unused function arguments
diederik
1
-8
/
+36
2002-07-29
move typedefs from trans to syntax; allow for uncurried instances; fix compar...
diederik
6
-10
/
+18
2002-07-29
add to exports for unused strict let removal after fusion
diederik
1
-0
/
+9
2002-07-29
optimise (normal) selection from known records
diederik
1
-7
/
+28
2002-07-25
fix typo
diederik
1
-2
/
+2
2002-07-25
extend for reclassify
diederik
2
-111
/
+678
2002-07-25
make args for which specials exist active
diederik
1
-0
/
+14
2002-07-25
add collectVariable instance for Dictionaries for consumer reanalysis
diederik
1
-0
/
+3
2002-07-25
rename consumer classifications and add CUnused
diederik
4
-58
/
+82
2002-07-25
add PR_Unused for unused function arguments
diederik
2
-0
/
+2
2002-07-24
minor code reorganisation
diederik
1
-283
/
+316
2002-07-24
improved producer classification
diederik
1
-39
/
+125
2002-07-24
move consumer classification to separate module
diederik
4
-585
/
+613
[next]