aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository/remote.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-221-2/+3
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-3/+3
|
* Improved exception-definition macro.Eduardo Julian2022-08-111-3/+3
|
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-3/+3
|
* Now statically resolving values from globals in pattern-matching.Eduardo Julian2022-07-281-2/+2
|
* Made exception.report a function.Eduardo Julian2022-07-061-2/+2
|
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-061-2/+1
|
* Added a new custom type for pattern-matching macros.Eduardo Julian2022-07-031-2/+2
|
* De-sigil-ification: suffix : [Part 16]Eduardo Julian2022-06-261-3/+3
|
* De-sigil-ification: suffix : [Part 15]Eduardo Julian2022-06-251-1/+1
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-1/+1
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-7/+7
|
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
|
* Re-named "partial_list" to "list.partial".Eduardo Julian2022-06-121-2/+4
|
* De-sigil-ification: suffix : [Part 4]Eduardo Julian2022-06-121-40/+40
|
* De-sigil-ification: suffix : [Part 3]Eduardo Julian2022-06-121-1/+1
|
* De-sigil-ification: #Eduardo Julian2022-06-041-3/+3
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-4/+4
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-10/+10
|
* De-sigil-ification: &Eduardo Julian2022-04-071-2/+2
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-16/+16
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-2/+2
|
* De-sigil-ification: ^Eduardo Julian2022-03-151-2/+2
|
* De-sigil-ification: @Eduardo Julian2022-03-141-3/+3
|
* ADDED Can pass config parameters to compiler and select code based on it. ↵Eduardo Julian2022-02-231-31/+30
| | | | Can also select code based on compiler version.
* Fixed packaging issue.Eduardo Julian2021-10-091-3/+3
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-10/+10
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-3/+3
|
* Made the "#" character great again!Eduardo Julian2021-09-121-7/+7
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-4/+4
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+2
|
* De-taggification | part 4Eduardo Julian2021-09-071-16/+16
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-15/+15
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-1/+1
|
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
|
* No more #export magic syntax.Eduardo Julian2021-08-081-5/+5
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-3/+3
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-24/+25
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-0/+2
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-98/+54
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-16/+15
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-301-1/+1
|
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-241-1/+1
|
* Mo' updates, less problems.Eduardo Julian2021-02-071-16/+18
|