aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/import.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-4/+4
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
|
* Even more renamings.Eduardo Julian2021-08-011-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-2/+2
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-6/+6
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-26/+27
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-25/+25
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-4/+2
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-7/+7
|
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-3/+3
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-5/+20
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-2/+2
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-2/+2
|
* Can now import previously exported libraries.Eduardo Julian2020-05-291-0/+62