aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian17-273/+316
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian74-445/+332
2020-08-09No longer inline the object literal for variants.Eduardo Julian6-108/+132
2020-08-08Fixed the last set of bugs involved in JS compilation.Eduardo Julian1-29/+34
2020-08-07Some fixes.Eduardo Julian12-135/+237
2020-07-24Can get the JS(JS) compiler to compile.Eduardo Julian26-175/+256
2020-07-16Can get the JS compiler to compile its own source-code.Eduardo Julian5-53/+64
2020-07-14Mo' fixes, less problems.Eduardo Julian11-71/+169
2020-07-11Got the JS compiler to compile fully.Eduardo Julian7-168/+144
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian13-150/+307
2020-07-07Various bug fixes for JS compilation.Eduardo Julian5-203/+228
2020-07-05Got the JS compiler code to build again.Eduardo Julian10-411/+489
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian13-168/+191
2020-07-01WIP: Leiningen integration with the new JVM compiler.Eduardo Julian1-5/+4
2020-06-29Added the missing cache invalidation to the new compiler.Eduardo Julian6-52/+151
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian19-880/+881
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 Julian7-23/+25
2020-06-23Bug fixes.Eduardo Julian9-223/+243
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 Julian3-21/+435
2020-06-11Updated test for function optimization.Eduardo Julian7-61/+90
2020-06-09Basic pattern-matching optimizations.Eduardo Julian2-61/+80
2020-06-03Now applying the loop optimization to all functions.Eduardo Julian4-86/+116
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian7-325/+314
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian22-223/+487
2020-05-31Re-enabled lux/tool tests.Eduardo Julian3-16/+21
2020-05-29Can now import previously exported libraries.Eduardo Julian4-100/+130
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian6-42/+112
2020-05-28Can now parse TAR files.Eduardo Julian7-130/+490
2020-05-19Can now write TAR files.Eduardo Julian9-16/+608
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian103-468/+360
2020-05-17:share no longer relies on :assumeEduardo Julian6-104/+118
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian9-191/+381
2020-05-13Made test-running parallel again.Eduardo Julian6-63/+119
2020-05-12Now logging to a data-structure and only printing in the end.Eduardo Julian6-22/+65
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian20-63/+109
2020-05-11Now storing and loading extensions in the cache.Eduardo Julian8-112/+349
2020-05-10Now properly loading the cached definitions.Eduardo Julian9-198/+303
2020-05-09Including runtime machinery in the cache.Eduardo Julian10-131/+237
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian12-208/+384
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian10-196/+236
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian11-77/+267
2020-04-21Now caching the reservations from the archive.Eduardo Julian10-86/+235
2020-04-20Added some testing machinery to measure the code coverage of tests.Eduardo Julian6-126/+241
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian3-103/+101
2020-04-19Fixed some compilation bugs.Eduardo Julian3-55/+92
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian10-70/+80
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian13-67/+146
2020-04-18Improved test for exceptions.Eduardo Julian3-13/+15