| Commit message (Expand) | Author | Files | Lines |
2020-06-28 | The "for" macro can now work directly with definitions. No text literals nece... | Eduardo Julian | 1 | -25/+43 |
2020-06-11 | Updated test for function optimization. | Eduardo Julian | 1 | -1/+1 |
2020-05-16 | Parallel compilation for the new compiler(s). | Eduardo Julian | 1 | -22/+34 |
2020-05-06 | Loading the artifacts from the cache and re-populating the analyser's state. | Eduardo Julian | 1 | -7/+7 |
2020-05-05 | Fixed bugs while parsing modules' cached data. | Eduardo Julian | 1 | -2/+2 |
2020-04-20 | Added some testing machinery to measure the code coverage of tests. | Eduardo Julian | 1 | -18/+18 |
2019-11-16 | Tests for JVM bytecode machinery. [Part 5] | Eduardo Julian | 1 | -1/+3 |
2019-09-15 | Added the ":let" macro to enable reuse of type fragments in larger types. | Eduardo Julian | 1 | -4/+19 |
2019-07-26 | No more "n/"-prefixed functions. | Eduardo Julian | 1 | -119/+59 |
2019-07-25 | No more "i/"-prefixed functions. | Eduardo Julian | 1 | -82/+23 |
2019-07-24 | No more "r/"-prefixed functions. | Eduardo Julian | 1 | -135/+7 |
2019-07-24 | No more "f/"-prefixed functions. | Eduardo Julian | 1 | -78/+3 |
2019-06-01 | Removed the (magical) "alias" annotations tag. | Eduardo Julian | 1 | -29/+65 |
2019-05-28 | Applied several tweaks to make the code easier to process by the new compiler. | Eduardo Julian | 1 | -9/+23 |
2019-05-24 | Removed the (magical) "export?" annotations tag. | Eduardo Julian | 1 | -268/+256 |
2019-05-22 | Removed the (magical) "tags" annotations tag. | Eduardo Julian | 1 | -400/+320 |
2019-05-22 | Removed the (magical) "imports" annotations tag. | Eduardo Julian | 1 | -220/+251 |
2019-05-22 | Removed the useless #lux.type? annotation tag. | Eduardo Julian | 1 | -142/+97 |
2019-05-02 | Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type... | Eduardo Julian | 1 | -136/+125 |
2019-04-28 | Turned all "lux int ???" extensions to "lux i64 ???". | Eduardo Julian | 1 | -22/+22 |
2019-04-28 | Turned all "lux frac ???" extensions to "lux f64 ???". | Eduardo Julian | 1 | -9/+9 |
2019-04-17 | - Made the "open:" and "^open" macros not generate record-patterns, and thus ... | Eduardo Julian | 1 | -42/+58 |
2019-04-06 | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 1 | -3/+3 |
2019-04-04 | Forgot "lux text char". | Eduardo Julian | 1 | -1/+1 |
2019-04-04 | Changed the order of the inputs to the common extensions. | Eduardo Julian | 1 | -99/+95 |
2019-03-30 | Re-named "do-template" to "template". | Eduardo Julian | 1 | -22/+22 |
2019-03-29 | Fixed more tests. | Eduardo Julian | 1 | -3/+3 |
2019-03-27 | The Python compiler is alive. | Eduardo Julian | 1 | -363/+363 |
2019-03-17 | Minor improvements. | Eduardo Julian | 1 | -24/+18 |
2019-03-17 | Added proper aliasing support to the new compiler. | Eduardo Julian | 1 | -6/+1 |
2019-03-16 | Got serial imports fully working. | Eduardo Julian | 1 | -15/+16 |
2019-03-15 | Changed the convention for the structure opening separator from "/" to ";", t... | Eduardo Julian | 1 | -365/+365 |
2019-03-14 | Now allowing the alias of a module to refer to the alias of an ancestor. | Eduardo Julian | 1 | -21/+40 |
2019-03-11 | Improved error-reporting after using "with-expansions" by retaining the cursors. | Eduardo Julian | 1 | -7/+7 |
2019-03-02 | Small fixes and improvements. | Eduardo Julian | 1 | -10/+10 |
2019-02-11 | Added the special # syntax for referring to the module's alias when opening s... | Eduardo Julian | 1 | -5/+7 |
2019-02-05 | Migrated documentation tool's code into stdlib. | Eduardo Julian | 1 | -7/+0 |
2019-02-04 | Fixed a bug in how the "_$" macro works. | Eduardo Julian | 1 | -1/+8 |
2019-02-04 | Changed the naming style for structures. | Eduardo Julian | 1 | -229/+199 |
2019-02-03 | Some refactoring around the identity function. | Eduardo Julian | 1 | -6/+3 |
2019-02-03 | Improved syntax for domains/parallel-import-trees. | Eduardo Julian | 1 | -15/+26 |
2019-02-03 | Relative imports can now alter the start of a path. | Eduardo Julian | 1 | -35/+81 |
2019-02-02 | Some small refactoring. | Eduardo Julian | 1 | -13/+22 |
2018-12-04 | Some refactoring. | Eduardo Julian | 1 | -3/+3 |
2018-08-28 | Small additions to stdlib. | Eduardo Julian | 1 | -1/+9 |
2018-08-23 | "lux text char" is now unsafe/optimized. | Eduardo Julian | 1 | -17/+8 |
2018-08-23 | Optimized text clipping. | Eduardo Julian | 1 | -18/+18 |
2018-08-23 | No more escaping of back-slash. | Eduardo Julian | 1 | -1/+1 |
2018-08-23 | No more escaping of new-line. | Eduardo Julian | 1 | -244/+252 |
2018-08-23 | No more escaping of double-quotes. | Eduardo Julian | 1 | -61/+66 |