Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added support for interfaces in classes. | Eduardo Julian | 2018-12-26 | 2 | -21/+47 | |
| | ||||||
* | Utility functions for getting files and directories. | Eduardo Julian | 2018-12-26 | 1 | -0/+18 | |
| | ||||||
* | WIP: JVM bytecode generation in pure Lux. | Eduardo Julian | 2018-12-26 | 10 | -27/+406 | |
| | ||||||
* | Expansion for binary format. | Eduardo Julian | 2018-12-26 | 1 | -124/+220 | |
| | ||||||
* | Some refactoring & minor additions. | Eduardo Julian | 2018-12-26 | 10 | -90/+118 | |
| | ||||||
* | Added contravariant functors. | Eduardo Julian | 2018-12-25 | 6 | -16/+57 | |
| | ||||||
* | Some refactoring. | Eduardo Julian | 2018-12-24 | 3 | -47/+52 | |
| | ||||||
* | Improved how the "Source" type works. | Eduardo Julian | 2018-12-16 | 2 | -75/+49 | |
| | ||||||
* | Reverted "lux/control/concurrency/frp" to the previous style of doing FRP. | Eduardo Julian | 2018-12-15 | 3 | -103/+244 | |
| | ||||||
* | Separated reading promises and writing to promises. | Eduardo Julian | 2018-12-15 | 4 | -131/+165 | |
| | ||||||
* | Changed the "instance?" macro in "lux/host.jvm.lux" into the "check" macro. | Eduardo Julian | 2018-12-15 | 1 | -16/+25 | |
| | ||||||
* | No longer relying on "signature:"'s and "structure:"'s internal ↵ | Eduardo Julian | 2018-12-15 | 12 | -154/+150 | |
| | | | | macro-expansion to handle the "do-template"s inside. | |||||
* | Re-named the "Error" tag to "Failure". | Eduardo Julian | 2018-12-15 | 46 | -518/+538 | |
| | ||||||
* | Moved the "lux/concurrency" modules under "lux/control". | Eduardo Julian | 2018-12-15 | 14 | -55/+55 | |
| | ||||||
* | Small improvements. | Eduardo Julian | 2018-12-15 | 8 | -101/+122 | |
| | ||||||
* | Removed sessions for the moment. | Eduardo Julian | 2018-12-15 | 1 | -228/+0 | |
| | | | They will be revisited in future work. | |||||
* | Slight improvement. | Eduardo Julian | 2018-12-10 | 1 | -10/+10 | |
| | ||||||
* | Fixed a bug in recursive sessions. | Eduardo Julian | 2018-12-10 | 1 | -3/+5 | |
| | ||||||
* | Working session recursion. | Eduardo Julian | 2018-12-09 | 1 | -64/+82 | |
| | ||||||
* | WIP: Session recursion. | Eduardo Julian | 2018-12-09 | 1 | -1/+21 | |
| | ||||||
* | - Some refactoring. | Eduardo Julian | 2018-12-09 | 1 | -95/+72 | |
| | | | - Eliminated "choice:" macro. | |||||
* | Basic implementation for sessions. | Eduardo Julian | 2018-12-09 | 2 | -3/+218 | |
| | ||||||
* | Added some missing/necessary documentation. | Eduardo Julian | 2018-12-09 | 3 | -0/+14 | |
| | ||||||
* | Adapted other world signatures to the capability model. | Eduardo Julian | 2018-12-06 | 4 | -21/+43 | |
| | ||||||
* | - Added basic support for capability-based security. | Eduardo Julian | 2018-12-06 | 3 | -130/+247 | |
| | | | - Re-designed the file-system signatures to be capability-based. | |||||
* | Now tainting values coming from the outside world. | Eduardo Julian | 2018-12-05 | 7 | -215/+255 | |
| | ||||||
* | Made some improvements to value taining, and added some tests. | Eduardo Julian | 2018-12-05 | 2 | -28/+45 | |
| | ||||||
* | Some small improvements. | Eduardo Julian | 2018-12-05 | 2 | -23/+51 | |
| | ||||||
* | Added privacy typing for information-flow control. | Eduardo Julian | 2018-12-05 | 1 | -0/+69 | |
| | ||||||
* | Some refactoring and small fixes. | Eduardo Julian | 2018-12-04 | 7 | -14/+23 | |
| | ||||||
* | Restored the "encode" function for duration, to correct for overkill when ↵ | Eduardo Julian | 2018-12-04 | 3 | -3/+33 | |
| | | | | removing contributor code. | |||||
* | Some refactoring. | Eduardo Julian | 2018-12-04 | 7 | -176/+201 | |
| | ||||||
* | Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34 | Eduardo Julian | 2018-12-03 | 1 | -73/+0 | |
| | ||||||
* | Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35 | Eduardo Julian | 2018-12-03 | 1 | -21/+0 | |
| | ||||||
* | Extracted "phase" from under "lux/platform/compiler/default". | Eduardo Julian | 2018-10-29 | 47 | -29/+31 | |
| | ||||||
* | Added "Char" type. | Eduardo Julian | 2018-10-29 | 1 | -3/+5 | |
| | ||||||
* | Nested the compiler and the interpreter under the lux/platform/* path. | Eduardo Julian | 2018-10-29 | 65 | -9/+9 | |
| | ||||||
* | Added a module for keyboard input. | Eduardo Julian | 2018-10-29 | 1 | -0/+78 | |
| | ||||||
* | Added a module for video display resolutions. | Eduardo Julian | 2018-10-29 | 1 | -0/+30 | |
| | ||||||
* | Some refactoring. | Eduardo Julian | 2018-10-27 | 12 | -327/+373 | |
| | ||||||
* | - Refactored macro-expansion code. | Eduardo Julian | 2018-10-27 | 3 | -116/+155 | |
| | | | - Added extra functionality to lux/compiler/default/phase/analysis. | |||||
* | Split-out the lux/compiler/meta/archive module. | Eduardo Julian | 2018-10-27 | 5 | -111/+152 | |
| | ||||||
* | Slight improvements to "lux/data/color". | Eduardo Julian | 2018-10-18 | 1 | -38/+82 | |
| | ||||||
* | - Added "Alpha" abstraction. | Eduardo Julian | 2018-10-18 | 1 | -6/+26 | |
| | | | - Added "Pigment" abstraction. | |||||
* | Minor refactoring. | Eduardo Julian | 2018-10-13 | 5 | -42/+64 | |
| | ||||||
* | Introduced an explicit "Compiler" abstraction. | Eduardo Julian | 2018-10-13 | 4 | -50/+69 | |
| | ||||||
* | Turned the Archive into an abstract type for greater safety when operating ↵ | Eduardo Julian | 2018-10-13 | 1 | -23/+29 | |
| | | | | on it (cannot skip the abstraction by directly using the dictionary functions). | |||||
* | - Some refactoring. | Eduardo Julian | 2018-10-13 | 5 | -130/+167 | |
| | | | - Small additions/features. | |||||
* | Removed timing/perf-logging. | Eduardo Julian | 2018-10-13 | 4 | -82/+89 | |
| | ||||||
* | Adapted new-luxc to latest stdlib changes. | Eduardo Julian | 2018-08-29 | 8 | -51/+46 | |
| |