aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian2-5/+8
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian4-8/+0
2020-08-09No longer inline the object literal for variants.Eduardo Julian1-51/+55
2020-08-07Some fixes.Eduardo Julian5-27/+64
2020-07-24Can get the JS(JS) compiler to compile.Eduardo Julian20-165/+218
2020-07-16Can get the JS compiler to compile its own source-code.Eduardo Julian3-40/+41
2020-07-14Mo' fixes, less problems.Eduardo Julian4-25/+41
2020-07-11Got the JS compiler to compile fully.Eduardo Julian4-90/+70
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian9-120/+263
2020-07-07Various bug fixes for JS compilation.Eduardo Julian5-203/+228
2020-07-05Got the JS compiler code to build again.Eduardo Julian9-404/+483
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian5-125/+138
2020-06-29Added the missing cache invalidation to the new compiler.Eduardo Julian4-49/+143
2020-06-28Re-added & u[dated packaging machinery.Eduardo Julian12-377/+361
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian4-8/+8
2020-06-19Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian7-86/+219
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2-10/+427
2020-06-11Updated test for function optimization.Eduardo Julian5-20/+41
2020-06-09Basic pattern-matching optimizations.Eduardo Julian1-40/+43
2020-06-03Now applying the loop optimization to all functions.Eduardo Julian4-86/+116
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian5-320/+298
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian21-208/+482
2020-05-29Can now import previously exported libraries.Eduardo Julian2-86/+124
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian2-19/+82
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian55-297/+129
2020-05-17:share no longer relies on :assumeEduardo Julian3-62/+54
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian5-120/+270
2020-05-12Now logging to a data-structure and only printing in the end.Eduardo Julian4-12/+55
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian8-24/+42
2020-05-11Now storing and loading extensions in the cache.Eduardo Julian6-108/+342
2020-05-10Now properly loading the cached definitions.Eduardo Julian6-186/+290
2020-05-09Including runtime machinery in the cache.Eduardo Julian4-66/+107
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian8-125/+233
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian5-37/+83
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian8-64/+236
2020-04-21Now caching the reservations from the archive.Eduardo Julian4-39/+136
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian2-97/+96
2020-04-19Fixed some compilation bugs.Eduardo Julian3-55/+92
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian6-56/+68
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian13-67/+146
2020-04-16Generating definition names in a new way.Eduardo Julian11-44/+79
2020-03-19Test for predicates + adjustments to code-generation code.Eduardo Julian13-79/+107
2020-03-19Got the new compiler to build again.Eduardo Julian12-323/+230
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian61-1154/+1263
2020-03-05Test for equivalence + adjustments to Lua-generation code.Eduardo Julian13-313/+315
2020-03-05Beginning to cache artifacts.Eduardo Julian6-128/+177
2020-03-04Test for enums + adjustments to Python-generation code.Eduardo Julian11-307/+308
2020-03-04Test for codec composition + adjustments to JS-generation code.Eduardo Julian12-285/+301
2020-01-11Re-located compiler's version.Eduardo Julian5-13/+15
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian137-490/+558