aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/host/generics.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-19Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian1-1/+1
2021-06-02Postponing work on R due to flaws of the bootstrapping compiler.Eduardo Julian1-0/+7
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian1-0/+0
2017-04-05- Made some improvements to error messages in the compiler.Eduardo Julian1-2/+2
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Improved Lux error messages by ensuring the cursor is always present.Eduardo Julian1-1/+1
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+0
2016-10-03- Slight refactoring.Eduardo Julian1-2/+7
2016-07-23- Fixed a bug in which the signatures for multi-parameter generic classes whe...Eduardo Julian1-1/+1
2016-04-26- Now using the actual class-names for arrays of primitives, instead of the #...Eduardo Julian1-5/+8
2016-02-19- Added support for bounded polymorphism.Eduardo Julian1-12/+31
2016-01-05- Optimized the new "product" implementation to improve performance & memory ...Eduardo Julian1-1/+1
2016-01-01- Modified _jvm_anewarray so it now works with generic classes.Eduardo Julian1-0/+19
2015-12-31- Added support for wildcards in generic types.Eduardo Julian1-0/+12
2015-12-30- Fixed some bugs in the way _jvm_putfield & _jvm_putstatic special forms wer...Eduardo Julian1-1/+1
2015-12-30- Bug fixes:Eduardo Julian1-4/+12
2015-12-19- Fixed some bugs regarding JVM interface definition.Eduardo Julian1-0/+15
2015-12-16- Changed the way methods are defined in class definitions.Eduardo Julian1-5/+18
2015-12-06- Removed modifiers from field/method declaration.Eduardo Julian1-1/+1
2015-12-02- Made a variety of refactorings and minor changes.Eduardo Julian1-10/+66
2015-12-01- Improved error reporting when pattern-matching on tuples.Eduardo Julian1-6/+12
2015-11-30- Refactored some of the parsing done inside the analyser to a separate names...Eduardo Julian1-0/+49