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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-04-08
Better names for random text/character generators.
Eduardo Julian
5
-160
/
+161
2022-04-08
De-sigil-ification: $
Eduardo Julian
191
-5653
/
+5655
2022-04-08
Can now deploy releases with Aedifex.
Eduardo Julian
2
-11
/
+23
2022-04-07
De-sigil-ification: &
Eduardo Julian
147
-780
/
+782
2022-04-07
More efficient TAR handling.
Eduardo Julian
6
-38
/
+39
2022-04-06
More efficient binary formatting.
Eduardo Julian
52
-579
/
+599
2022-04-06
More efficient binary parsing.
Eduardo Julian
5
-45
/
+80
2022-04-06
Got documentation back in working condition.
Eduardo Julian
3
-22
/
+33
2022-04-05
No longer depending on the ASM library for JVM bytecode generation.
Eduardo Julian
4
-36
/
+44
2022-04-05
Properly handling variance for remaining mutable types.
Eduardo Julian
10
-231
/
+304
2022-04-04
Properly handling variance for arrays to avoid invalid subtyping.
Eduardo Julian
6
-75
/
+129
2022-03-30
De-sigil-ification: /
Eduardo Julian
58
-327
/
+327
2022-03-30
Lined-up names of "safe" binary/array defs with names of "unsafe" ones.
Eduardo Julian
11
-100
/
+101
2022-03-30
Re-named ffi.as to "is", and ffi.check to "as", to line the names up with ↵
Eduardo Julian
4
-299
/
+299
normal type-annotation macros.
2022-03-30
"when" macro for Try.
Eduardo Julian
1
-1
/
+15
2022-03-30
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
70
-293
/
+287
2022-03-30
Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵
Eduardo Julian
53
-191
/
+191
macro names.
2022-03-17
De-sigil-ification: !
Eduardo Julian
71
-735
/
+775
2022-03-16
JVM interop now allows importing inherited virtual/interface methods.
Eduardo Julian
13
-236
/
+241
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
232
-5710
/
+5748
2022-03-16
Generalized/type-agnostic arithmetic.
Eduardo Julian
9
-539
/
+759
2022-03-15
Leaner syntax for library/lux/control/exception.report
Eduardo Julian
70
-611
/
+616
2022-03-15
De-sigil-ification: ^
Eduardo Julian
145
-2000
/
+2295
2022-03-14
De-sigil-ification: >
Eduardo Julian
39
-584
/
+616
2022-03-14
Made JVM "import:" syntax consistent with the other "import:"s.
Eduardo Julian
23
-366
/
+382
2022-03-14
FIXED: JS error wherein a piece of runtime machinery was missing.
Eduardo Julian
4
-278
/
+280
2022-03-14
Leaner syntax for the "for" macro.
Eduardo Julian
44
-2271
/
+2275
2022-03-14
Type-safe host-level functions for interop with scripting languages.
Eduardo Julian
4
-14
/
+24
2022-03-14
De-sigil-ification: @
Eduardo Julian
128
-2480
/
+2483
2022-03-14
Can now add type-vars to imported procedures from scripting languages.
Eduardo Julian
20
-1827
/
+1071
2022-03-11
Added an easy way to export Lux functionality to host programs (everywhere ↵
Eduardo Julian
24
-506
/
+1056
else).
2022-03-09
Added an easy way to export Lux functionality to host programs (in JVM).
Eduardo Julian
8
-168
/
+267
2022-03-08
Finishing the meta-compiler [Part 6 / Done... for now]
Eduardo Julian
14
-240
/
+390
2022-03-07
Compilers for scripting languages now only depend on new JVM compiler.
Eduardo Julian
9
-176
/
+176
2022-03-05
Optimizations for the pure-Lux JVM compiler. [Part 5]
Eduardo Julian
13
-603
/
+327
2022-03-04
Keeping the JVM interop fixes coming...
Eduardo Julian
10
-95
/
+124
2022-03-02
Finishing the meta-compiler [Part 5]
Eduardo Julian
9
-227
/
+255
2022-03-01
Still more fixes for JVM interop.
Eduardo Julian
17
-278
/
+350
2022-02-28
Optimizations for the pure-Lux JVM compiler. [Part 4]
Eduardo Julian
11
-128
/
+210
2022-02-27
Fixed directive extensions for Lux/Lua.
Eduardo Julian
17
-223
/
+270
2022-02-24
Finishing the meta-compiler [Part 4]
Eduardo Julian
30
-308
/
+390
2022-02-23
ADDED Can pass config parameters to compiler and select code based on it. ↵
Eduardo Julian
15
-73
/
+245
Can also select code based on compiler version.
2022-02-22
No more automatic conversions of primitive types in JVM FFI.
Eduardo Julian
20
-412
/
+462
2022-02-19
Missing bits of the optimization.
Eduardo Julian
8
-91
/
+99
2022-02-19
Optimizations for the pure-Lux JVM compiler. [Part 3]
Eduardo Julian
14
-233
/
+404
2022-02-18
Yet more fixes for JVM interop.
Eduardo Julian
9
-190
/
+248
2022-02-17
Finishing the meta-compiler [Part 3]
Eduardo Julian
8
-154
/
+199
2022-02-16
FIXED loop binding initialization in several back-ends.
Eduardo Julian
13
-277
/
+324
2022-02-16
FIXED generating artifact IDs in the context of "lux in-module".
Eduardo Julian
9
-437
/
+466
2022-02-12
Optimizations for the pure-Lux JVM compiler. [Part 2]
Eduardo Julian
6
-483
/
+212
[next]