aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/security (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-072-11/+11
* De-taggification | part 2Eduardo Julian2021-09-042-10/+10
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-5/+5
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-7/+8
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
* No more #export magic syntax.Eduardo Julian2021-08-082-2/+2
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-072-3/+3
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-272-6/+7
* Re-named Promise to Async.Eduardo Julian2021-07-261-2/+2
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-10/+10
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-142-29/+31
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-122-9/+8
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-10/+7
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-6/+7
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-8/+7
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-29/+29
* Removed several unnecessary imports.Eduardo Julian2020-12-121-1/+0
* Re-named "with-cover" to "for".Eduardo Julian2020-12-102-25/+25
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-10/+10
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-282-4/+4
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-6/+6
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-041-4/+3
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-14/+22
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-0/+45
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-2/+4
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+1
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-281-0/+1
* - Replaced "Dirty" values with "Safe" values.Eduardo Julian2019-05-042-70/+16
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-062-4/+5
* Ported tests for number-related modules.Eduardo Julian2019-03-222-12/+14
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-152-5/+5
* Adapted more tests to the new format.Eduardo Julian2019-02-172-86/+88
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-112-2/+2
* Integrated tests into normal source code.Eduardo Julian2019-02-052-0/+139