aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-08Small adjustments.Eduardo Julian4-9/+24
2019-01-06Can now define nested abstract types.Eduardo Julian3-142/+169
2019-01-02Some minor refactoring.Eduardo Julian3-4/+13
2019-01-02Added macros for remembering things to the programmer based on deadlines.Eduardo Julian2-34/+108
2018-12-31Re-named "lux/world/database" to "lux/world/db".Eduardo Julian4-3/+3
2018-12-30Added HTTP abstractions.Eduardo Julian6-0/+324
2018-12-30Added library for handling identities for values in foreign data-stores.Eduardo Julian1-0/+53
2018-12-30WIP: Added JDBC library.Eduardo Julian3-0/+468
2018-12-30WIP: Added SQL library.Eduardo Julian1-0/+475
2018-12-29Expanded the number of constants that can be created (; but still missing some).Eduardo Julian2-18/+99
2018-12-28Added equivalences.Eduardo Julian8-8/+102
2018-12-28Fixed bug when parsing blobs.Eduardo Julian1-1/+1
2018-12-28Re-organized the class machinery.Eduardo Julian3-114/+105
2018-12-28Added machinery for methods.Eduardo Julian3-50/+73
2018-12-28The (class)loader machinery is now JVM-only.Eduardo Julian1-0/+0
2018-12-28Added machinery for fields.Eduardo Julian7-65/+178
2018-12-28Added machinery for descriptors.Eduardo Julian2-1/+94
2018-12-27- Some improvements to Index.Eduardo Julian5-96/+149
2018-12-27Improved machinery for working with constant pools.Eduardo Julian1-0/+68
2018-12-26Small refactoring for JVM names.Eduardo Julian2-8/+10
2018-12-26ClassLoader machinery.Eduardo Julian1-0/+124
2018-12-26Expanded the set of available modifiers.Eduardo Julian7-61/+190
2018-12-26Added support for interfaces in classes.Eduardo Julian2-21/+47
2018-12-26Utility functions for getting files and directories.Eduardo Julian1-0/+18
2018-12-26WIP: JVM bytecode generation in pure Lux.Eduardo Julian10-27/+406
2018-12-26Expansion for binary format.Eduardo Julian1-124/+220
2018-12-26Some refactoring & minor additions.Eduardo Julian10-90/+118
2018-12-25Added contravariant functors.Eduardo Julian6-16/+57
2018-12-24Some refactoring.Eduardo Julian3-47/+52
2018-12-16Improved how the "Source" type works.Eduardo Julian2-75/+49
2018-12-15Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.Eduardo Julian3-103/+244
2018-12-15Separated reading promises and writing to promises.Eduardo Julian4-131/+165
2018-12-15Changed the "instance?" macro in "lux/host.jvm.lux" into the "check" macro.Eduardo Julian1-16/+25
2018-12-15No longer relying on "signature:"'s and "structure:"'s internal macro-expansi...Eduardo Julian12-154/+150
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian46-518/+538
2018-12-15Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian14-55/+55
2018-12-15Small improvements.Eduardo Julian8-101/+122
2018-12-15Removed sessions for the moment.Eduardo Julian1-228/+0
2018-12-10Slight improvement.Eduardo Julian1-10/+10
2018-12-10Fixed a bug in recursive sessions.Eduardo Julian1-3/+5
2018-12-09Working session recursion.Eduardo Julian1-64/+82
2018-12-09WIP: Session recursion.Eduardo Julian1-1/+21
2018-12-09- Some refactoring.Eduardo Julian1-95/+72
2018-12-09Basic implementation for sessions.Eduardo Julian2-3/+218
2018-12-09Added some missing/necessary documentation.Eduardo Julian3-0/+14
2018-12-06Adapted other world signatures to the capability model.Eduardo Julian4-21/+43
2018-12-06- Added basic support for capability-based security.Eduardo Julian3-130/+247
2018-12-05Now tainting values coming from the outside world.Eduardo Julian7-215/+255
2018-12-05Made some improvements to value taining, and added some tests.Eduardo Julian2-28/+45
2018-12-05Some small improvements.Eduardo Julian2-23/+51