aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-24Improved the names of monad transformers.Eduardo Julian21-46/+47
2019-02-24Got new-luxc to compile/build again.Eduardo Julian22-362/+456
2019-02-21Moved extension machinery over.Eduardo Julian9-25/+441
2019-02-20Removed statement machinery (has been superseded by common statement extensio...Eduardo Julian1-3/+4
2019-02-20Moved expression machinery over.Eduardo Julian7-21/+80
2019-02-20Moved function machinery over.Eduardo Julian3-222/+335
2019-02-19Moved looping machinery over.Eduardo Julian4-8/+49
2019-02-19Moved pattern-matching machinery over.Eduardo Julian9-70/+252
2019-02-17Adapted more tests to the new format.Eduardo Julian11-318/+350
2019-02-14Added machinery to interact with the operating-system's shell.Eduardo Julian2-30/+203
2019-02-13- WIP: Moved some of the JS compiler machinery over to stdlib.Eduardo Julian13-105/+1029
2019-02-13Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian7-34/+43
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian79-20/+17
2019-02-12- Updated JS machinery.Eduardo Julian4-95/+372
2019-02-12Ported 2 new test modules to the new format.Eduardo Julian5-161/+252
2019-02-11Updated license for 2019.Eduardo Julian2-32/+38
2019-02-11Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...Eduardo Julian2-4/+90
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian176-497/+508
2019-02-10Various small improments and changes.Eduardo Julian10-164/+121
2019-02-08Ported some modules to the new test format.Eduardo Julian15-408/+470
2019-02-07Small improvements & fixes.Eduardo Julian7-78/+110
2019-02-07- Removed the current usage of data-integrity measures.Eduardo Julian10-136/+95
2019-02-06Updated test for "lux/control/pipe" to new format.Eduardo Julian6-97/+141
2019-02-05Updated Scriptum to make sure it always generates documentation for tested mo...Eduardo Julian1-8/+4
2019-02-05Folded license-making program (legislator) into the Lux project proper (as li...Eduardo Julian23-3/+2169
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