aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/hash.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+4
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-22/+22
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-6/+6
| | | | convention that only macros that deal with types may start with a colon.
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-2/+3
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-5/+5
|
* Improved the design of actors.Eduardo Julian2020-11-011-5/+5
|
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-21/+143
|
* Mandatory long names for JVM imports, instead of having "long" be optional ↵Eduardo Julian2020-10-091-2/+2
| | | | and short be default.
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-1/+15
|
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-0/+27