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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
Added a macro for type-casting JVM objects.
Eduardo Julian
23
-423
/
+586
2021-06-18
Refactored the machinery to make local macros into its own module.
Eduardo Julian
35
-451
/
+777
2021-06-14
Extracted Licentia out of the standard library.
Eduardo Julian
40
-2336
/
+503
2021-06-12
Constraining the year of the snapshot time in Aedifex.
Eduardo Julian
24
-161
/
+234
2021-06-11
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
53
-826
/
+1140
2021-06-08
Improved formatting of compilation results (only for new compilers).
Eduardo Julian
2
-10
/
+13
2021-06-08
Properly using artifact IDs instead of arbitrary Text to identify artifacts.
Eduardo Julian
11
-30
/
+31
2021-06-08
Added type information when logging compiled definitions.
Eduardo Julian
4
-14
/
+23
2021-06-02
Postponing work on R due to flaws of the bootstrapping compiler.
Eduardo Julian
2
-49
/
+47
2021-06-02
Struggling against the lexing limitations of Renjin.
Eduardo Julian
3
-119
/
+133
2021-06-01
Updates for R compiler.
Eduardo Julian
21
-12
/
+2480
2021-05-31
Added macro for easily logging local variables during debugging.
Eduardo Julian
1
-2
/
+59
2021-05-31
Re-factored the UTF8 codec into its own module.
Eduardo Julian
10
-194
/
+223
2021-05-31
"lux io current-time" is no longer an extension.
Eduardo Julian
15
-88
/
+55
2021-05-30
Giving up on Kawa for now...
Eduardo Julian
7
-16
/
+149
2021-05-30
lux/data/binary.slice now works in the offset+length style.
Eduardo Julian
6
-52
/
+47
2021-05-30
lux/macro/template.with can now produce multiple outputs.
Eduardo Julian
4
-14
/
+14
2021-05-30
Getting the name of a path is no longer a fundamental File operation.
Eduardo Julian
4
-116
/
+65
2021-05-30
Some improvements to pattern-matching compilation.
Eduardo Julian
1
-47
/
+54
2021-05-30
More adjustments for Common Lisp.
Eduardo Julian
7
-435
/
+495
2021-05-25
Fix for pattern-matching register binding.
Eduardo Julian
7
-144
/
+175
2021-05-25
Updates for Common-Lisp compiler.
Eduardo Julian
24
-817
/
+1140
2021-05-24
Re-named lux/host to lux/ffi.
Eduardo Julian
54
-418
/
+375
2021-05-24
Using offset+distance instead of from+to for text clipping.
Eduardo Julian
7
-19
/
+22
2021-05-24
Using FFI machinery when possible when doing text replacement.
Eduardo Julian
1
-7
/
+36
2021-05-24
Almost done with Scheme.
Eduardo Julian
25
-532
/
+1262
2021-05-18
Got rid of the {}s in ":share" and made it pipe-able.
Eduardo Julian
17
-62
/
+86
2021-05-18
Text-escaping machinery.
Eduardo Julian
4
-1
/
+402
2021-05-18
Made it so that (_.times 1) still generates (and logs) a seed.
Eduardo Julian
1
-41
/
+42
2021-03-18
Updates for Scheme compiler.
Eduardo Julian
18
-517
/
+897
2021-03-16
Done with PHP.
Eduardo Julian
10
-74
/
+245
2021-03-14
Frustrated with PHP's overflow/underflow logic.
Eduardo Julian
6
-47
/
+64
2021-03-12
Almost done with PHP.
Eduardo Julian
27
-376
/
+1350
2021-03-10
Wrestling with JPHP.
Eduardo Julian
9
-321
/
+470
2021-03-01
Done with Ruby.
Eduardo Julian
28
-283
/
+1479
2021-02-26
Got JRuby to cooperate.
Eduardo Julian
11
-150
/
+278
2021-02-25
Updates for Ruby compiler.
Eduardo Julian
11
-542
/
+653
2021-02-24
Done with Python.
Eduardo Julian
9
-86
/
+137
2021-02-22
Updates for PHP compiler.
Eduardo Julian
22
-599
/
+1137
2021-02-16
Done with Lua.
Eduardo Julian
6
-43
/
+62
2021-02-15
Almost done with Lua.
Eduardo Julian
20
-308
/
+461
2021-02-12
More Lua + optimizations.
Eduardo Julian
20
-262
/
+419
2021-02-10
Continuing with Lua
Eduardo Julian
38
-381
/
+1671
2021-02-07
Mo' updates, less problems.
Eduardo Julian
34
-599
/
+762
2021-02-04
Updates for Lua compiler.
Eduardo Julian
25
-722
/
+814
2021-02-01
Improved compilation of loops and pattern-matching for Python.
Eduardo Julian
31
-910
/
+1093
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
45
-509
/
+714
2021-01-26
Made the Python being generated more compatible with both P2.7 and P3.
Eduardo Julian
35
-411
/
+1873
2021-01-13
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
25
-311
/
+698
2021-01-12
Raise error when trying to use deprecated fields/method/classes in JVM.
Eduardo Julian
36
-369
/
+708
[next]