aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-01Extensible import syntax: Part 1Eduardo Julian1033-6504/+6533
2022-04-09De-sigil-ification: *Eduardo Julian55-535/+535
2022-04-09Better names for testing macros (plus better indentation).Eduardo Julian298-16206/+16206
2022-04-09Re-branded "abstract" types as "primitive" types.Eduardo Julian85-251/+250
2022-04-08Removed (mostly useless) pattern-matching macro for abstract types.Eduardo Julian79-215/+192
2022-04-08Better names for random text/character generators.Eduardo Julian121-782/+785
2022-04-08De-sigil-ification: $Eduardo Julian518-30898/+30900
2022-04-08Can now deploy releases with Aedifex.Eduardo Julian14-86/+300
2022-04-07Better snapshot deployments for Aedifex.Eduardo Julian18-212/+234
2022-04-07De-sigil-ification: &Eduardo Julian186-1009/+1041
2022-04-07More efficient TAR handling.Eduardo Julian13-64/+66
2022-04-06More efficient binary formatting.Eduardo Julian59-610/+630
2022-04-06More efficient binary parsing.Eduardo Julian9-63/+98
2022-04-06Got documentation back in working condition.Eduardo Julian36-541/+488
2022-04-05No longer depending on the ASM library for JVM bytecode generation.Eduardo Julian6-52/+60
2022-04-05Properly handling variance for remaining mutable types.Eduardo Julian12-237/+312
2022-04-04Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian7-122/+178
2022-03-30De-sigil-ification: /Eduardo Julian107-1001/+1000
2022-03-30Lined-up names of "safe" binary/array defs with names of "unsafe" ones.Eduardo Julian14-184/+185
2022-03-30Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian6-305/+305
2022-03-30"when" macro for Try.Eduardo Julian1-1/+15
2022-03-30Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian86-359/+352
2022-03-30Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian83-365/+365
2022-03-17De-sigil-ification: !Eduardo Julian101-1081/+1113
2022-03-16JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian14-222/+228
2022-03-16De-sigil-ification: prefix :Eduardo Julian389-10195/+10235
2022-03-16Generalized/type-agnostic arithmetic.Eduardo Julian16-699/+1030
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian80-730/+735
2022-03-15De-sigil-ification: ^Eduardo Julian257-3758/+4147
2022-03-14Using a fake console in Aedifex if the system console is unavailable.Eduardo Julian1-84/+104
2022-03-14De-sigil-ification: >Eduardo Julian112-2191/+2344
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian38-619/+662
2022-03-14FIXED: JS error wherein a piece of runtime machinery was missing.Eduardo Julian4-278/+280
2022-03-14Leaner syntax for the "for" macro.Eduardo Julian67-2770/+2771
2022-03-14Type-safe host-level functions for interop with scripting languages.Eduardo Julian7-17/+33
2022-03-14De-sigil-ification: @Eduardo Julian219-4635/+4638
2022-03-14Can now add type-vars to imported procedures from scripting languages.Eduardo Julian27-1862/+1107
2022-03-11Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian36-718/+1459
2022-03-09Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian10-172/+433
2022-03-08Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian22-282/+509
2022-03-07Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian14-178/+358
2022-03-05Optimizations for the pure-Lux JVM compiler. [Part 5]Eduardo Julian20-868/+1243
2022-03-04Keeping the JVM interop fixes coming...Eduardo Julian16-109/+150
2022-03-02Finishing the meta-compiler [Part 5]Eduardo Julian16-234/+440
2022-03-01Still more fixes for JVM interop.Eduardo Julian20-278/+400
2022-02-28Optimizations for the pure-Lux JVM compiler. [Part 4]Eduardo Julian16-169/+353
2022-02-27Fixed directive extensions for Lux/Lua.Eduardo Julian22-247/+361
2022-02-24Finishing the meta-compiler [Part 4]Eduardo Julian35-368/+654
2022-02-23ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian40-323/+710
2022-02-22No more automatic conversions of primitive types in JVM FFI.Eduardo Julian31-561/+1603