root/trunk/ProjectFortress

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4195 [4195] 2 months jmaessen [library] Use getters in compiled code (and fix up some getter references …
(edit) @4194 [4194] 2 months jmaessen Make most fields final by default.
(edit) @4193 [4193] 2 months jmaessen [codegen] cross-component references to top-level variables.
(edit) @4192 [4192] 2 months sukyoungryu [environment] Fixed handling of operators with different fixities as …
(edit) @4191 [4191] 2 months skilpat [desugarer] Added ChainExprDesugarer after type checking. All …
(edit) @4190 [4190] 2 months sukyoungryu [environment] Reverted changes in r4187.
(edit) @4189 [4189] 2 months sukyoungryu [tests] Tests refactoring.
(edit) @4188 [4188] 2 months sukyoungryu [tests] Fixed a .test file to include 'link'. Added a .test file for the …
(edit) @4187 [4187] 2 months sukyoungryu [static checker] Implemented static checks for operator imports. Fixed …
(edit) @4186 [4186] 2 months sukyoungryu [type checker] Implemented type checking of label and exit expressions. …
(edit) @4185 [4185] 2 months sukyoungryu [ast] Replaced List<Expr> with Block for the body of LetExpr?.
(edit) @4184 [4184] 2 months sukyoungryu [test] Moved one static test from not_working_static_tests/ to …
(edit) @4183 [4183] 2 months skilpat [type checker] Fixed bug with error messages printing string format …
(edit) @4182 [4182] 2 months jmaessen [codegen] Fix infelicities in reporting of internal compiler errors.
(edit) @4181 [4181] 2 months sukyoungryu [timing test] Turn off the timing test of Compiled5 again.
(edit) @4180 [4180] 2 months jmaessen [testing] Correctly signal when nonexistent file is passed to fortress …
(edit) @4179 [4179] 2 months sukyoungryu [tests] Added more static tests.
(edit) @4178 [4178] 2 months sukyoungryu [tests] Moved 10 static tests from not_working_static_tests/ to …
(edit) @4176 [4176] 2 months sukyoungryu [tests] Turned on Compiled5.timing. [Copyright] Fixed copyright notices.
(edit) @4175 [4175] 2 months dr2chase Added Scala 2.7.6 jars, left 2.7.5 in place in case of disaster, but …
(edit) @4174 [4174] 2 months jmaessen [tests] Instated true and false constants (no actual testing of them in …
(edit) @4173 [4173] 2 months dr2chase Safe checkin, working towards generics, need a fresh checkout to get …
(edit) @4172 [4172] 2 months skilpat [indices] Cleaned up the code for determining if a Functional has a …
(edit) @4171 [4171] 2 months EricAllen More object tests.
(edit) @4170 [4170] 2 months jmaessen [codegen] Dependency analysis for top-level value bindings (including …
(edit) @4169 [4169] 2 months jmaessen Tons of iterator cleanup.
(edit) @4168 [4168] 2 months chf birdcount file conversion
(edit) @4167 [4167] 2 months sukyoungryu [tests] Added more tests.
(edit) @4166 [4166] 2 months jrhil47 [TypeChecker?] Fixed LetFns?
(edit) @4165 [4165] 2 months jmaessen Code cleanups encountered during bug hunting.
(edit) @4164 [4164] 2 months dr2chase Added increment to index within pair-of-lists-iterating loop. Fixes …
(edit) @4163 [4163] 2 months dr2chase Semi-fix for naming problem Jan found with Compiled7.Comprehensions1 …
(edit) @4162 [4162] 2 months sukyoungryu [parser] Clean up.
(edit) @4161 [4161] 2 months sukyoungryu [disambiguator] More fix in ExprDisambiguator?. Added more tests.
(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) @4151 [4151] 3 months jmaessen Fix odd indentation
(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) @4147 [4147] 3 months EricAllen Added more long term tests.
(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) @4144 [4144] 3 months EricAllen Added a simple working test for for loops.
(edit) @4143 [4143] 3 months EricAllen More fringe reorg.
(edit) @4142 [4142] 3 months EricAllen Moved fringe files to new location.
(edit) @4141 [4141] 3 months EricAllen Reorganized some fringe files.
(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) @4135 [4135] 3 months jmaessen [testing] Type-annotated version of Compiled8 that compiles but crashes at …
(edit) @4134 [4134] 3 months jmaessen [tests] Compiled7 now works after carrying across changes from …
(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) @4131 [4131] 3 months sukyoungryu [demos] Fixed more getter call syntax in demos.
(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) @4127 [4127] 3 months sukyoungryu [compiler tests] Renamed Comprehensions tests to CompiledX tests.
(edit) @4126 [4126] 3 months sukyoungryu [tests] Removed component headers from Comprehensions tests.
(edit) @4125 [4125] 3 months jmaessen testing: make Compiled8 test closure over top-level non-generic function.
(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) @4099 [4099] 3 months dr2chase Adding some funtional-method-test sources
(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) @4091 [4091] 3 months sukyoungryu [compiler tests] Moved more static tests from not_working_static_tests/ to …
(edit) @4090 [4090] 3 months jmaessen [testing] Uncomment second test in Compiled6.fss, proving that at least …
(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 …
Note: See TracRevisionLog for help on using the revision log.