aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-29remove some unused code, fix some typosjohnvg1-67/+36
2009-07-28fix uniqueness type bug (not detected because of bug in refmark)johnvg3-9/+6
2009-07-28mark strict vars with VI_StrictLetVar, transform case of such a varjohnvg2-5/+7
2009-07-28create new fv_info_ptr's for strict lets in distributeLets, because otherwisejohnvg2-68/+18
2009-07-01prevent compiler crash if a dynamic type contains a type constructor variable,johnvg1-16/+18
2009-06-15report an error if a non unique * annotated type T is inferred in a function ...johnvg1-20/+28
2009-06-11restore all modified pointers (prevents compiler crash if anjohnvg1-1/+1
2009-06-05make function add_new_variable global instead of localjohnvg1-6/+5
2009-06-05fix for existential/universal type variables of kind > *johnvg1-37/+25
2009-06-05remove some commentsjohnvg1-6/+1
2009-06-05fix for existential/universal type variables of kind > *johnvg1-41/+34
2009-06-05remove some commentsjohnvg1-10/+6
2009-06-05keep case_explicit, instead of setting case_explicit to False for alljohnvg1-168/+98
2009-05-14add dynamic_type_used result at wantModule callsjohnvg1-2/+2
2009-05-14report error if type Dynamic is used without importing StdDynamic,johnvg2-10/+12
2009-05-14pass use of type Dynamic from parser to checkModulejohnvg1-3/+3
2009-05-14remember use of type Dynamicjohnvg2-53/+47
2009-04-29bug fix: initialize atype_vars1 as intendedjohnvg1-3/+3
2009-02-25prevent compiler crash when check import completeness of a generic functionjohnvg1-0/+2
2009-02-25add explicit import of generic functionsjohnvg3-11/+21
2009-02-25replace type ImportedIdent by Ident because ii_extended is not usedjohnvg5-46/+30
2009-01-14add seqjohnvg15-17/+141
2008-12-19pass world to main function without argumentjohnvg1-2/+2
2008-12-19add BEBindSpecialType, BEOverloadedCaseNode and BEGetErrorjohnvg1-0/+3
2008-12-19remove BENrOfBasicTypesjohnvg1-1/+0
2008-12-19add integers and rationalsjohnvg7-69/+226
2008-12-19add integers and rationals, allow use of main instead of Startjohnvg1-11/+67
2008-12-19add integers and rationalsjohnvg4-11/+325
2008-12-19add integers and rationalsjohnvg2-1/+51
2008-12-19add hsFilejohnvg2-1/+5
2008-12-19add AddStrictnessToExportedFunctionTypesjohnvg3-6/+50
2008-12-19add -seft, AddStrictnessToExportedFunctionTypesjohnvg1-0/+3
2008-12-19add BEGetErrorjohnvg1-0/+3
2008-12-19add ExitEnv_validjohnvg1-0/+20
2008-12-19add ExitEnv_validjohnvg2-4/+18
2008-12-19remove BENrOfBasicDenotsjohnvg3-5/+3
2008-12-19remove NR_Of_Basic_Denots, BENrOfBasicDenotsjohnvg1-1/+0
2008-12-19remove RecordNode, IdentNode, ApplyNode and ScopeNodejohnvg1-42/+0
2008-12-19add OverloadedCaseNode, integer_denot and rational_denotjohnvg1-4/+13
2008-12-19remove unused function NewRulejohnvg2-31/+0
2008-12-19remove Enum function idsjohnvg3-44/+0
2008-12-19remove unused field cl_exist_quant_typevarsjohnvg1-1/+0
2008-12-19remove RecordNode, IdentNode, ApplyNode, ScopeNode and IndirectionNodejohnvg3-52/+0
2008-11-10use a loop to adjust predefined symbols of dynamics and genericsjohnvg1-73/+8
2008-11-10make indices of predefined types and expressions of dynamics and genericsjohnvg2-197/+105
2008-10-28remove fields gen_cases and gen_star_cases because they are notjohnvg3-41/+1
2008-05-19fix conversion of nested guards that may fail, incorrect code was generatedjohnvg1-10/+31
2008-04-10remove unnecessary import from _aconcatjohnvg1-2/+0
2008-04-09report an error if a type context is specified multiple times in a function typejohnvg1-5/+8
2008-04-02fix bug in codegeneration for a redirection of an evaluated array tojohnvg1-2/+1