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-05-01
bug fix: make case for variable pattern explicit
ronny
1
-1
/
+1
2002-04-19
docommand.c
johnvg
1
-0
/
+16
2002-04-19
no message
johnvg
1
-0
/
+0
2002-04-19
docommand.h
johnvg
1
-0
/
+12
2002-04-11
support for generic type context like in
alimarin
26
-160
/
+579
2002-04-04
- removed strictness annotations
martijnv
2
-4
/
+4
2002-04-04
* bug fix to correctly separate types without Clean definition from types which
martijnv
1
-2
/
+1
2002-04-03
- collection of used type constructors in unify/coerce. There are two sources:
martijnv
9
-124
/
+182
2002-03-28
fixes in generics to compile with Clean 2.0
alimarin
6
-73
/
+65
2002-03-27
don't try to add arguments to 'code' functions
johnvg
1
-2
/
+4
2002-03-27
remove debug output
johnvg
1
-1
/
+1
2002-03-27
fix bug in CharList with \010 char
johnvg
1
-1
/
+18
2002-03-27
compile_with_generics = False
johnvg
1
-1
/
+1
2002-03-26
set the explicit flag for cases generated for && and || to True
johnvg
1
-14
/
+5
2002-03-26
don't move tuple and record selectors into explicit cases
johnvg
1
-38
/
+83
2002-03-25
new implementation of generics
alimarin
39
-627
/
+4606
2002-03-25
fix version number
johnvg
1
-0
/
+0
2002-03-25
synchronize version number with backend.dcl
johnvg
1
-2
/
+2
2002-03-20
bug fix: prevent compiler crash if type in icl module has
johnvg
1
-0
/
+3
2002-03-20
bug fixes: record updates with unboxed tuple fields and
johnvg
1
-0
/
+0
2002-03-20
set sdef_exported bit for sdefs in the main dcl module to
johnvg
1
-0
/
+2
2002-03-20
bug fix for record updates in a lazy context with unboxed tuple fields
johnvg
1
-7
/
+48
2002-03-11
- bug fix: added a forgotten alternative to function convertDynamics for
martijnv
1
-3
/
+1
2002-03-11
- bug fix: added a forgotten alternative to function convertDynamics for
martijnv
1
-4
/
+5
2002-03-08
remove unused argument td_args from functions
johnvg
1
-21
/
+17
2002-03-08
commented out some debug code to reduce memory allocation by
johnvg
1
-1
/
+1
2002-03-08
make result of function build_inequalities strict to reduce
johnvg
1
-0
/
+1
2002-03-08
make result of function add_declaration strict to reduce
johnvg
1
-2
/
+2
2002-03-08
new backend version
ronny
3
-156
/
+156
2002-03-06
bug fix in 'improved' tail recursion modulo cons optimisation
johnvg
1
-1
/
+1
2002-03-06
improve tail recursion modulo cons optimisation
johnvg
2
-118
/
+163
2002-03-05
prevent compiler crash if too few members are specified in
johnvg
1
-27
/
+37
2002-03-04
fix tail recursion modulo cons optimisation
johnvg
2
-36
/
+49
2002-03-04
add RULE_TAIL_MODULO_CONS_ENTRY_MASK
johnvg
1
-0
/
+1
2002-03-04
add missing case for TAS constructor (for strict lists)
johnvg
1
-1
/
+3
2002-03-04
Export proper new type of transformGroups
diederik
2
-2
/
+11
2002-02-28
unbox record update function arguments
johnvg
2
-185
/
+153
2002-02-28
remove some code for debugging
johnvg
1
-12
/
+8
2002-02-28
add unboxing of records for update function
johnvg
1
-1
/
+5
2002-02-28
add unboxing of records in unboxed closures (for record updates)
johnvg
1
-13
/
+50
2002-02-28
add UNBOX_UPDATE_FUNCTION_ARGUMENTS
johnvg
1
-0
/
+1
2002-02-28
thunk lift u record selections and 0 arity constructors
johnvg
1
-80
/
+187
2002-02-28
compare record states when comparing strictness
johnvg
1
-99
/
+112
2002-02-28
some bug fixes from Clean 1.3
johnvg
1
-15
/
+93
2002-02-28
convert record updates of multiple records into one update node
johnvg
1
-12
/
+11
2002-02-28
fix bug in computing the conversion table for macros that appear
johnvg
1
-1
/
+1
2002-02-27
fix bug: report error when the same constructor or member
johnvg
1
-60
/
+98
2002-02-26
Bug fix: Dictionary arguments were not passed correctly to other dictionaries
sjakie
1
-0
/
+12
2002-02-19
Disable debugging traces
diederik
1
-7
/
+7
2002-02-19
Reorder functions and introduce state record for determine_args
diederik
1
-967
/
+1177
[prev]
[next]