aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository/remote.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-18Some bug fixes.Eduardo Julian1-3/+3
2021-08-08No more #export magic syntax.Eduardo Julian1-5/+5
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-3/+3
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-24/+25
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-0/+2
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-98/+54
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-16/+15
2021-05-30lux/data/binary.slice now works in the offset+length style.Eduardo Julian1-1/+1
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-1/+1
2021-02-07Mo' updates, less problems.Eduardo Julian1-16/+18
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-68/+13
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-17/+17
2020-12-23Refactored "export" common syntax.Eduardo Julian1-53/+40
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-46/+58
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-10/+10
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-2/+2
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-15/+23
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-7/+36
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-2/+74
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-0/+85