| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrated tests into normal source code. | Eduardo Julian | 2019-02-05 | 95 | -9581/+0 |
* | Added library for generating Markdown code. | Eduardo Julian | 2019-02-04 | 1 | -1/+2 |
* | Converted tests for "lux/control/exception" to new format. | Eduardo Julian | 2019-02-04 | 4 | -49/+47 |
* | Ported "lux/io" module to new test format. | Eduardo Julian | 2019-02-04 | 6 | -24/+220 |
* | Changed the naming style for structures. | Eduardo Julian | 2019-02-04 | 82 | -668/+670 |
* | Some refactoring around the identity function. | Eduardo Julian | 2019-02-03 | 1 | -2/+3 |
* | Added "forge" and "use" functions for working with capabilities. | Eduardo Julian | 2019-02-03 | 1 | -2/+4 |
* | Improved syntax for domains/parallel-import-trees. | Eduardo Julian | 2019-02-03 | 5 | -15/+18 |
* | Relative imports can now alter the start of a path. | Eduardo Julian | 2019-02-03 | 4 | -70/+80 |
* | Ported some old tests to the new format. | Eduardo Julian | 2019-02-02 | 5 | -152/+163 |
* | Tests are now first class. | Eduardo Julian | 2019-01-30 | 2 | -204/+238 |
* | Added dynamic typing. | Eduardo Julian | 2019-01-24 | 2 | -72/+103 |
* | Re-structured the l10n/i18n machinery. | Eduardo Julian | 2019-01-22 | 1 | -0/+3 |
* | - WIP: Expansion of CSS machinery. | Eduardo Julian | 2019-01-22 | 1 | -0/+8 |
* | Re-named "lux/control/security/taint" to "lux/control/security/integrity". | Eduardo Julian | 2019-01-11 | 4 | -176/+184 |
* | Added equivalences. | Eduardo Julian | 2018-12-28 | 1 | -27/+28 |
* | Re-organized the class machinery. | Eduardo Julian | 2018-12-28 | 1 | -13/+13 |
* | Added machinery for methods. | Eduardo Julian | 2018-12-28 | 1 | -9/+14 |
* | Tests for bytecode generation. | Eduardo Julian | 2018-12-26 | 1 | -0/+79 |
* | Reverted "lux/control/concurrency/frp" to the previous style of doing FRP. | Eduardo Julian | 2018-12-15 | 1 | -89/+20 |
* | Separated reading promises and writing to promises. | Eduardo Julian | 2018-12-15 | 1 | -4/+0 |
* | Changed the "instance?" macro in "lux/host.jvm.lux" into the "check" macro. | Eduardo Julian | 2018-12-15 | 1 | -4/+4 |
* | Re-named the "Error" tag to "Failure". | Eduardo Julian | 2018-12-15 | 19 | -122/+143 |
* | Moved the "lux/concurrency" modules under "lux/control". | Eduardo Julian | 2018-12-15 | 7 | -168/+168 |
* | Removed sessions for the moment. | Eduardo Julian | 2018-12-15 | 1 | -139/+0 |
* | Slight improvement to tests. | Eduardo Julian | 2018-12-10 | 1 | -15/+15 |
* | Improved test for recursion in complex sessions. | Eduardo Julian | 2018-12-09 | 1 | -27/+38 |
* | Working session recursion. | Eduardo Julian | 2018-12-09 | 1 | -44/+94 |
* | Basic implementation for sessions. | Eduardo Julian | 2018-12-09 | 1 | -0/+78 |
* | Adapted other world signatures to the capability model. | Eduardo Julian | 2018-12-06 | 1 | -2/+2 |
* | - Added basic support for capability-based security. | Eduardo Julian | 2018-12-06 | 1 | -112/+116 |
* | Now tainting values coming from the outside world. | Eduardo Julian | 2018-12-05 | 4 | -153/+180 |
* | Made some improvements to value taining, and added some tests. | Eduardo Julian | 2018-12-05 | 1 | -0/+49 |
* | Some small improvements. | Eduardo Julian | 2018-12-05 | 1 | -25/+30 |
* | Added privacy typing for information-flow control. | Eduardo Julian | 2018-12-05 | 1 | -0/+80 |
* | Some refactoring and small fixes. | Eduardo Julian | 2018-12-04 | 1 | -3/+3 |
* | Restored the "encode" function for duration, to correct for overkill when rem... | Eduardo Julian | 2018-12-04 | 1 | -5/+6 |
* | Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34 | Eduardo Julian | 2018-12-03 | 1 | -27/+1 |
* | Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35 | Eduardo Julian | 2018-12-03 | 1 | -10/+1 |
* | Method imports are now done as macros instead of functions. | Eduardo Julian | 2018-08-29 | 2 | -18/+21 |
* | Micro-optimizations. | Eduardo Julian | 2018-08-26 | 2 | -14/+18 |
* | "lux text char" is now unsafe/optimized. | Eduardo Julian | 2018-08-23 | 1 | -1/+1 |
* | Optimized text clipping. | Eduardo Julian | 2018-08-23 | 2 | -11/+11 |
* | No more escaping of back-slash. | Eduardo Julian | 2018-08-23 | 1 | -51/+51 |
* | No more escaping of new-line. | Eduardo Julian | 2018-08-23 | 2 | -5/+5 |
* | No more escaping of double-quotes. | Eduardo Julian | 2018-08-23 | 4 | -46/+7 |
* | No more escaping of unicode. | Eduardo Julian | 2018-08-22 | 2 | -8/+9 |
* | No more escaping of vertical-tab. | Eduardo Julian | 2018-08-22 | 1 | -1/+1 |
* | No more escaping of carriage-return. | Eduardo Julian | 2018-08-22 | 1 | -1/+1 |
* | No more escaping of form-feed. | Eduardo Julian | 2018-08-22 | 1 | -1/+1 |