aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/unsafe (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13Re-licensed to MPL 2.0Eduardo Julian2-0/+6
2023-01-08Moved compiler target machinery under meta/compiler.Eduardo Julian2-3/+5
2022-11-29Added money-handling machinery.Eduardo Julian2-16/+16
2022-11-28Added currencies.Eduardo Julian1-6/+6
2022-11-25Added support for saturation arithmetic.Eduardo Julian1-6/+6
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian2-7/+7
2022-11-18Updated the Python compiler to work with the new format for extensions.Eduardo Julian2-10/+10
2022-10-20Migrating default extensions to the new format [Part 3]Eduardo Julian1-11/+11
2022-10-19Migrating default extensions to the new format [Part 2]Eduardo Julian2-95/+94
2022-08-11Re-named the "case" macro to "when".Eduardo Julian1-3/+3
2022-07-26Slightly cleaner application of variance for FRP channels.Eduardo Julian1-2/+2
2022-07-26Made inlined functions into first-class macros.Eduardo Julian1-27/+29
2022-07-03Moved "lux/target" to "lux/meta/target".Eduardo Julian2-3/+4
2022-07-02More traditional names for unquoting macros.Eduardo Julian2-86/+86
2022-06-30Alternative names for (un)quoting macros.Eduardo Julian1-2/+3
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian2-7/+7
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian2-2/+2
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian2-43/+43
2022-06-12De-sigil-ification: suffix : [Part 3]Eduardo Julian2-552/+589
2022-06-05De-sigil-ification: : [Part 1]Eduardo Julian1-9/+9
2022-06-03Extensible import syntax [Part 4]Eduardo Julian1-2/+2
2022-06-02Extensible import syntax [Part 3]Eduardo Julian1-1/+1
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-2/+2
2022-04-08De-sigil-ification: $Eduardo Julian1-17/+17
2022-04-06Got documentation back in working condition.Eduardo Julian2-20/+21
2022-04-05No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian1-15/+15
2022-04-04Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian1-47/+49
2022-03-30De-sigil-ification: /Eduardo Julian1-48/+48
2022-03-30Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian1-29/+29
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2-19/+19
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2-7/+7
2022-03-17De-sigil-ification: !Eduardo Julian1-5/+5
2022-03-16De-sigil-ification: prefix :Eduardo Julian2-410/+410
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian1-6/+7
2022-03-14Leaner syntax for the "for" macro.Eduardo Julian2-218/+217
2022-03-14Can now add type-vars to imported procedures from scripting languages.Eduardo Julian1-2/+3
2022-03-11Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian1-2/+4
2022-03-07Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian1-0/+3
2022-03-05Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian2-242/+650
2022-03-02Finishing the meta-compiler [Part 5]Eduardo Julian1-2/+2
2022-02-22No more automatic conversions of primitive types in JVM FFI.Eduardo Julian1-6/+7
2022-02-16FIXED loop binding initialization in several back-ends.Eduardo Julian1-64/+65
2022-02-16FIXED generating artifact IDs in the context of "lux in-module".Eduardo Julian1-117/+126
2022-02-12Optimizations for the pure-Lux JVM compiler. [Part 2]Eduardo Julian1-0/+314