| Commit message (Expand) | Author | Files | Lines |
2019-03-02 | Added the capacity to extract type-information from values to create new type... | Eduardo Julian | 4 | -2/+21 |
2019-02-25 | Can easily compose text, identifiers and tags inside templates. | Eduardo Julian | 1 | -1/+30 |
2019-02-24 | Got rid of the Task type (it just provided the same functionality as (error.w... | Eduardo Julian | 5 | -169/+90 |
2019-02-24 | Improved the names of monad transformers. | Eduardo Julian | 21 | -46/+47 |
2019-02-24 | Got new-luxc to compile/build again. | Eduardo Julian | 21 | -356/+450 |
2019-02-21 | Moved extension machinery over. | Eduardo Julian | 9 | -25/+441 |
2019-02-20 | Removed statement machinery (has been superseded by common statement extensio... | Eduardo Julian | 1 | -3/+4 |
2019-02-20 | Moved expression machinery over. | Eduardo Julian | 7 | -21/+80 |
2019-02-20 | Moved function machinery over. | Eduardo Julian | 3 | -222/+335 |
2019-02-19 | Moved looping machinery over. | Eduardo Julian | 4 | -8/+49 |
2019-02-19 | Moved pattern-matching machinery over. | Eduardo Julian | 9 | -70/+252 |
2019-02-17 | Adapted more tests to the new format. | Eduardo Julian | 11 | -318/+350 |
2019-02-14 | Added machinery to interact with the operating-system's shell. | Eduardo Julian | 2 | -30/+203 |
2019-02-13 | - WIP: Moved some of the JS compiler machinery over to stdlib. | Eduardo Julian | 13 | -105/+1029 |
2019-02-13 | Re-named "logical-right-shift" to "logic-right-shift". | Eduardo Julian | 7 | -34/+43 |
2019-02-12 | Re-named "lux/platform" to "lux/tool". | Eduardo Julian | 78 | -17/+14 |
2019-02-12 | - Updated JS machinery. | Eduardo Julian | 4 | -95/+372 |
2019-02-12 | Ported 2 new test modules to the new format. | Eduardo Julian | 5 | -161/+252 |
2019-02-11 | Updated license for 2019. | Eduardo Julian | 2 | -32/+38 |
2019-02-11 | Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic... | Eduardo Julian | 2 | -4/+90 |
2019-02-11 | Added the special # syntax for referring to the module's alias when opening s... | Eduardo Julian | 176 | -497/+508 |
2019-02-10 | Various small improments and changes. | Eduardo Julian | 10 | -164/+121 |
2019-02-08 | Ported some modules to the new test format. | Eduardo Julian | 15 | -408/+470 |
2019-02-07 | Small improvements & fixes. | Eduardo Julian | 7 | -78/+110 |
2019-02-07 | - Removed the current usage of data-integrity measures. | Eduardo Julian | 10 | -136/+95 |
2019-02-06 | Updated test for "lux/control/pipe" to new format. | Eduardo Julian | 5 | -93/+135 |
2019-02-05 | Updated Scriptum to make sure it always generates documentation for tested mo... | Eduardo Julian | 1 | -8/+4 |
2019-02-05 | Folded license-making program (legislator) into the Lux project proper (as li... | Eduardo Julian | 22 | -1/+2164 |
2019-02-05 | Ported tests for lux/control/interval to the new format. | Eduardo Julian | 8 | -240/+246 |
2019-02-05 | Integrated tests into normal source code. | Eduardo Julian | 94 | -0/+9573 |
2019-02-05 | Migrated documentation tool's code into stdlib. | Eduardo Julian | 8 | -83/+600 |
2019-02-04 | Added library for generating Markdown code. | Eduardo Julian | 1 | -0/+176 |
2019-02-04 | Re-implemented the IO type as an abstract type in order to avoid potential is... | Eduardo Julian | 2 | -52/+67 |
2019-02-04 | Added the capacity to generate identifiers for template code. | Eduardo Julian | 2 | -13/+23 |
2019-02-04 | Fixed a bug in how the "_$" macro works. | Eduardo Julian | 1 | -1/+8 |
2019-02-04 | Fixed small naming error. | Eduardo Julian | 1 | -1/+1 |
2019-02-04 | Changed the naming style for structures. | Eduardo Julian | 198 | -3249/+3533 |
2019-02-03 | Some refactoring around the identity function. | Eduardo Julian | 8 | -79/+82 |
2019-02-03 | Added branding to capabilities to better differentiate between capabilities t... | Eduardo Julian | 3 | -55/+92 |
2019-02-03 | Added "forge" and "use" functions for working with capabilities. | Eduardo Julian | 2 | -100/+142 |
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 | Ported some old tests to the new format. | Eduardo Julian | 1 | -1/+1 |
2019-02-02 | Some small refactoring. | Eduardo Julian | 1 | -13/+22 |
2019-01-30 | Tests are now first class. | Eduardo Julian | 1 | -207/+101 |
2019-01-24 | Some documentation for dynamic typing. | Eduardo Julian | 1 | -1/+5 |
2019-01-24 | Wrapped-up type-safe CSS. | Eduardo Julian | 5 | -78/+816 |
2019-01-24 | Improvements & expansions for CSS machinery. | Eduardo Julian | 10 | -233/+742 |
2019-01-24 | Added dynamic typing. | Eduardo Julian | 1 | -0/+39 |
2019-01-22 | Re-structured the l10n/i18n machinery. | Eduardo Julian | 4 | -4/+2 |