aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/type (follow)
Commit message (Expand)AuthorAgeFilesLines
* Still more fixes for JVM interop.Eduardo Julian2022-03-015-49/+53
* Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian2022-01-222-43/+60
* Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian2022-01-192-6/+18
* Additional documentation for JVM types.Eduardo Julian2021-09-161-3/+3
* "module:" => "using"Eduardo Julian2021-09-158-8/+8
* Correctly analyzing records in the presence of local bindings.Eduardo Julian2021-09-152-2/+2
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-1/+1
* Re-named "primitive" to "Primitive".Eduardo Julian2021-09-135-6/+6
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-137-42/+42
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-126-36/+36
* Made the "#" character great again!Eduardo Julian2021-09-122-11/+11
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-105-313/+313
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-8/+8
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-085-319/+313
* De-taggification | part 4Eduardo Julian2021-09-077-60/+60
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-048-51/+51
* Updates to the Ruby compiler.Eduardo Julian2021-08-274-5/+5
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-245-36/+36
* Some bug fixes.Eduardo Julian2021-08-183-8/+13
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-164-11/+11
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-2/+2
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-114-20/+21
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-6/+6
* No more #export magic syntax.Eduardo Julian2021-08-088-97/+103
* Even more renamings.Eduardo Julian2021-08-012-2/+2
* More renamings.Eduardo Julian2021-07-303-7/+7
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-292-7/+7
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-282-6/+6
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-22/+22
* Re-named Promise to Async.Eduardo Julian2021-07-261-1/+1
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-253-9/+9
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-231-8/+55
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-202-16/+39
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-183-57/+83
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-148-0/+974