|
|
|
@2897
|
[2897]
|
14 months |
sukyoungryu |
[tests/demos] Made small changes.
|
|
|
|
@2893
|
[2893]
|
14 months |
jmaessen |
Test file for last checkin.
|
|
|
|
@2892
|
[2892]
|
14 months |
jmaessen |
Fix of Victor's bug: if we add a Ratio and an RR64, we got an error …
|
|
|
|
@2885
|
[2885]
|
14 months |
sukyoungryu |
[disambiguator] Fixed a shadowing detector bug handling labels. Closed …
|
|
|
|
@2875
|
[2875]
|
14 months |
angelee |
removing some comments that are no longer correct.
|
|
|
|
@2874
|
[2874]
|
14 months |
angelee |
[desugarer]
- Changed the way ObjectExpressionVisitor? is tested:
Instead …
|
|
|
|
@2868
|
[2868]
|
14 months |
sukyoungryu |
[parser] Fixed parsing numerals according to the spec 1.0b.
|
|
|
|
@2847
|
[2847]
|
14 months |
chf |
Closure.java was wrapping abortedexceptions and causing transactions to …
|
|
|
|
@2842
|
[2842]
|
14 months |
chf |
Tests no longer require run methods. You can run multiple tests at once …
|
|
|
|
@2840
|
[2840]
|
14 months |
sukyoungryu |
[language] Added the new syntax for big enclosing operator application. …
|
|
|
|
@2839
|
[2839]
|
14 months |
sukyoungryu |
[parser] Implemented the new big operator application syntax: BIG Op Expr. …
|
|
|
|
@2836
|
[2836]
|
14 months |
sukyoungryu |
[tests] Gave an explicit static argument to fix the broken build.
|
|
|
|
@2833
|
[2833]
|
14 months |
jmaessen |
abort followed by exit appears to perform the exit rather than the abort.
|
|
|
|
@2832
|
[2832]
|
14 months |
sukyoungryu |
[parser] To-the-end-of-line comments may be within a comment enclosed by …
|
|
|
|
@2830
|
[2830]
|
14 months |
sukyoungryu |
[comment] Added the new to-the-end-of-line comments.
|
|
|
|
@2829
|
[2829]
|
14 months |
sukyoungryu |
[language] Use 'outcome' instead of 'result' for an implicitly declared …
|
|
|
|
@2827
|
[2827]
|
15 months |
sukyoungryu |
[library] Added explicit static arguments to some method invocations.
|
|
|
|
@2826
|
[2826]
|
15 months |
sukyoungryu |
[delete] Eliminated the transient modifier.
|
|
|
|
@2822
|
[2822]
|
15 months |
jmaessen |
Minor code changes to support recent tickets. No interpreter changes
to …
|
|
|
|
@2815
|
[2815]
|
15 months |
sukyoungryu |
[interpreter] Signals an error with an informative message instead of a …
|
|
|
|
@2811
|
[2811]
|
15 months |
angelee |
[desugarer] Update the test file to test object expression defined within …
|
|
|
|
@2810
|
[2810]
|
15 months |
sukyoungryu |
[parser] Fixed handling semicolons in case expressions.
|
|
|
|
@2808
|
[2808]
|
15 months |
sukyoungryu |
[parser] We can comingle type-annotated and un-annotated variable …
|
|
|
|
@2806
|
[2806]
|
15 months |
jmaessen |
Slightly better exception EmptyReduction for BIG MIN, BIG MAX, and
other …
|
|
|
|
@2804
|
[2804]
|
15 months |
jmaessen |
Some cleanups, checked in working test-passing version of strided
range …
|
|
|
|
@2794
|
[2794]
|
15 months |
chf |
Don't let orphaned transactions return values, various cleanups, dial back …
|
|
|
|
@2792
|
[2792]
|
15 months |
jmaessen |
Created type Contains[\T\] which is extended by Range[\T\] and by …
|
|
|
|
@2789
|
[2789]
|
15 months |
sukyoungryu |
[parser] Transient object parameters must not be mutable.
|
|
|
|
@2787
|
[2787]
|
15 months |
sukyoungryu |
[library] Changed toString methods of arrays to drop '='.
|
|
|
|
@2782
|
[2782]
|
15 months |
sukyoungryu |
[parser] Ampersands do not appear in inappropriate places. Fixed Ticket …
|
|
|
|
@2781
|
[2781]
|
15 months |
sukyoungryu |
[parser] Prime characters may be used in identifiers. LINE SEPARATOR …
|
|
|
|
@2780
|
[2780]
|
15 months |
sukyoungryu |
[parser] It is a static error for a Fortress program to contain any …
|
|
|
|
@2779
|
[2779]
|
15 months |
sukyoungryu |
[parser] Characters allowed only within comments and string and character …
|
|
|
|
@2765
|
[2765]
|
15 months |
black |
String comparison passes tests! This includes SubString?' objects
…
|
|
|
|
@2759
|
[2759]
|
15 months |
sukyoungryu |
[parser] Implemented some static checks on characgter literals. Closed …
|
|
|
|
@2755
|
[2755]
|
15 months |
dr2chase |
Fixes for compiled environments -- mostly they work, but are switched off, …
|
|
|
|
@2752
|
[2752]
|
15 months |
sukyoungryu |
[parser] Provides better error messages for unbalanced comments.
|
|
|
|
@2751
|
[2751]
|
15 months |
sukyoungryu |
[copyright] Fixed a copyright notice.
|
|
|
|
@2750
|
[2750]
|
15 months |
jmaessen |
Partial cleanup of getters and setters. FortressLibrary, …
|
|
|
|
@2743
|
[2743]
|
15 months |
sukyoungryu |
[parser] The opening and closing marks of character literals 'match', …
|
|
|
|
@2742
|
[2742]
|
15 months |
sukyoungryu |
[parser] The opening and closing marks of string literals 'match', i.e., …
|
|
|
|
@2740
|
[2740]
|
15 months |
angelee |
[desugarer] implemented static type parameters captured by object …
|
|
|
|
@2739
|
[2739]
|
15 months |
black |
Next iteration of CordedStrings?, with substring nodes. Comparison of …
|
|
|
|
@2736
|
[2736]
|
15 months |
sukyoungryu |
[copyright] Fixed a copyright notice.
|
|
|
|
@2732
|
[2732]
|
15 months |
angelee |
[desugarer] implemented code for handling static type params captured by …
|
|
|
|
@2713
|
[2713]
|
15 months |
dr2chase |
The interpreter is no longer performing imports,
and instead relies on …
|
|
|
|
@2706
|
[2706]
|
15 months |
angelee |
[desugarer] added test cases for objExpr capturing immutable variables.
|
|
|
|
@2702
|
[2702]
|
15 months |
sukyoungryu |
[disambiguator] Fixed handling typecase bindings in the shadow detector. …
|
|
|
|
@2698
|
[2698]
|
15 months |
sukyoungryu |
[copyright] Fixed copyright notices.
|
|
|
|
@2695
|
[2695]
|
15 months |
nbeckman |
[disambiguator] We now report errors if a unqualified reference to a type …
|
|
|
|
@2682
|
[2682]
|
15 months |
mspiegel |
[library] Added minimum() and maximum() methods to ZZ32 and ZZ64. These …
|
|
|
|
@2672
|
[2672]
|
15 months |
angelee |
[desugarer] implemented code for handling mutable vars captured by object …
|
|
|
|
@2669
|
[2669]
|
15 months |
sukyoungryu |
[setter desugarer] Removed the atomic/var modifier from the generated …
|
|
|
|
@2667
|
[2667]
|
15 months |
sukyoungryu |
[setter desugarer] Fixed a bug recognizing settable fields without …
|
|
|
|
@2665
|
[2665]
|
15 months |
sukyoungryu |
[tests] Added a test file for the getter/setter desugarer.
|
|
|
|
@2664
|
[2664]
|
15 months |
sukyoungryu |
[desugarer] Implemented setter desugaring.
|
|
|
|
@2660
|
[2660]
|
16 months |
nbeckman |
[disambiguator, tests, bugfix]
- This commit was primarily intended as a …
|
|
|
|
@2653
|
[2653]
|
16 months |
EricAllen |
Brought automatic getter generation online.
Moved the getter desugar to …
|
|
|
|
@2648
|
[2648]
|
16 months |
mspiegel |
[library] Added the DIVIDES operator to trait Integral, with some test …
|
|
|
|
@2635
|
[2635]
|
16 months |
jmaessen |
Can't reproduce Bug #160 anymore, so eliminated the workarounds.
We'll see …
|
|
|
|
@2634
|
[2634]
|
16 months |
jmaessen |
Added strToInt (convert String to ZZ32) to FortressLibrary.fss. This …
|
|
|
|
@2633
|
[2633]
|
16 months |
sukyoungryu |
[copyright] Fixed copyright notices.
|
|
|
|
@2631
|
[2631]
|
16 months |
sukyoungryu |
[shell] Fixed the problem of failing only with JUnit tests.
|
|
|
|
@2628
|
[2628]
|
16 months |
angelee |
[desugarer] implemented code for handling mutable varRefs captured by …
|
|
|
|
@2619
|
[2619]
|
16 months |
black |
The great restructuring of the world consequent on turning String into a …
|
|
|
|
@2618
|
[2618]
|
16 months |
jmaessen |
[interpreter] Permit unification of overloaded functions passed as …
|
|
|
|
@2609
|
[2609]
|
16 months |
EricAllen |
Turned on shadowing detection, after fixing remaining bugs in the detector …
|
|
|
|
@2606
|
[2606]
|
16 months |
jmaessen |
[Interpreter] Bunches of whiatespace cleanup, primarily to tasks.
Added …
|
|
|
|
@2603
|
[2603]
|
16 months |
sukyoungryu |
[parser] Supports more Unicode characters in Fortress programs.
|
|
|
|
@2601
|
[2601]
|
16 months |
sukyoungryu |
[parser] Implemented the following synonym operators:
HYPHEN-MINUS …
|
|
|
|
@2598
|
[2598]
|
16 months |
sukyoungryu |
[parser] Supports more Unicode characters in Fortress programs including …
|
|
|
|
@2582
|
[2582]
|
16 months |
angelee |
[desugarer] Restructured the FreeNameVisitor? to traverse the entire AST …
|
|
|
|
@2571
|
[2571]
|
16 months |
sukyoungryu |
[test] Fixed a JU test for the closure conversion.
[copyright] Fixed a …
|
|
|
|
@2570
|
[2570]
|
16 months |
dr2chase |
[interpreter] reference overloaded operators via rewritten nodes (ant …
|
|
|
|
@2550
|
[2550]
|
16 months |
sukyoungryu |
[copyright] Fixed copyright notices.
|
|
|
|
@2541
|
[2541]
|
16 months |
sukyoungryu |
[test] Added a JUTest for the closure conversion of object expressions.
|
|
|
|
@2519
|
[2519]
|
16 months |
jmaessen |
Fix shadowing problems in the libraries and tests. At this point I …
|
|
|
|
@2517
|
[2517]
|
16 months |
chf |
Removing nestedTransactions1.fss
|
|
|
|
@2512
|
[2512]
|
16 months |
sukyoungryu |
[test] Fixed a missing open parenthesis.
|
|
|
|
@2511
|
[2511]
|
16 months |
sukyoungryu |
[copyright] Fixed copyright notices.
|
|
|
|
@2508
|
[2508]
|
16 months |
chf |
move test to not_passing_yet
|
|
|
|
@2503
|
[2503]
|
16 months |
EricAllen |
Implemented static shadowing detection.
(But it is offline until all …
|
|
|
|
@2483
|
[2483]
|
16 months |
chf |
Dial back nestedTransactons1
|
|
|
|
@2472
|
[2472]
|
16 months |
nbeckman |
[test] Fixed the mondial.fss test.
|
|
|
|
@2452
|
[2452]
|
16 months |
jon |
[tests] arise from your grave. bring back accidentally deleted test
|
|
|
|
@2450
|
[2450]
|
16 months |
jon |
[syntax] merge syntax branch to trunk. add support for nonterminal with …
|
|
|
|
@2444
|
[2444]
|
16 months |
nbeckman |
[desugaring] Put in a new desugaring pass that goes before the …
|
|
|
|
@2436
|
[2436]
|
16 months |
sukyoungryu |
[tool] ast->concrete: more fixes
|
|
|
|
@2419
|
[2419]
|
16 months |
jmaessen |
[Library, static analysis, tests] Added type Object to …
|
|
|
|
@2417
|
[2417]
|
16 months |
jmaessen |
[tests] This test contained a rather obvious concurrency bug that made
it …
|
|
|
|
@2373
|
[2373]
|
16 months |
chf |
break up nested transaction tests
|
|
|
|
@2367
|
[2367]
|
16 months |
EricAllen |
More extensions to automatic getter/setter generator.
Modifications to …
|
|
|
|
@2362
|
[2362]
|
16 months |
sukyoungryu |
[tests] Added a test file for finding a Fortress file buried in a …
|
|
|
|
@2348
|
[2348]
|
16 months |
dr2chase |
[test] moved passing tests into tests, upgraded them to be self-checking
|
|
|
|
@2345
|
[2345]
|
16 months |
dr2chase |
[test] Renamed/repaired some tests
|
|
|
|
@2326
|
[2326]
|
16 months |
chf |
nested parallel transactions
|
|
|
|
@2323
|
[2323]
|
16 months |
sukyoungryu |
[copyright] Fixed copyright notices.
|
|
|
|
@2320
|
[2320]
|
16 months |
sukyoungryu |
[parser] Numeric literals may now contain apostrophes, for sure.
|
|
|
|
@2319
|
[2319]
|
16 months |
sukyoungryu |
[interpreter/tests] Fixed the toString method of …
|
|
|
|
@2317
|
[2317]
|
16 months |
sukyoungryu |
[tests] Fixed test files.
|
|
|
|