aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-14- Migrated synthesis to stdlib.Eduardo Julian11-323/+661
2018-05-26- Added filter/partition functionality to refinement types.Eduardo Julian1-1/+35
2018-05-26- WIP: Migrated synthesis to stdlib.Eduardo Julian18-62/+1162
2018-05-23- Minor improvements.Eduardo Julian4-54/+57
2018-05-23- Minor improvements.Eduardo Julian2-3/+14
2018-05-23- Migrated special-form analysis to stdlib.Eduardo Julian10-21/+2700
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian61-252/+252
2018-05-20- Migrated pattern-matching analysis to stdlib.Eduardo Julian7-52/+866
2018-05-16- Migrated function analysis to stdlib.Eduardo Julian6-8/+248
2018-05-16- Migrated reference analysis to stdlib.Eduardo Julian5-5/+291
2018-05-16- Migrated structure analysis to stdlib.Eduardo Julian10-41/+1453
2018-05-15- Migrated primitive analysis to stdlib.Eduardo Julian6-0/+424
2018-05-13- Added dedicated unicode support for text.Eduardo Julian17-169/+466
2018-05-13- "lux/data/coll/bits" now uses I64 instead of Nat.Eduardo Julian1-20/+24
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian50-53/+57
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian83-825/+805
2018-05-12- Implemented Deg(ree) reciprocal & conversions Deg<->Frac.Eduardo Julian3-23/+83
2018-05-10- Some improvements and fixes for stdlib.Eduardo Julian7-77/+50
2018-05-10- Re-named "Compiler" type to "Lux".Eduardo Julian6-24/+24
2018-05-09- Improved tests for Eq(uality) and Blob.Eduardo Julian2-79/+58
2018-05-08- Improved random-generation of Frac numbers.Eduardo Julian1-8/+1
2018-05-08- Improved the way Bool values are parsed.Eduardo Julian2-39/+33
2018-05-08- Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian3-21/+25
2018-05-08- Improved the way "lux program" is analysed and compiled.Eduardo Julian1-35/+38
2018-05-07- Went back to the old way of loading classes...Eduardo Julian1-3/+2
2018-05-07- Implemented bit-count in pure Lux.Eduardo Julian2-15/+29
2018-05-07- Implemented Deg functionality in pure Lux.Eduardo Julian6-137/+202
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian4-30/+171
2018-05-06- When loading classes in "lux/host.jvm.lux" using "java.lang,Class::forName"...Eduardo Julian1-1/+2
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian9-69/+69
2018-05-06- Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian4-62/+154
2018-05-06- Fixed error message for "lux/macro/syntax.syntax:".Eduardo Julian1-1/+1
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian51-399/+309
2018-05-02- List ranges can now be generated backwards.Eduardo Julian3-18/+34
2018-05-02- Changed the syntax for the parameters of "syntax:".Eduardo Julian29-157/+194
2018-05-02- Made the names of all exceptions lower-case.Eduardo Julian18-95/+95
2018-05-02- Added function for folding using monoids.Eduardo Julian1-7/+14
2018-05-02- Implemented Monoid for Duration.Eduardo Julian1-0/+5
2018-05-02- Re-named "Applicative" to "Apply".Eduardo Julian37-113/+112
2018-05-02- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...Eduardo Julian39-275/+321
2018-05-01- Re-organized "lux/data/coll/tree/*" modules.Eduardo Julian4-35/+35
2018-05-01- Re-organized priority-queue modules.Eduardo Julian3-7/+7
2018-05-01- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian22-22/+22
2018-05-01- Re-organized dict modules.Eduardo Julian22-40/+40
2018-05-01- Re-organized set modules.Eduardo Julian17-20/+20
2018-05-01- Re-named lux/control/cont to lux/control/continuation.Eduardo Julian5-14/+13
2018-05-01Allow giving names to loops that can be used instead of "recur".Eduardo Julian1-29/+46
2018-05-01- Allow underscore separators in the hex, octal and binary encoding macros fo...Eduardo Julian2-29/+78
2018-04-05- Can now use resource/substructural types in pure computations.Eduardo Julian2-33/+41
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian103-685/+725