aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure/host.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some refactoring.Eduardo Julian2019-09-171-1038/+0
* Some fixes.Eduardo Julian2019-09-081-105/+86
* Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian2019-09-071-28/+10
* Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian2019-09-071-377/+298
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-201-2/+2
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-201-167/+181
* Got the new compiler working again.Eduardo Julian2019-08-101-2/+1
* Some fixes.Eduardo Julian2019-06-131-4/+39
* WIP: Class definition.Eduardo Julian2019-06-061-1/+2
* Various fixes and tweaks.Eduardo Julian2019-05-291-3/+15
* Implemented machinery for "lux syntax char case!".Eduardo Julian2019-05-281-48/+36
* Moved some of the reflection machinery to its own modules.Eduardo Julian2019-05-181-1/+1
* Forgot to actually compile the methods. Now doing so.Eduardo Julian2019-05-171-1/+20
* Refactored boxes and reflections.Eduardo Julian2019-05-171-71/+73
* Some type casting/coercion automation.Eduardo Julian2019-05-161-72/+72
* Yet more fiddling with types for JVM interop.Eduardo Julian2019-05-161-115/+124
* More fiddling with types for JVM interop.Eduardo Julian2019-05-131-111/+114
* Adjusted the analysis to the changes in the interop layer.Eduardo Julian2019-05-121-1/+1
* Grounded some of the machinery used in analysis and generation on the types i...Eduardo Julian2019-05-101-21/+66
* WIP: Anonymous classes analysis & generation.Eduardo Julian2019-05-091-27/+231
* Specialized array machinery for primitive arrays.Eduardo Julian2019-04-281-58/+116
* Moved JVM type machinery to stdlib.Eduardo Julian2019-04-271-55/+57
* WIP: PHP compiler.Eduardo Julian2019-04-241-6/+6
* Improvements and fixes for JVM extensions.Eduardo Julian2019-04-181-91/+75
* Fixed a bug when generating method calls.Eduardo Julian2019-04-171-3/+13
* - Re-named the "lux convert ..." extensions to "lux conversion ...".Eduardo Julian2019-04-171-76/+92
* Made some new-luxc modules "old".Eduardo Julian2019-04-161-0/+753