| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1 | -5953/+0 |
* | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 2021-07-12 | 1 | -41/+63 |
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 1 | -121/+125 |
* | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 2021-07-10 | 1 | -0/+18 |
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -19/+19 |
* | Some updates for the new compilers. | Eduardo Julian | 2021-06-29 | 1 | -17/+12 |
* | More adjustments for Common Lisp. | Eduardo Julian | 2021-05-30 | 1 | -246/+268 |
* | Using offset+distance instead of from+to for text clipping. | Eduardo Julian | 2021-05-24 | 1 | -2/+2 |
* | Wrestling with JPHP. | Eduardo Julian | 2021-03-10 | 1 | -5/+16 |
* | Done with Ruby. | Eduardo Julian | 2021-03-01 | 1 | -0/+2 |
* | Continuing with Lua | Eduardo Julian | 2021-02-10 | 1 | -9/+16 |
* | Mo' updates, less problems. | Eduardo Julian | 2021-02-07 | 1 | -1/+1 |
* | Implemented arithmetic right-shift in terms of logic right-shift. | Eduardo Julian | 2021-01-28 | 1 | -2/+2 |
* | Moved "log!" function under "lux/debug". | Eduardo Julian | 2021-01-08 | 1 | -8/+0 |
* | Unified repository abstraction for Aedifex. | Eduardo Julian | 2020-12-29 | 1 | -1/+1 |
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 1 | -45/+45 |
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 1 | -1367/+1367 |
* | Properly naming unicode Block type. | Eduardo Julian | 2020-12-22 | 1 | -1/+1 |
* | Re-named old luxc-jvm to lux-bootstrapper. | Eduardo Julian | 2020-12-04 | 1 | -2/+2 |
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 2020-12-02 | 1 | -10/+10 |
* | Added specialized root/2 and root/3 functions in lux/math. | Eduardo Julian | 2020-12-01 | 1 | -387/+387 |
* | Better error messages when re-using a name when making a definition. | Eduardo Julian | 2020-11-24 | 1 | -2/+2 |
* | Made the syntax of ^template more consistent. | Eduardo Julian | 2020-11-17 | 1 | -73/+75 |
* | Lightweight machinery for agent-oriented programming. | Eduardo Julian | 2020-11-05 | 1 | -12/+9 |
* | Re-named some list functions. | Eduardo Julian | 2020-10-24 | 1 | -14/+14 |
* | Re-named "to-text" functions to "format". | Eduardo Julian | 2020-10-15 | 1 | -4/+4 |
* | Gave the Location type its own module. | Eduardo Julian | 2020-10-14 | 1 | -10/+1 |
* | Re-named "Cursor" type to "Location". | Eduardo Julian | 2020-10-07 | 1 | -172/+172 |
* | Fixes and improvements to JavaScript compilation. | Eduardo Julian | 2020-07-10 | 1 | -60/+20 |
* | Now using the new syntax for variants (even though they still work the old wa... | Eduardo Julian | 2020-07-02 | 1 | -133/+133 |
* | The "for" macro can now work directly with definitions. No text literals nece... | Eduardo Julian | 2020-06-28 | 1 | -25/+43 |
* | Updated test for function optimization. | Eduardo Julian | 2020-06-11 | 1 | -1/+1 |
* | Parallel compilation for the new compiler(s). | Eduardo Julian | 2020-05-16 | 1 | -22/+34 |
* | Loading the artifacts from the cache and re-populating the analyser's state. | Eduardo Julian | 2020-05-06 | 1 | -7/+7 |
* | Fixed bugs while parsing modules' cached data. | Eduardo Julian | 2020-05-05 | 1 | -2/+2 |
* | Added some testing machinery to measure the code coverage of tests. | Eduardo Julian | 2020-04-20 | 1 | -18/+18 |
* | Tests for JVM bytecode machinery. [Part 5] | Eduardo Julian | 2019-11-16 | 1 | -1/+3 |
* | Added the ":let" macro to enable reuse of type fragments in larger types. | Eduardo Julian | 2019-09-15 | 1 | -4/+19 |
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -119/+59 |
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 1 | -82/+23 |
* | No more "r/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -135/+7 |
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -78/+3 |
* | Removed the (magical) "alias" annotations tag. | Eduardo Julian | 2019-06-01 | 1 | -29/+65 |
* | Applied several tweaks to make the code easier to process by the new compiler. | Eduardo Julian | 2019-05-28 | 1 | -9/+23 |
* | Removed the (magical) "export?" annotations tag. | Eduardo Julian | 2019-05-24 | 1 | -268/+256 |
* | Removed the (magical) "tags" annotations tag. | Eduardo Julian | 2019-05-22 | 1 | -400/+320 |
* | Removed the (magical) "imports" annotations tag. | Eduardo Julian | 2019-05-22 | 1 | -220/+251 |
* | Removed the useless #lux.type? annotation tag. | Eduardo Julian | 2019-05-22 | 1 | -142/+97 |
* | Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type... | Eduardo Julian | 2019-05-02 | 1 | -136/+125 |
* | Turned all "lux int ???" extensions to "lux i64 ???". | Eduardo Julian | 2019-04-28 | 1 | -22/+22 |