aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll (follow)
Commit message (Expand)AuthorAgeFilesLines
* - List ranges can now be generated backwards.Eduardo Julian2018-05-021-6/+11
* - Changed the syntax for the parameters of "syntax:".Eduardo Julian2018-05-023-3/+5
* - Made the names of all exceptions lower-case.Eduardo Julian2018-05-021-2/+2
* - Re-named "Applicative" to "Apply".Eduardo Julian2018-05-022-4/+4
* - Moved the "wrap" function into Monad, and removed Applicative from Monad's ...Eduardo Julian2018-05-022-16/+18
* - Re-organized "lux/data/coll/tree/*" modules.Eduardo Julian2018-05-012-16/+16
* - Re-organized priority-queue modules.Eduardo Julian2018-05-011-0/+0
* - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian2018-05-014-2/+2
* - Re-organized dict modules.Eduardo Julian2018-05-014-7/+7
* - Re-organized set modules.Eduardo Julian2018-05-012-0/+0
* - Re-named lux/control/cont to lux/control/continuation.Eduardo Julian2018-05-011-10/+10
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-0511-56/+74
* - Re-named "is" to "is?".Eduardo Julian2018-04-054-7/+7
* - Improved the way exceptions work.Eduardo Julian2018-02-071-1/+1
* - Small refactorings.Eduardo Julian2018-01-301-2/+3
* - Small refactorings.Eduardo Julian2018-01-031-5/+0
* - Added bit-sets.Eduardo Julian2017-12-311-0/+165
* - WIP: Caching.Eduardo Julian2017-12-051-3/+11
* - Brought luxc and new-luxc closer together.Eduardo Julian2017-12-053-120/+49
* - Fixed some small issues uncovered by new-luxc.Eduardo Julian2017-12-031-1/+4
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-021-3/+3
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-014-24/+25
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-2915-712/+712
* - Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian2017-11-283-16/+16
* - Got rid of even more dots.Eduardo Julian2017-11-276-13/+13
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-279-126/+126
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-261-1/+1
* - Fixed some bugs.Eduardo Julian2017-11-224-17/+84
* - Fixed some bugs.Eduardo Julian2017-11-211-2/+2
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-156-17/+17
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-2/+2
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-063-9/+9
* - Implemented an more comfortable alternative to "with-expansions".Eduardo Julian2017-10-191-18/+16
* - Fixed a bug when converting an array into a list (also improved the perform...Eduardo Julian2017-10-181-11/+13
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-166-17/+17
* - Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.Eduardo Julian2017-10-161-42/+39
* - Removed the useless Seq type.Eduardo Julian2017-10-161-280/+0
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-9/+9
* - Moved Array type to lux.lux.Eduardo Julian2017-10-163-220/+212
* - Added monoid composition.Eduardo Julian2017-10-111-1/+1
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-199-33/+33
* - Some refactoring.Eduardo Julian2017-09-199-117/+110
* - Tree parsing.Eduardo Julian2017-09-192-36/+82
* - Renamed bitwise right-shifting functions.Eduardo Julian2017-09-052-7/+7
* - "program:" now evaluates its body within an implicit IO monad.Eduardo Julian2017-08-191-6/+9
* - Added formatters for JSON, XML and time types.Eduardo Julian2017-07-311-1/+0
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-227-26/+26
* - Small refactorings and bug fixes.Eduardo Julian2017-07-221-59/+59
* - Can now generate Eq instances for #rec-style recursive types.Eduardo Julian2017-07-158-8/+8
* - Remove the suffixes of "lift" functions for monad transformers.Eduardo Julian2017-07-011-1/+1