aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian19-67/+81
2019-06-20Unified the unsigned integers.Eduardo Julian11-50/+57
2019-06-20Improved the convention for using text formatters.Eduardo Julian249-837/+794
2019-06-20Removed the TCP & UDP code for the moment.Eduardo Julian5-398/+0
2019-06-20Re-factored exceptions.Eduardo Julian2-46/+58
2019-06-20Re-factored labels.Eduardo Julian2-17/+28
2019-06-20Re-factored code attributes.Eduardo Julian2-147/+174
2019-06-20Re-factored constant attributes.Eduardo Julian2-24/+35
2019-06-20Improved the design of modifiers.Eduardo Julian5-117/+103
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian8-125/+498
2019-06-19Various fixes.Eduardo Julian6-86/+136
2019-06-18More JS machinery.Eduardo Julian11-190/+591
2019-06-18Implemented "hole" typing.Eduardo Julian1-4/+17
2019-06-16Fixes and adaptations for the JavaScript compiler.Eduardo Julian12-138/+466
2019-06-15Array machinery for the JavaScript compiler.Eduardo Julian22-268/+507
2019-06-14Some fixes for the scripting languages.Eduardo Julian14-72/+83
2019-06-13Some fixes.Eduardo Julian2-36/+129
2019-06-06WIP: Class definition.Eduardo Julian11-343/+646
2019-06-01Removed the (magical) "alias" annotations tag.Eduardo Julian15-155/+241
2019-05-29Various fixes and tweaks.Eduardo Julian4-31/+44
2019-05-29More massaging of the stdlib for the sake of the new compiler.Eduardo Julian6-68/+205
2019-05-28Both the old JVM interop and the new JVM interop use the same syntax for arra...Eduardo Julian16-488/+299
2019-05-28Only infer the record-type during pattern-matching when the input-value's typ...Eduardo Julian1-2/+7
2019-05-28Improvements to type-related machinery in JVM interop.Eduardo Julian5-344/+373
2019-05-28Improved type inference/checking.Eduardo Julian3-30/+67
2019-05-28Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian40-152/+166
2019-05-28Implemented machinery for "lux syntax char case!".Eduardo Julian1-3/+63
2019-05-24Removed the (magical) "export?" annotations tag.Eduardo Julian10-307/+293
2019-05-22Removed the (magical) "tags" annotations tag.Eduardo Julian3-460/+400
2019-05-22Removed the (magical) "imports" annotations tag.Eduardo Julian7-236/+271
2019-05-22Removed the useless #lux.type? annotation tag.Eduardo Julian6-176/+116
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian16-238/+240
2019-05-21WIP: Separate Scheme compiler.Eduardo Julian5-231/+185
2019-05-19Now testing the methods implemented in anonymous classes to make sure all abs...Eduardo Julian7-42/+195
2019-05-18Moved some of the reflection machinery to its own modules.Eduardo Julian3-569/+675
2019-05-17The IO type now uses "Any" instead of "Nothing", to avoid the possibility of ...Eduardo Julian1-3/+3
2019-05-17Refactored boxes and reflections.Eduardo Julian5-242/+251
2019-05-17Fixed an accidentally introduced bug (due to OLD compiler JVM interop issues).Eduardo Julian1-1/+5
2019-05-17Automatic type casting/coercion for Boolean/Bit and String/Text.Eduardo Julian7-304/+536
2019-05-16Some type casting/coercion automation.Eduardo Julian3-98/+96
2019-05-16Yet more fiddling with types for JVM interop.Eduardo Julian6-274/+396
2019-05-13More fiddling with types for JVM interop.Eduardo Julian5-177/+235
2019-05-12Adjusted the analysis to the changes in the interop layer.Eduardo Julian9-108/+241
2019-05-10Made the host-interop layer dependent on "lux/target/jvm/type".Eduardo Julian5-738/+571
2019-05-10Grounded some of the machinery used in analysis and generation on the types i...Eduardo Julian2-153/+333
2019-05-10Improvements to parsing machinery.Eduardo Julian6-155/+179
2019-05-10Added equivalence for any I64.Eduardo Julian1-15/+22
2019-05-09WIP: Anonymous classes analysis & generation.Eduardo Julian2-17/+33
2019-05-09Parser for synthesis.Eduardo Julian1-0/+105
2019-05-07Can now analyze anonymous classes.Eduardo Julian4-272/+486