aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/security/capability.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-70/+0
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-2/+2
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-2/+2
2021-01-05Added lexically-scoped templates.Eduardo Julian1-6/+3
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-2/+3
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-5/+5
2020-12-23Refactored "export" common syntax.Eduardo Julian1-3/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+2
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-2/+2
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian1-4/+3
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-2/+2
2020-09-16Changed the format of project descriptor files.Eduardo Julian1-4/+5
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian1-6/+5
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-2/+2
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-3/+3
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-2/+4
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-1/+1
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+2
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-2/+2
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-10Various small improments and changes.Eduardo Julian1-3/+12
2019-02-07Small improvements & fixes.Eduardo Julian1-1/+2
2019-02-04Changed the naming style for structures.Eduardo Julian1-1/+1
2019-02-03Added branding to capabilities to better differentiate between capabilities t...Eduardo Julian1-8/+43
2019-02-03Added "forge" and "use" functions for working with capabilities.Eduardo Julian1-4/+19
2018-12-09Added some missing/necessary documentation.Eduardo Julian1-0/+2
2018-12-06- Added basic support for capability-based security.Eduardo Julian1-0/+6