aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Ported some modules to the new test format.Eduardo Julian2019-02-0815-408/+470
|
* Small improvements & fixes.Eduardo Julian2019-02-077-78/+110
|
* - Removed the current usage of data-integrity measures.Eduardo Julian2019-02-0710-136/+95
| | | - TBD: New measures.
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-066-97/+141
|
* Updated Scriptum to make sure it always generates documentation for tested ↵Eduardo Julian2019-02-051-8/+4
| | | | modules.
* Folded license-making program (legislator) into the Lux project proper (as ↵Eduardo Julian2019-02-0523-3/+2169
| | | | licentia).
* Ported tests for lux/control/interval to the new format.Eduardo Julian2019-02-058-240/+246
|
* Integrated tests into normal source code.Eduardo Julian2019-02-0596-210/+204
|
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-0511-699/+605
|
* Added library for generating Markdown code.Eduardo Julian2019-02-042-1/+178
|
* Converted tests for "lux/control/exception" to new format.Eduardo Julian2019-02-044-49/+47
|
* Re-implemented the IO type as an abstract type in order to avoid potential ↵Eduardo Julian2019-02-043-54/+69
| | | | issues with sub-typing during type-checking.
* Added the capacity to generate identifiers for template code.Eduardo Julian2019-02-042-13/+23
|
* Ported "lux/io" module to new test format.Eduardo Julian2019-02-046-24/+220
|
* Fixed a bug in how the "_$" macro works.Eduardo Julian2019-02-041-1/+8
|
* Fixed small naming error.Eduardo Julian2019-02-041-1/+1
|
* Changed the naming style for structures.Eduardo Julian2019-02-04280-3917/+4203
|
* Some refactoring around the identity function.Eduardo Julian2019-02-039-81/+85
|
* Added branding to capabilities to better differentiate between capabilities ↵Eduardo Julian2019-02-034-56/+95
| | | | that share the same inputs and outputs.
* Added "forge" and "use" functions for working with capabilities.Eduardo Julian2019-02-033-102/+146
|
* Improved syntax for domains/parallel-import-trees.Eduardo Julian2019-02-036-30/+44
|
* Relative imports can now alter the start of a path.Eduardo Julian2019-02-036-106/+162
|
* Ported some old tests to the new format.Eduardo Julian2019-02-026-153/+164
|
* Some small refactoring.Eduardo Julian2019-02-021-13/+22
|
* Tests are now first class.Eduardo Julian2019-01-304-412/+340
|
* Some documentation for dynamic typing.Eduardo Julian2019-01-241-1/+5
|
* Wrapped-up type-safe CSS.Eduardo Julian2019-01-245-78/+816
|
* Improvements & expansions for CSS machinery.Eduardo Julian2019-01-2410-233/+742
|
* Added dynamic typing.Eduardo Julian2019-01-244-73/+145
|
* Re-structured the l10n/i18n machinery.Eduardo Julian2019-01-225-4/+5
|
* - WIP: Expansion of CSS machinery.Eduardo Julian2019-01-2214-129/+1198
| | | - Expansion of l10n/i18n machinery.
* Some improvements to macro machinery.Eduardo Julian2019-01-222-13/+23
|
* Added internationalization machinery.Eduardo Julian2019-01-223-0/+848
|
* Fixed bug due to recent changes to "lux/type/abstract".Eduardo Julian2019-01-211-8/+8
|
* Added a module for type-parameter variance.Eduardo Julian2019-01-211-0/+11
|
* Added char-sets for text.Eduardo Julian2019-01-212-6/+180
|
* Re-named "lux/control/security/taint" to "lux/control/security/integrity".Eduardo Julian2019-01-1113-211/+219
|
* Added integrity/security concerns when dealing with HTTP servers.Eduardo Julian2019-01-115-37/+44
|
* Added named colors.Eduardo Julian2019-01-111-0/+155
|
* Expanded HTML machinery.Eduardo Julian2019-01-111-85/+347
|
* Shortened normalization codes.Eduardo Julian2019-01-092-50/+64
|
* Added more services.Eduardo Julian2019-01-094-19/+99
|
* Adding machinery for processing HTTP requests.Eduardo Julian2019-01-095-41/+264
|
* Expanded HTML machinery.Eduardo Julian2019-01-093-41/+293
|
* Added routing.Eduardo Julian2019-01-091-0/+82
|
* Added cookie support.Eduardo Julian2019-01-091-0/+55
|
* Improved header addition.Eduardo Julian2019-01-091-3/+15
|
* Added some service capabilities.Eduardo Julian2019-01-082-0/+70
|
* Small adjustments.Eduardo Julian2019-01-085-11/+29
|
* Can now define nested abstract types.Eduardo Julian2019-01-063-142/+169
|