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
/
syntax.dcl
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-25
replace type ImportedIdent by Ident because ii_extended is not used
johnvg
1
-11
/
+6
2008-10-28
remove fields gen_cases and gen_star_cases because they are not
johnvg
1
-2
/
+0
2007-09-11
make a![i] unique in yielded element if the yielded array is used only by
johnvg
1
-1
/
+6
2007-09-10
rename NormalSelectorUniqueElementResult as UniqueSelectorUniqueElementResult,
johnvg
1
-1
/
+3
2007-09-05
use an integer instead of a string in GenTypeVar
johnvg
1
-3
/
+2
2007-09-05
use bimapId instead of bimap{|*|} for variables
johnvg
1
-8
/
+3
2007-04-19
remove VI_Defined and VI_LocallyDefined because they are not used anymore
johnvg
1
-1
/
+0
2007-04-19
remove unused field cons_arg_vars,
johnvg
1
-6
/
+5
2007-04-13
implement newtype
johnvg
1
-3
/
+8
2007-04-12
implement {# and {! in array comprehensions that create a new array
johnvg
1
-3
/
+10
2007-04-11
remove string in AP_Empty constructor
johnvg
1
-1
/
+1
2007-04-11
rename field cons_index as cons_number
johnvg
1
-4
/
+3
2007-04-11
move some type definitions from checksupport.dcl to syntax.dcl
johnvg
1
-51
/
+83
2007-02-14
implement qualified explicit imports
johnvg
1
-12
/
+35
2007-02-06
in checkExplicitImportCompleteness when checking whether a symbol is imported,
johnvg
1
-0
/
+3
2007-01-29
remove instances from ExplImpComponentNrs, because it is always []
johnvg
1
-3
/
+2
2006-07-17
fix bug in anonymizeAttrVars, the previous algorithm replaced attribute
johnvg
1
-1
/
+6
2005-11-22
remove unused field tdi_mark
johnvg
1
-3
/
+2
2005-11-21
remove unused constructor WildCard
johnvg
1
-1
/
+0
2005-09-16
make line number in the
johnvg
1
-0
/
+1
2005-04-21
remove support for 1.3 import syntax
johnvg
1
-2
/
+1
2005-01-31
bug for for update of records with existential variable(s): compare indices
johnvg
1
-1
/
+1
2005-01-21
prevent compiler crash in function requirements_of_fields when
johnvg
1
-1
/
+1
2005-01-19
implement let in comprehensions
johnvg
1
-0
/
+1
2004-04-19
remove TC; types
ronny
1
-1
/
+1
2004-04-02
implement foreign export with stdcall
johnvg
1
-3
/
+10
2004-03-17
reification of type definitions
ronny
1
-2
/
+9
2003-12-15
add foreign export
johnvg
1
-0
/
+2
2003-12-11
move FunctionPattern type from syntax to backendconvert
johnvg
1
-8
/
+1
2003-12-11
remove BackendBody
johnvg
1
-6
/
+0
2003-10-17
added limited support for uniqueness attributes in dynamic types
ronny
1
-0
/
+1
2003-10-07
isolate Index type for compatability with Sparkle source tree
ronny
1
-3
/
+6
2003-08-20
removed unnecessary separate fields for universal variables,
ronny
1
-2
/
+1
2003-08-19
removed unused administrations
ronny
1
-2
/
+2
2003-07-15
OBJECT marking is added
alimarin
1
-1
/
+2
2003-06-19
removed unused field class_arg_kinds
ronny
1
-1
/
+0
2003-06-19
s/sd__ident/sd_ident/g
ronny
1
-2
/
+2
2003-06-13
removed PA bug workaround
ronny
1
-1
/
+0
2003-05-16
renamed field names of type Ident in syntax tree
ronny
1
-31
/
+31
2003-02-24
added fusion of unboxed lists of records, moved
johnvg
1
-3
/
+2
2003-01-08
Bug fix: uniqueness error in records
sjakie
1
-1
/
+1
2002-11-13
Removed bugs in analysis of abstract data types and adjusted typing of record...
sjakie
1
-1
/
+6
2002-11-01
moved RefCountsInCase and SplitsInCase type definitions from syntax to conver...
ronny
1
-33
/
+2
2002-10-31
Fix bug where wrong type code constructor was selected.
ronny
1
-1
/
+1
2002-10-30
Removed at least 4 bugs (maybe more, but i can't remember):
sjakie
1
-1
/
+1
2002-10-18
add boxed records and strict dot dot expressions
johnvg
1
-5
/
+6
2002-10-14
new type code and type code constructor representation
ronny
1
-2
/
+2
2002-10-01
minor changes in generics
alimarin
1
-0
/
+1
2002-09-30
add 'safe' to active case info for casefun generation
diederik
1
-0
/
+1
2002-09-20
moved var info definitions to the modules where they are used
ronny
1
-27
/
+3
[prev]
[next]