aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug wherein definitions created while processing module referrals did...Eduardo Julian2019-09-182-2/+5
* Added packaging machinery for the JVM compiler.Eduardo Julian2019-09-182-15/+28
* Fixed some bugs related to JVM types.Eduardo Julian2019-09-174-13/+9
* Added the ":let" macro to enable reuse of type fragments in larger types.Eduardo Julian2019-09-151-1/+2
* Implemented function memoization.Eduardo Julian2019-09-152-21/+80
* Implemented mixin-style function composition.Eduardo Julian2019-09-151-0/+63
* Got the tests running again.Eduardo Julian2019-09-1522-81/+121
* More fixes.Eduardo Julian2019-09-1411-537/+725
* Some fixes.Eduardo Julian2019-09-089-704/+810
* Moved polytypic code generators to their own branch.Eduardo Julian2019-09-073-598/+0
* Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian2019-09-071-0/+0
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-0710-270/+270
* Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian2019-09-0716-813/+950
* JVM type -> Lux type machinery based on signature parsing.Eduardo Julian2019-08-232-89/+133
* Parser for JVM types.Eduardo Julian2019-08-225-132/+196
* Factored-out the different categories of JVM types.Eduardo Julian2019-08-215-124/+84
* A unified type module to tie together the different JVM kinds of type.Eduardo Julian2019-08-211-207/+209
* Improved machinery in "lux/target/jvm/type/reflection".Eduardo Julian2019-08-203-50/+74
* Moved signature machinery to "lux/target/jvm/type/signature".Eduardo Julian2019-08-205-133/+160
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-201-10/+12
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-2021-147/+150
* Implemented TABLESWITCH and LOOKUPSWITCH instructions.Eduardo Julian2019-08-124-37/+216
* Got the new compiler working again.Eduardo Julian2019-08-103-6/+6
* WIP: JVM function generation.Eduardo Julian2019-08-1016-34/+547
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-3120-40/+137
* No more "n/"-prefixed functions.Eduardo Julian2019-07-2698-635/+850
* No more "i/"-prefixed functions.Eduardo Julian2019-07-2530-233/+329
* No more "r/"-prefixed functions.Eduardo Julian2019-07-245-48/+174
* No more "f/"-prefixed functions.Eduardo Julian2019-07-2431-412/+577
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-249-198/+170
* Small improvements here and there.Eduardo Julian2019-07-248-110/+139
* * Re-named "Instruction" to "Bytecode".Eduardo Julian2019-07-0813-555/+555
* Added I32, I16 and I8.Eduardo Julian2019-07-087-18/+99
* Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian2019-07-077-21/+137
* Ported JVM primitive generation to the new JVM bytecode machinery.Eduardo Julian2019-07-076-7/+158
* Got long and double constants to work.Eduardo Julian2019-07-064-47/+69
* No more alternative row writers.Eduardo Julian2019-07-062-17/+16
* Removed the parsing machinery for JVM classes.Eduardo Julian2019-07-0619-262/+32
* + Support for string constants.Eduardo Julian2019-07-065-18/+57
* WIP: Method compilation.Eduardo Julian2019-07-0510-39/+138
* Added signed numbers of different sizes.Eduardo Julian2019-07-034-54/+119
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-0299-1240/+1232
* Constant pool support, finished label machinery, and enhanced machinery for w...Eduardo Julian2019-06-266-54/+421
* WIP: Label resolution support for JVM instructions.Eduardo Julian2019-06-257-74/+180
* Added almost all the remaining instructions.Eduardo Julian2019-06-223-38/+204
* Implemented several different bytecode instructions.Eduardo Julian2019-06-2211-64/+530
* Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian2019-06-2118-413/+419
* Extracted binary parsing code into its own module.Eduardo Julian2019-06-217-176/+332
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-207-17/+10
* Re-structured encoding-related modules a bit.Eduardo Julian2019-06-2018-66/+79