aboutsummaryrefslogtreecommitdiff
path: root/src/lux/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Slight refactoring.Eduardo Julian2016-10-031-2/+7
* - Fixed a bug in which the signatures for multi-parameter generic classes whe...Eduardo Julian2016-07-231-1/+1
* - Now using the actual class-names for arrays of primitives, instead of the #...Eduardo Julian2016-04-261-5/+8
* - Added support for bounded polymorphism.Eduardo Julian2016-02-191-12/+31
* - Optimized the new "product" implementation to improve performance & memory ...Eduardo Julian2016-01-051-1/+1
* - Modified _jvm_anewarray so it now works with generic classes.Eduardo Julian2016-01-011-0/+19
* - Added support for wildcards in generic types.Eduardo Julian2015-12-311-0/+12
* - Fixed some bugs in the way _jvm_putfield & _jvm_putstatic special forms wer...Eduardo Julian2015-12-301-1/+1
* - Bug fixes:Eduardo Julian2015-12-301-4/+12
* - Fixed some bugs regarding JVM interface definition.Eduardo Julian2015-12-191-0/+15
* - Changed the way methods are defined in class definitions.Eduardo Julian2015-12-161-5/+18
* - Removed modifiers from field/method declaration.Eduardo Julian2015-12-061-1/+1
* - Made a variety of refactorings and minor changes.Eduardo Julian2015-12-021-10/+66
* - Improved error reporting when pattern-matching on tuples.Eduardo Julian2015-12-011-6/+12
* - Refactored some of the parsing done inside the analyser to a separate names...Eduardo Julian2015-11-301-0/+49