index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
library
/
lux.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
1
-125
/
+124
2021-08-01
Even more renamings.
Eduardo Julian
1
-29
/
+39
2021-07-31
Yet more renamings.
Eduardo Julian
1
-68
/
+73
2021-07-30
More renamings.
Eduardo Julian
1
-20
/
+22
2021-07-29
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
1
-74
/
+79
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
1
-581
/
+581
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-233
/
+233
2021-07-26
Re-named Promise to Async.
Eduardo Julian
1
-153
/
+153
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-105
/
+108
2021-07-17
Now properly loading cached modules.
Eduardo Julian
1
-7
/
+6
2021-07-16
Fixed some inconsistent naming.
Eduardo Julian
1
-23
/
+11
2021-07-14
Constant inlining.
Eduardo Julian
1
-182
/
+182
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-187
/
+192
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
1
-41
/
+63
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-121
/
+125
2021-07-10
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
1
-0
/
+18
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-19
/
+19
2021-06-29
Some updates for the new compilers.
Eduardo Julian
1
-17
/
+12
2021-05-30
More adjustments for Common Lisp.
Eduardo Julian
1
-246
/
+268
2021-05-24
Using offset+distance instead of from+to for text clipping.
Eduardo Julian
1
-2
/
+2
2021-03-10
Wrestling with JPHP.
Eduardo Julian
1
-5
/
+16
2021-03-01
Done with Ruby.
Eduardo Julian
1
-0
/
+2
2021-02-10
Continuing with Lua
Eduardo Julian
1
-9
/
+16
2021-02-07
Mo' updates, less problems.
Eduardo Julian
1
-1
/
+1
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
1
-2
/
+2
2021-01-08
Moved "log!" function under "lux/debug".
Eduardo Julian
1
-8
/
+0
2020-12-29
Unified repository abstraction for Aedifex.
Eduardo Julian
1
-1
/
+1
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-45
/
+45
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-1367
/
+1367
2020-12-22
Properly naming unicode Block type.
Eduardo Julian
1
-1
/
+1
2020-12-04
Re-named old luxc-jvm to lux-bootstrapper.
Eduardo Julian
1
-2
/
+2
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-10
/
+10
2020-12-01
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
1
-387
/
+387
2020-11-24
Better error messages when re-using a name when making a definition.
Eduardo Julian
1
-2
/
+2
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-73
/
+75
2020-11-05
Lightweight machinery for agent-oriented programming.
Eduardo Julian
1
-12
/
+9
2020-10-24
Re-named some list functions.
Eduardo Julian
1
-14
/
+14
2020-10-15
Re-named "to-text" functions to "format".
Eduardo Julian
1
-4
/
+4
2020-10-14
Gave the Location type its own module.
Eduardo Julian
1
-10
/
+1
2020-10-07
Re-named "Cursor" type to "Location".
Eduardo Julian
1
-172
/
+172
2020-07-10
Fixes and improvements to JavaScript compilation.
Eduardo Julian
1
-60
/
+20
2020-07-02
Now using the new syntax for variants (even though they still work the old wa...
Eduardo Julian
1
-133
/
+133
2020-06-28
The "for" macro can now work directly with definitions. No text literals nece...
Eduardo Julian
1
-25
/
+43
2020-06-11
Updated test for function optimization.
Eduardo Julian
1
-1
/
+1
2020-05-16
Parallel compilation for the new compiler(s).
Eduardo Julian
1
-22
/
+34
2020-05-06
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
1
-7
/
+7
2020-05-05
Fixed bugs while parsing modules' cached data.
Eduardo Julian
1
-2
/
+2
2020-04-20
Added some testing machinery to measure the code coverage of tests.
Eduardo Julian
1
-18
/
+18
2019-11-16
Tests for JVM bytecode machinery. [Part 5]
Eduardo Julian
1
-1
/
+3
2019-09-15
Added the ":let" macro to enable reuse of type fragments in larger types.
Eduardo Julian
1
-4
/
+19
[prev]
[next]