| Commit message (Expand) | Author | Files | Lines |
2020-07-01 | WIP: Leiningen integration with the new JVM compiler. | Eduardo Julian | 4 | -12/+15 |
2020-06-29 | Added the missing cache invalidation to the new compiler. | Eduardo Julian | 7 | -55/+157 |
2020-06-28 | The "for" macro can now work directly with definitions. No text literals nece... | Eduardo Julian | 23 | -1347/+1386 |
2020-06-28 | Re-added & u[dated packaging machinery. | Eduardo Julian | 13 | -383/+391 |
2020-06-24 | Last bug fixes to get the new JVM compiler to fully process the standard libr... | Eduardo Julian | 12 | -519/+673 |
2020-06-23 | Bug fixes. | Eduardo Julian | 10 | -373/+638 |
2020-06-19 | Optimizing tests for bit/i64/f64/text literals during pattern-matching. | Eduardo Julian | 7 | -86/+219 |
2020-06-12 | Optimizing-away unnecessary variable declarations/bindings. | Eduardo Julian | 7 | -22/+936 |
2020-06-11 | Updated test for function optimization. | Eduardo Julian | 12 | -232/+696 |
2020-06-09 | Basic pattern-matching optimizations. | Eduardo Julian | 5 | -98/+437 |
2020-06-03 | Now applying the loop optimization to all functions. | Eduardo Julian | 6 | -146/+182 |
2020-06-03 | Properly implemented and enabled loop optimization. | Eduardo Julian | 11 | -326/+971 |
2020-06-01 | Implemented an optimization for getting fields/slots from records in the new ... | Eduardo Julian | 27 | -284/+774 |
2020-05-31 | Re-enabled lux/tool tests. | Eduardo Julian | 21 | -194/+423 |
2020-05-29 | Can now import previously exported libraries. | Eduardo Julian | 11 | -156/+343 |
2020-05-28 | Can now export Lux code as library TAR files. | Eduardo Julian | 14 | -164/+357 |
2020-05-28 | Can now parse TAR files. | Eduardo Julian | 14 | -137/+991 |
2020-05-19 | Can now write TAR files. | Eduardo Julian | 14 | -18/+699 |
2020-05-17 | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 178 | -636/+526 |
2020-05-17 | :share no longer relies on :assume | Eduardo Julian | 9 | -168/+209 |
2020-05-16 | Parallel compilation for the new compiler(s). | Eduardo Julian | 16 | -400/+633 |
2020-05-13 | Made test-running parallel again. | Eduardo Julian | 12 | -183/+372 |
2020-05-12 | Now logging to a data-structure and only printing in the end. | Eduardo Julian | 10 | -30/+202 |
2020-05-12 | Compiler versions are now natural numbers, and are included as part of the na... | Eduardo Julian | 24 | -143/+348 |
2020-05-11 | Now storing and loading extensions in the cache. | Eduardo Julian | 11 | -162/+453 |
2020-05-10 | Now properly loading the cached definitions. | Eduardo Julian | 11 | -292/+425 |
2020-05-09 | Including runtime machinery in the cache. | Eduardo Julian | 14 | -292/+454 |
2020-05-06 | Loading the artifacts from the cache and re-populating the analyser's state. | Eduardo Julian | 18 | -315/+568 |
2020-05-05 | Fixed bugs while parsing modules' cached data. | Eduardo Julian | 11 | -198/+238 |
2020-04-22 | Now caching the documents generated after compiling each module. | Eduardo Julian | 13 | -125/+353 |
2020-04-21 | Now caching the reservations from the archive. | Eduardo Julian | 14 | -119/+393 |
2020-04-20 | Added some testing machinery to measure the code coverage of tests. | Eduardo Julian | 10 | -253/+401 |
2020-04-20 | Got JVM anonymous classes to compile again. | Eduardo Julian | 6 | -168/+224 |
2020-04-19 | Fixed some compilation bugs. | Eduardo Julian | 4 | -109/+251 |
2020-04-19 | Fixed artifact file-name generation and archive module naming in caching. | Eduardo Julian | 15 | -80/+160 |
2020-04-18 | Generating module IDs in a similar way to artifact IDs. | Eduardo Julian | 13 | -67/+146 |
2020-04-18 | Improved test for exceptions. | Eduardo Julian | 5 | -41/+128 |
2020-04-16 | Generating definition names in a new way. | Eduardo Julian | 14 | -58/+93 |
2020-04-15 | Test for concatenative programming. | Eduardo Julian | 7 | -92/+333 |
2020-04-15 | Some tweaks to how dictionaries and rows work. | Eduardo Julian | 12 | -85/+107 |
2020-03-19 | Test for predicates + adjustments to code-generation code. | Eduardo Julian | 17 | -83/+174 |
2020-03-19 | Got the new compiler to build again. | Eduardo Julian | 13 | -352/+262 |
2020-03-18 | Test for order + fixes for interval. | Eduardo Julian | 6 | -57/+89 |
2020-03-18 | No passing the archive as a parameter to all phases. | Eduardo Julian | 61 | -1154/+1263 |
2020-03-05 | Test for equivalence + adjustments to Lua-generation code. | Eduardo Julian | 16 | -324/+359 |
2020-03-05 | Beginning to cache artifacts. | Eduardo Julian | 7 | -132/+183 |
2020-03-04 | Test for enums + adjustments to Python-generation code. | Eduardo Julian | 16 | -328/+370 |
2020-03-04 | Test for codec composition + adjustments to JS-generation code. | Eduardo Julian | 17 | -301/+360 |
2020-01-11 | Re-located compiler's version. | Eduardo Julian | 5 | -13/+15 |
2020-01-11 | Re-located code related to Lux's compilation across the different phases. | Eduardo Julian | 140 | -500/+573 |