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