aboutsummaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-2/+2
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-231-0/+2
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-181-10/+11
* Proper testing for debug.log!Eduardo Julian2022-08-171-11/+10
* Disabled running tests on Node because of weird "replaceAll" issue.Eduardo Julian2022-08-121-10/+11
* Updated setup-node in CI in hopes of solving "replaceAll" issue.Eduardo Julian2022-08-121-1/+1
* Fixes for Aedifex tests.Eduardo Julian2022-08-121-20/+22
* Removed the need for ,! unquoting.Eduardo Julian2022-07-101-1/+1
* De-sigil-ification: *Eduardo Julian2022-04-091-1/+1
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-1/+1
* Re-branded "abstract" types as "primitive" types.Eduardo Julian2022-04-091-0/+2
* Better names for random text/character generators.Eduardo Julian2022-04-081-1/+1
* De-sigil-ification: $Eduardo Julian2022-04-082-8/+8
* Can now deploy releases with Aedifex.Eduardo Julian2022-04-081-1/+3
* Better snapshot deployments for Aedifex.Eduardo Julian2022-04-072-9/+15
* De-sigil-ification: &Eduardo Julian2022-04-071-1/+1
* More efficient TAR handling.Eduardo Julian2022-04-071-1/+1
* More efficient binary formatting.Eduardo Julian2022-04-061-7/+8
* More efficient binary parsing.Eduardo Julian2022-04-061-6/+10
* Got documentation back in working condition.Eduardo Julian2022-04-061-0/+2
* No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian2022-04-051-7/+9
* Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian2022-04-042-1/+6
* De-sigil-ification: /Eduardo Julian2022-03-302-7/+9
* Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian2022-03-301-0/+3
* Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian2022-03-302-2/+2
* "when" macro for Try.Eduardo Julian2022-03-302-9/+11
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-0/+2
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-301-0/+1
* De-sigil-ification: !Eduardo Julian2022-03-171-10/+19
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-161-1/+1
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-161-1/+1
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-1/+1
* Using a fake console in Aedifex if the system console is unavailable.Eduardo Julian2022-03-141-23/+23
* De-sigil-ification: >Eduardo Julian2022-03-141-36/+36
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-141-0/+40