aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm/extension/host.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-9/+9
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-11/+11
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-2/+2
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian1-9/+9
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-25/+33
2020-06-23Bug fixes.Eduardo Julian1-2/+3
2020-06-19Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian1-3/+16
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian1-6/+10
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+0
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-5/+5
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian1-80/+80
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian1-3/+3
2020-03-19Got the new compiler to build again.Eduardo Julian1-76/+78
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian1-51/+53
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian1-14/+17
2019-12-30Re-located generation infrastructure.Eduardo Julian1-1/+2
2019-10-16Now allowing types for methods.Eduardo Julian1-3/+2
2019-10-14The new compiler can compile & run the stdlib's test suite.Eduardo Julian1-3/+5
2019-09-17Some refactoring.Eduardo Julian1-0/+0
2019-09-08Some fixes.Eduardo Julian1-105/+86
2019-09-07Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian1-28/+10
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian1-377/+298
2019-08-20Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian1-2/+2
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-167/+181
2019-08-10Got the new compiler working again.Eduardo Julian1-2/+1
2019-06-13Some fixes.Eduardo Julian1-4/+39
2019-06-06WIP: Class definition.Eduardo Julian1-1/+2
2019-05-29Various fixes and tweaks.Eduardo Julian1-3/+15
2019-05-28Implemented machinery for "lux syntax char case!".Eduardo Julian1-48/+36
2019-05-18Moved some of the reflection machinery to its own modules.Eduardo Julian1-1/+1
2019-05-17Forgot to actually compile the methods. Now doing so.Eduardo Julian1-1/+20
2019-05-17Refactored boxes and reflections.Eduardo Julian1-71/+73
2019-05-16Some type casting/coercion automation.Eduardo Julian1-72/+72
2019-05-16Yet more fiddling with types for JVM interop.Eduardo Julian1-115/+124
2019-05-13More fiddling with types for JVM interop.Eduardo Julian1-111/+114
2019-05-12Adjusted the analysis to the changes in the interop layer.Eduardo Julian1-1/+1
2019-05-10Grounded some of the machinery used in analysis and generation on the types i...Eduardo Julian1-21/+66
2019-05-09WIP: Anonymous classes analysis & generation.Eduardo Julian1-27/+231
2019-04-28Specialized array machinery for primitive arrays.Eduardo Julian1-58/+116
2019-04-27Moved JVM type machinery to stdlib.Eduardo Julian1-55/+57
2019-04-24WIP: PHP compiler.Eduardo Julian1-6/+6
2019-04-18Improvements and fixes for JVM extensions.Eduardo Julian1-91/+75
2019-04-17Fixed a bug when generating method calls.Eduardo Julian1-3/+13
2019-04-17- Re-named the "lux convert ..." extensions to "lux conversion ...".Eduardo Julian1-76/+92
2019-04-16Made some new-luxc modules "old".Eduardo Julian1-0/+753