aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)AuthorFilesLines
2011-12-08prevent compiler crash if a function is defined twice and imported,johnvg1-14/+7
2011-12-08improve uniqueness error message (by explaining how the 'indicated position' ...johnvg1-1/+1
2011-12-07prevent compile crash if dynamics are enabled and a type synonym is cyclicjohnvg1-1/+2
2011-11-10move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia...johnvg18-49/+34
2011-11-09add module expand_types containing some functions from module trans and modul...johnvg13-494/+535
2011-11-09adjust more imports after moving types Group and Component to module checksup...johnvg3-7/+2
2011-11-09move types Group and Component to module checksupportjohnvg5-20/+11
2011-11-08rename module StdCompare to compare_typesjohnvg11-355/+9
2011-11-08rename module StdCompare to compare_typesjohnvg1-1/+1
2011-11-08rename module StdCompare to compare_typesjohnvg8-8/+8
2011-11-08rename module StdCompare to compare_typesjohnvg2-0/+340
2011-11-08add import StdComparejohnvg1-1/+1
2011-11-08add import StdComparejohnvg1-1/+1
2011-11-08remove unnecessary imports of module check,johnvg20-23/+25
2011-11-08remove differences in layout between the compiler and the iTask compilerjohnvg1-132/+106
2011-11-08remove differences in layout between the compiler and the iTask compilerjohnvg1-5/+7
2011-11-07remove differences in layout between the compiler and the iTask compilerjohnvg1-225/+233
2011-11-07remove differences in layout between the compiler and the iTask compilerjohnvg1-196/+213
2011-11-07remove differences in layout between the compiler and the iTask compilerjohnvg1-6/+0
2011-11-07remove differences in layout between the compiler and the iTask compilerjohnvg1-55/+1
2011-11-07remove differences in layout between the compiler and the iTask compilerjohnvg1-37/+38
2011-11-07remove differences in layout between the compiler and the iTask compilerjohnvg1-22/+22
2011-11-07remove differences in layout between the compiler and the iTask compilerjohnvg1-127/+131
2011-11-07remove differences in layout between the compiler and the iTask compilerjohnvg1-17/+16
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-43/+1
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-2/+1
2011-11-04remove differences in layout between the compiler and the iTask compiler,johnvg1-2/+3
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-4/+4
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-2/+0
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg2-19/+14
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-2/+4
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-70/+40
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-6/+6
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg2-119/+62
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-40/+42
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-18/+9
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-303/+306
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-378/+359
2011-11-04remove differences in layout between the compiler and the iTask compilerjohnvg1-13/+4
2011-11-03remove differences in layout between the compiler and the iTask compilerjohnvg1-110/+97
2011-09-06remove unused function getGenericDefjohnvg1-9/+0
2011-09-06move mapSt2 and mapY2St from module check to module utilitiesjohnvg3-22/+44
2011-08-18remove unused constructor PE_Field of type ParsedExprjohnvg1-1/+0
2011-08-10prevent compiler crash if an uppercase generic identifier is used in a patternjohnvg1-26/+21
2011-06-30remove function sel_type_var, use foldSt instead of mapSt with unused list re...johnvg1-47/+24
2011-06-21prevent crash if a macro is exported using a function type, instead report errorjohnvg1-13/+27
2011-05-03only allow universal quantifiers at the root of a function argument type,johnvg1-78/+106
2011-04-21use strictness annotations in instance member types,johnvg11-229/+528
2011-04-19use unique array select and update instead of replacejohnvg11-70/+54
2011-04-18add instance declarations with a qualified class namejohnvg7-52/+89