aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Even more renamings.Eduardo Julian2021-08-01204-1099/+1130
* Yet more renamings.Eduardo Julian2021-07-3170-749/+868
* More renamings.Eduardo Julian2021-07-30188-1023/+1126
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-2995-706/+831
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-28189-2172/+2341
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-27451-8597/+8746
* Re-named Promise to Async.Eduardo Julian2021-07-26206-2221/+2344
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-25277-2669/+2741
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-2411-85/+459
* Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian2021-07-234-57/+233
* New JVM compiler can now compile JVM classes.Eduardo Julian2021-07-226-210/+420
* Updated the Scriptum documentation generator.Eduardo Julian2021-07-2013-346/+562
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-197-100/+306
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-1823-302/+471
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-1732-117/+284
* Now properly loading cached modules.Eduardo Julian2021-07-1720-271/+660
* Fixed some inconsistent naming.Eduardo Julian2021-07-1646-242/+287
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-15154-139/+256
* Constant inlining.Eduardo Julian2021-07-141-182/+182
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-14750-11819/+12767
* Improved the XML parsing library.Eduardo Julian2021-07-1314-278/+265
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-1217-196/+495
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-12261-1273/+1346
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1176-910/+1054
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1034-280/+508
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-0819-735/+1001
* Simplified the API for file-system operations.Eduardo Julian2021-07-0644-2344/+1907
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0258-1796/+1872
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-30193-661/+1072
* Some updates for the new compilers.Eduardo Julian2021-06-2922-344/+484
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2730-541/+1113
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-2621-172/+673
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-2423-423/+586
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-1835-451/+777
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1440-2336/+503
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-1224-161/+234
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-1153-826/+1140
* Improved formatting of compilation results (only for new compilers).Eduardo Julian2021-06-082-10/+13
* Properly using artifact IDs instead of arbitrary Text to identify artifacts.Eduardo Julian2021-06-0811-30/+31
* Added type information when logging compiled definitions.Eduardo Julian2021-06-084-14/+23
* Postponing work on R due to flaws of the bootstrapping compiler.Eduardo Julian2021-06-022-49/+47
* Struggling against the lexing limitations of Renjin.Eduardo Julian2021-06-023-119/+133
* Updates for R compiler.Eduardo Julian2021-06-0121-12/+2480
* Added macro for easily logging local variables during debugging.Eduardo Julian2021-05-311-2/+59
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-3110-194/+223
* "lux io current-time" is no longer an extension.Eduardo Julian2021-05-3115-88/+55
* Giving up on Kawa for now...Eduardo Julian2021-05-307-16/+149
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-306-52/+47
* lux/macro/template.with can now produce multiple outputs.Eduardo Julian2021-05-304-14/+14
* Getting the name of a path is no longer a fundamental File operation.Eduardo Julian2021-05-304-116/+65