aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-05Ported tests for lux/control/interval to the new format.Eduardo Julian8-240/+246
2019-02-05Integrated tests into normal source code.Eduardo Julian96-210/+204
2019-02-05Migrated documentation tool's code into stdlib.Eduardo Julian9-87/+605
2019-02-04Added library for generating Markdown code.Eduardo Julian2-1/+178
2019-02-04Converted tests for "lux/control/exception" to new format.Eduardo Julian4-49/+47
2019-02-04Re-implemented the IO type as an abstract type in order to avoid potential is...Eduardo Julian2-52/+67
2019-02-04Added the capacity to generate identifiers for template code.Eduardo Julian2-13/+23
2019-02-04Ported "lux/io" module to new test format.Eduardo Julian6-24/+220
2019-02-04Fixed a bug in how the "_$" macro works.Eduardo Julian1-1/+8
2019-02-04Fixed small naming error.Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian280-3917/+4203
2019-02-03Some refactoring around the identity function.Eduardo Julian9-81/+85
2019-02-03Added branding to capabilities to better differentiate between capabilities t...Eduardo Julian3-55/+92
2019-02-03Added "forge" and "use" functions for working with capabilities.Eduardo Julian3-102/+146
2019-02-03Improved syntax for domains/parallel-import-trees.Eduardo Julian6-30/+44
2019-02-03Relative imports can now alter the start of a path.Eduardo Julian6-106/+162
2019-02-02Ported some old tests to the new format.Eduardo Julian6-153/+164
2019-02-02Some small refactoring.Eduardo Julian1-13/+22
2019-01-30Tests are now first class.Eduardo Julian3-411/+339
2019-01-24Some documentation for dynamic typing.Eduardo Julian1-1/+5
2019-01-24Wrapped-up type-safe CSS.Eduardo Julian5-78/+816
2019-01-24Improvements & expansions for CSS machinery.Eduardo Julian10-233/+742
2019-01-24Added dynamic typing.Eduardo Julian3-72/+142
2019-01-22Re-structured the l10n/i18n machinery.Eduardo Julian5-4/+5
2019-01-22- WIP: Expansion of CSS machinery.Eduardo Julian13-128/+1197
2019-01-22Some improvements to macro machinery.Eduardo Julian2-13/+23
2019-01-22Added internationalization machinery.Eduardo Julian3-0/+848
2019-01-21Fixed bug due to recent changes to "lux/type/abstract".Eduardo Julian1-8/+8
2019-01-21Added a module for type-parameter variance.Eduardo Julian1-0/+11
2019-01-21Added char-sets for text.Eduardo Julian2-6/+180
2019-01-11Re-named "lux/control/security/taint" to "lux/control/security/integrity".Eduardo Julian13-211/+219
2019-01-11Added integrity/security concerns when dealing with HTTP servers.Eduardo Julian5-37/+44
2019-01-11Added named colors.Eduardo Julian1-0/+155
2019-01-11Expanded HTML machinery.Eduardo Julian1-85/+347
2019-01-09Shortened normalization codes.Eduardo Julian1-23/+23
2019-01-09Added more services.Eduardo Julian4-19/+99
2019-01-09Adding machinery for processing HTTP requests.Eduardo Julian5-41/+264
2019-01-09Expanded HTML machinery.Eduardo Julian3-41/+293
2019-01-09Added routing.Eduardo Julian1-0/+82
2019-01-09Added cookie support.Eduardo Julian1-0/+55
2019-01-09Improved header addition.Eduardo Julian1-3/+15
2019-01-08Added some service capabilities.Eduardo Julian2-0/+70
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