aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved extension machinery over.Eduardo Julian2019-02-218-24/+437
* Removed statement machinery (has been superseded by common statement extensio...Eduardo Julian2019-02-201-3/+4
* Moved expression machinery over.Eduardo Julian2019-02-206-20/+78
* Moved function machinery over.Eduardo Julian2019-02-202-21/+136
* Moved looping machinery over.Eduardo Julian2019-02-194-8/+49
* Moved pattern-matching machinery over.Eduardo Julian2019-02-199-70/+252
* Adapted more tests to the new format.Eduardo Julian2019-02-173-24/+20
* Added machinery to interact with the operating-system's shell.Eduardo Julian2019-02-142-30/+203
* - WIP: Moved some of the JS compiler machinery over to stdlib.Eduardo Julian2019-02-1313-105/+1029
* Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian2019-02-136-28/+28
* Re-named "lux/platform" to "lux/tool".Eduardo Julian2019-02-1278-17/+14
* - Updated JS machinery.Eduardo Julian2019-02-123-93/+369
* Ported 2 new test modules to the new format.Eduardo Julian2019-02-121-8/+7
* Updated license for 2019.Eduardo Julian2019-02-111-14/+14
* Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...Eduardo Julian2019-02-112-4/+90
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-11120-380/+384
* Various small improments and changes.Eduardo Julian2019-02-1010-164/+121
* Ported some modules to the new test format.Eduardo Julian2019-02-083-91/+87
* Small improvements & fixes.Eduardo Julian2019-02-076-78/+105
* - Removed the current usage of data-integrity measures.Eduardo Julian2019-02-078-123/+88
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-062-29/+26
* Ported tests for lux/control/interval to the new format.Eduardo Julian2019-02-051-3/+3
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-056-76/+82
* Added library for generating Markdown code.Eduardo Julian2019-02-041-0/+176
* Re-implemented the IO type as an abstract type in order to avoid potential is...Eduardo Julian2019-02-042-52/+67
* Added the capacity to generate identifiers for template code.Eduardo Julian2019-02-042-13/+23
* Fixed small naming error.Eduardo Julian2019-02-041-1/+1
* Changed the naming style for structures.Eduardo Julian2019-02-04197-3020/+3334
* Some refactoring around the identity function.Eduardo Julian2019-02-037-73/+79
* Added branding to capabilities to better differentiate between capabilities t...Eduardo Julian2019-02-033-55/+92
* Added "forge" and "use" functions for working with capabilities.Eduardo Julian2019-02-032-100/+142
* Ported some old tests to the new format.Eduardo Julian2019-02-021-1/+1
* Tests are now first class.Eduardo Julian2019-01-301-207/+101
* 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-241-0/+39
* Re-structured the l10n/i18n machinery.Eduardo Julian2019-01-224-4/+2
* - WIP: Expansion of CSS machinery.Eduardo Julian2019-01-2212-128/+1189
* 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-119-35/+35
* 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-091-23/+23
* Added more services.Eduardo Julian2019-01-094-19/+99