root/trunk/ProjectFortress/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4160 [4160] 2 months sukyoungryu [disambiguator] Fixed ExprDisambiguator? and added more tests. The big …
(edit) @4159 [4159] 2 months sukyoungryu [disambiguator] Moved static checks from IndexBuilder? to …
(edit) @4158 [4158] 2 months sukyoungryu [disambiguator] Fixing ExprDisambiguator? (work in progress)
(edit) @4157 [4157] 2 months skilpat [type checker] Fixed type checking of function applications involving …
(edit) @4156 [4156] 2 months sukyoungryu [disambiguator] Replaced ExprDisambiguator? in Java with one in Scala. …
(edit) @4155 [4155] 2 months Crink [library] Reinstating r4150; everything works now.
(edit) @4154 [4154] 2 months jmaessen [codegen] Top-level bindings. At present, we are restricted as follows: * …
(edit) @4153 [4153] 3 months jmaessen [codegen] Fix Heisenbug that was causing some executions of Compiled7 to …
(edit) @4152 [4152] 3 months Crink Reverting: Seems my r4150 was broken. Hmmmm. Seemed to test ok at work.
(edit) @4150 [4150] 3 months Crink Library, interpreter glue: Added methods to ZZ to convert to ZZ32 or ZZ64. …
(edit) @4149 [4149] 3 months skilpat [ast] Split CoercionInvocation? node into three subnodes for traits, …
(edit) @4148 [4148] 3 months jrhil47 [Typechecker] Fixed a bug with inference of parameters on FnExprs?.
(edit) @4146 [4146] 3 months jmaessen [testing] Consolidated now-working Compiled7fo, Compiled7, and Compiled8. …
(edit) @4145 [4145] 3 months dr2chase Fixed glitches in arrows of arrows, now allows Compiled8 to run (part of …
(edit) @4140 [4140] 3 months dr2chase Fixed naming glitches with empty parameter lists; also tweaked a couple of …
(edit) @4138 [4138] 3 months sukyoungryu [parser] Fixed the import collector handling renamed operators.
(edit) @4137 [4137] 3 months EricAllen Added part of the fringe of programs that must pass to complete long term …
(edit) @4133 [4133] 3 months sukyoungryu [compiler tests] Added compiler tests for generics.
(edit) @4132 [4132] 3 months jmaessen [codegen] Correct free variable handling for closures. Majority of code …
(edit) @4130 [4130] 3 months sukyoungryu [disambiguator] Fixed handling getters and setters in ExprDisambiguator?. …
(edit) @4129 [4129] 3 months jmaessen [codegen] 1-sided conditionals now work correctly (by dint of pushing () …
(edit) @4128 [4128] 3 months jmaessen [codegen] Fix two major bugs: first, make sure we name system classes …
(edit) @4124 [4124] 3 months sukyoungryu [disambiguator] Fixed disambiguation of labels.
(edit) @4123 [4123] 3 months sukyoungryu [disambiguator] Implemented static checks for the new namespace story.
(edit) @4122 [4122] 3 months sukyoungryu [static checker] An abstract method can be implemented by concrete methods …
(edit) @4121 [4121] 3 months EricAllen Added infrastructure for type checking LetFns?.
(edit) @4120 [4120] 3 months sukyoungryu [disambiguator] Minor fixes in ExprDisambiguator?. [copyright] Fixed …
(edit) @4119 [4119] 3 months dr2chase Not sure how these were missed, but they were.
(edit) @4118 [4118] 3 months dr2chase Functional methods are somewhat working as they are supposed to; native …
(edit) @4117 [4117] 3 months sukyoungryu [static checker] Abstract method checker handles functional methods too.
(edit) @4116 [4116] 3 months sukyoungryu [overloading checker] Implemented overloading with renamed imports.
(edit) @4115 [4115] 3 months sukyoungryu [tests] Eliminated a redundant test: ScalaTypeCheckerJUTest. Turned off …
(edit) @4114 [4114] 3 months sukyoungryu [overloading checker] Implementing overloading with renamed imports. (Work …
(edit) @4113 [4113] 3 months sukyoungryu [overloading checker] Implementing overloading with renamed imports. (Work …
(edit) @4112 [4112] 3 months jmaessen [compiler, library, tests] Work on getting RR64 to run (seems OK so far …
(edit) @4111 [4111] 3 months jrhil47 [desugarer] Added the CoercionDesugarer?, which desugars all …
(edit) @4110 [4110] 3 months sukyoungryu [tests] Set Scala mode to FALSE when running TopLevelEnvGenJUTest.
(edit) @4107 [4107] 3 months jrhil47 [desugarer] Turned on the AssignmentDesugarer?, but it is untested since we …
(edit) @4106 [4106] 3 months jrhil47 [Codegen] Fixed the "_ should be in scope" errors that were appearing …
(edit) @4105 [4105] 3 months dr2chase Fixed new Funmet tests, fixed name generation for references to methods in …
(edit) @4103 [4103] 3 months jrhil47 [desugarer] Wrote code for desugaring [compound] assignments into a tuple …
(edit) @4100 [4100] 3 months jrhil47 [Typechecker] Fixed bug that drops arguments.
(edit) @4098 [4098] 3 months jrhil47 [Typechecker] Rolling back my last commit.
(edit) @4097 [4097] 3 months jrhil47 [Typechecker] Fixed a bug that was causing us to drop arguments.
(edit) @4096 [4096] 3 months jrhil47 [ast] Changed Assignment a bit to use a list of CompoundAssignmentInfo? to …
(edit) @4095 [4095] 3 months jrhil47 [type checker] Added coercions to function application. Compiled9 works …
(edit) @4094 [4094] 3 months jrhil47 [Typechecker] Added functionality that will allow us to combine inference …
(edit) @4093 [4093] 3 months jmaessen [library] Counted loops using # (but not : for now due to testing …
(edit) @4092 [4092] 3 months sukyoungryu [parser] Backed off an error production.
(edit) @4089 [4089] 3 months jmaessen [testing, libraries] Most of the code required by Compiled7fo.fss now …
(edit) @4087 [4087] 3 months dr2chase Jan's RR64 patches, plus fixes required to make the rest of the system …
(edit) @4086 [4086] 3 months jrhil47 [ast] Added a MethodInfo? object to ArrowType? so that we can keep track of …
(edit) @4085 [4085] 3 months jmaessen [codegen] Stuff hung during last commit (and Christine made overlapping …
(edit) @4084 [4084] 3 months chf cleanup
(edit) @4083 [4083] 3 months jmaessen [codegen] Free variable analysis is now wired in. It will complain if the …
(edit) @4082 [4082] 3 months sukyoungryu [parser] Fixed the import collector to handle underscores. [compiler …
(edit) @4080 [4080] 3 months sukyoungryu [parser] Made the Import Collector fail gracefully. Improved error …
(edit) @4078 [4078] 3 months dr2chase Lambdas and classloader and arrow types are all somewhat working; more …
(edit) @4077 [4077] 3 months EricAllen Implemented hygienic renaming for component linking.
(edit) @4075 [4075] 3 months chf lambdas
(edit) @4074 [4074] 3 months dr2chase Naming tweak for transition
(edit) @4073 [4073] 3 months jrhil47 [type checker] Implemented type checking of Assignment expressions.
(edit) @4072 [4072] 3 months dr2chase Minor changes to MacPortsHelper?, plus script to run
(edit) @4071 [4071] 3 months dr2chase Refactoring of more names; classloader enhancements.
(edit) @4067 [4067] 3 months jrhil47 [desugarer] Corrected Assignment desugaring to use the right op refs, if …
(edit) @4066 [4066] 3 months sukyoungryu [static checker] Implemented that object expressions should not define any …
(edit) @4065 [4065] 3 months sukyoungryu [desugaring] Commented out the offending lines and reverted the changes …
(edit) @4064 [4064] 3 months jrhil47 [desugaring] Corrected the post-type checking desugaring of Assignments.
(edit) @4063 [4063] 3 months jmaessen [useful] Support efficient set union, intersection, and difference (via …
(edit) @4062 [4062] 4 months sukyoungryu [overloading checker] Check that a functional which takes a single …
(edit) @4061 [4061] 4 months jrhil47 [type checker] Fixed bug in type checking a tight juxt. Now it tries to …
(edit) @4060 [4060] 4 months jrhil47 [type checker] Fixed bug in environments. Fixed nyi.Compiled6.u.fss and …
(edit) @4059 [4059] 4 months sukyoungryu [syntactic abstraction tests] Fixed missing plumbing of components and …
(edit) @4057 [4057] 4 months sukyoungryu [parser] Implemented the new function expression syntax.
(edit) @4049 [4049] 4 months skilpat [type checker] Fixed bug in checking LocalVarDecls? with declared types.
(edit) @4048 [4048] 4 months sukyoungryu [copyright] Fixed copyright notices and a .test file.
(edit) @4047 [4047] 4 months dr2chase Modified mangling, added better test
(edit) @4046 [4046] 4 months dr2chase Repaired test, sort of
(edit) @4045 [4045] 4 months jrhil47 [Typechecker] Made some changes to fix the interaction of Juxt and FnExpr?
(edit) @4044 [4044] 4 months dr2chase Updates for more symbolic freedom, generating triggers for classloading of …
(edit) @4043 [4043] 4 months jmaessen [codegen] Refactored task generation and made it use "actual" free …
(edit) @4042 [4042] 4 months jon [syntax] throw an error if an extension grammar is null
(edit) @4041 [4041] 4 months jrhil47 [errors] Major overhaul of application expression error messages. Fixed …
(edit) @4039 [4039] 4 months jmaessen [compiler] Tweaks to BASet, cleanup of CodeGen?.
(edit) @4038 [4038] 4 months dr2chase Turned back two changes that would bust things for Christine
(edit) @4036 [4036] 4 months dr2chase Added flag to distinguish between FnRef? as closure and FnRef? as apply; …
(edit) @4035 [4035] 4 months chf small fix at David's request.
(edit) @4034 [4034] 4 months chf oops
(edit) @4033 [4033] 4 months chf Get the signatures right for Compiled6
(edit) @4032 [4032] 4 months dr2chase More untangling of method and type descriptors
(edit) @4031 [4031] 4 months jrhil47 [error messages] Began writing infrastructure for better error messages …
(edit) @4030 [4030] 4 months dr2chase Classloader now enabled; naming fixed, one incorrect test moved aside till …
(edit) @4029 [4029] 4 months sukyoungryu [compiler tests] Added more tests for the getter call syntax.
(edit) @4028 [4028] 4 months dr2chase Commoning up code in the code generator; mangling names to make them legal
(edit) @4027 [4027] 4 months jrhil47 [static errors] Cleaning up StaticErrors? a bit; when making StaticErrors?, …
(edit) @4026 [4026] 4 months sukyoungryu [overloading checker] Fixed a bug handling static arguments of enclosing …
(edit) @4025 [4025] 4 months jrhil47 [type checker] Fixed bug in static instantiation. Comprehensions are one …
(edit) @4024 [4024] 4 months sukyoungryu [compiler index] Fixed IndexBuilder? handling getters and setters.
(edit) @4023 [4023] 4 months sukyoungryu [compiler index] Added modifier getters to functional indices.
(edit) @4022 [4022] 4 months dr2chase Some reorg and cleanup to make life better for Arrow types …
Note: See TracRevisionLog for help on using the revision log.