aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved parsing speed for Lux code.Eduardo Julian2020-12-1119-63/+386
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-1019-96/+209
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-106-70/+162
* Re-named "with-cover" to "for".Eduardo Julian2020-12-10102-1524/+1609
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-0910-137/+259
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-043-156/+289
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-0311-353/+690
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-0211-98/+157
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-02136-1137/+1137
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-027-109/+397
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-0115-184/+429
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-2823-362/+427
* Added "private" macro to lux/debug.Eduardo Julian2020-11-2815-206/+505
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-2736-261/+437
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-2636-278/+378
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-2442-298/+1026
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-174-154/+301
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-076-5/+271
* Improved error reporting for syntax macros.Eduardo Julian2020-11-058-92/+253
* Lightweight machinery for agent-oriented programming.Eduardo Julian2020-11-058-22/+346
* Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian2020-11-047-57/+152
* Added CoMonad for CoFree.Eduardo Julian2020-11-028-6/+281
* Allow defining anonymous actors.Eduardo Julian2020-11-0234-261/+467
* Improved the design of actors.Eduardo Julian2020-11-0123-405/+479
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-3136-197/+301
* Easy to use Rev constants.Eduardo Julian2020-10-3115-135/+278
* Some small refactoring.Eduardo Julian2020-10-255-105/+128
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-2511-145/+275
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-248-83/+220
* Re-named some list functions.Eduardo Julian2020-10-2416-176/+457
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-249-136/+245
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-156-68/+175
* Gave the Location type its own module.Eduardo Julian2020-10-147-111/+233
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-126-106/+301
* Tweaked how I64 masks are made.Eduardo Julian2020-10-126-35/+211
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-098-70/+143
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-098-172/+450
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-072-42/+54
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-077-103/+112
* Test imports for circular dependencies.Eduardo Julian2020-10-074-324/+556
* Test to make sure modules cannot import themselves.Eduardo Julian2020-10-042-83/+183
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-032-50/+117
* Added deployment code to Aedifex.Eduardo Julian2020-10-034-21/+22
* Changed the format of project descriptor files.Eduardo Julian2020-09-166-16/+303
* Test programs + auti build/test.Eduardo Julian2020-08-295-24/+216
* Build programs.Eduardo Julian2020-08-285-28/+106
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-266-27/+164
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-184-66/+186
* Add local repo installation to Aedifex.Eduardo Julian2020-08-175-48/+133
* Aedifex can generate POM files.Eduardo Julian2020-08-124-49/+279