aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Tests for bytecode generation.Eduardo Julian2018-12-261-0/+79
|
* ClassLoader machinery.Eduardo Julian2018-12-261-0/+124
|
* Expanded the set of available modifiers.Eduardo Julian2018-12-267-61/+190
|
* Added support for interfaces in classes.Eduardo Julian2018-12-262-21/+47
|
* Utility functions for getting files and directories.Eduardo Julian2018-12-261-0/+18
|
* WIP: JVM bytecode generation in pure Lux.Eduardo Julian2018-12-2610-27/+406
|
* Expansion for binary format.Eduardo Julian2018-12-261-124/+220
|
* Some refactoring & minor additions.Eduardo Julian2018-12-2610-90/+118
|
* Added contravariant functors.Eduardo Julian2018-12-256-16/+57
|
* Some refactoring.Eduardo Julian2018-12-243-47/+52
|
* Improved how the "Source" type works.Eduardo Julian2018-12-162-75/+49
|
* Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.Eduardo Julian2018-12-154-192/+264
|
* Separated reading promises and writing to promises.Eduardo Julian2018-12-155-135/+165
|
* Changed the "instance?" macro in "lux/host.jvm.lux" into the "check" macro.Eduardo Julian2018-12-152-20/+29
|
* No longer relying on "signature:"'s and "structure:"'s internal ↵Eduardo Julian2018-12-1512-154/+150
| | | | macro-expansion to handle the "do-template"s inside.
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-1565-640/+681
|
* Changed the licenses in the project.clj files.Eduardo Julian2018-12-151-2/+2
|
* Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian2018-12-1521-223/+223
|
* Small improvements.Eduardo Julian2018-12-158-101/+122
|
* Removed sessions for the moment.Eduardo Julian2018-12-152-367/+0
| | | They will be revisited in future work.
* Slight improvement.Eduardo Julian2018-12-101-10/+10
|
* Slight improvement to tests.Eduardo Julian2018-12-101-15/+15
|
* Fixed a bug in recursive sessions.Eduardo Julian2018-12-101-3/+5
|
* Improved test for recursion in complex sessions.Eduardo Julian2018-12-091-27/+38
|
* Working session recursion.Eduardo Julian2018-12-092-108/+176
|
* WIP: Session recursion.Eduardo Julian2018-12-091-1/+21
|
* - Some refactoring.Eduardo Julian2018-12-091-95/+72
| | | - Eliminated "choice:" macro.
* Basic implementation for sessions.Eduardo Julian2018-12-093-3/+296
|
* Added some missing/necessary documentation.Eduardo Julian2018-12-093-0/+14
|
* Adapted other world signatures to the capability model.Eduardo Julian2018-12-065-23/+45
|
* - Added basic support for capability-based security.Eduardo Julian2018-12-064-242/+363
| | | - Re-designed the file-system signatures to be capability-based.
* Now tainting values coming from the outside world.Eduardo Julian2018-12-0511-368/+435
|
* Made some improvements to value taining, and added some tests.Eduardo Julian2018-12-053-28/+94
|
* Some small improvements.Eduardo Julian2018-12-053-48/+81
|
* Added privacy typing for information-flow control.Eduardo Julian2018-12-052-0/+149
|
* Some refactoring and small fixes.Eduardo Julian2018-12-048-17/+26
|
* Restored the "encode" function for duration, to correct for overkill when ↵Eduardo Julian2018-12-044-8/+39
| | | | removing contributor code.
* Some refactoring.Eduardo Julian2018-12-047-176/+201
|
* Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34Eduardo Julian2018-12-032-100/+1
|
* Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/33Eduardo Julian2018-12-031-1/+0
|
* Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35Eduardo Julian2018-12-032-31/+1
|
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-2947-29/+31
|
* Added "Char" type.Eduardo Julian2018-10-291-3/+5
|
* Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian2018-10-2965-9/+9
|
* Added a module for keyboard input.Eduardo Julian2018-10-291-0/+78
|
* Added a module for video display resolutions.Eduardo Julian2018-10-291-0/+30
|
* Some refactoring.Eduardo Julian2018-10-2712-327/+373
|
* - Refactored macro-expansion code.Eduardo Julian2018-10-273-116/+155
| | | - Added extra functionality to lux/compiler/default/phase/analysis.
* Split-out the lux/compiler/meta/archive module.Eduardo Julian2018-10-275-111/+152
|
* Slight improvements to "lux/data/color".Eduardo Julian2018-10-181-38/+82
|