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
/
test
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Extensible import syntax: Part 1
Eduardo Julian
2022-06-01
295
-1234
/
+1234
|
*
De-sigil-ification: *
Eduardo Julian
2022-04-09
5
-340
/
+342
|
*
Better names for testing macros (plus better indentation).
Eduardo Julian
2022-04-09
271
-15740
/
+15740
|
*
Re-branded "abstract" types as "primitive" types.
Eduardo Julian
2022-04-09
2
-5
/
+5
|
*
Removed (mostly useless) pattern-matching macro for abstract types.
Eduardo Julian
2022-04-08
2
-104
/
+95
|
*
Better names for random text/character generators.
Eduardo Julian
2022-04-08
104
-536
/
+536
|
*
De-sigil-ification: $
Eduardo Julian
2022-04-08
280
-24066
/
+24066
|
*
Can now deploy releases with Aedifex.
Eduardo Julian
2022-04-08
2
-4
/
+8
|
*
Better snapshot deployments for Aedifex.
Eduardo Julian
2022-04-07
9
-78
/
+87
|
*
De-sigil-ification: &
Eduardo Julian
2022-04-07
17
-66
/
+66
|
*
More efficient TAR handling.
Eduardo Julian
2022-04-07
5
-19
/
+19
|
*
More efficient binary formatting.
Eduardo Julian
2022-04-06
3
-12
/
+12
|
*
More efficient binary parsing.
Eduardo Julian
2022-04-06
2
-8
/
+8
|
*
No longer depending on the ASM library for JVM bytecode generation.
Eduardo Julian
2022-04-05
1
-3
/
+3
|
*
Properly handling variance for remaining mutable types.
Eduardo Julian
2022-04-05
2
-6
/
+8
|
*
De-sigil-ification: /
Eduardo Julian
2022-03-30
29
-357
/
+357
|
*
Lined-up names of "safe" binary/array defs with names of "unsafe" ones.
Eduardo Julian
2022-03-30
2
-55
/
+55
|
*
Re-named ffi.as to "is", and ffi.check to "as", to line the names up with ↵
Eduardo Julian
2022-03-30
2
-13
/
+13
|
|
|
|
normal type-annotation macros.
*
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
2022-03-30
5
-16
/
+16
|
*
Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵
Eduardo Julian
2022-03-30
18
-111
/
+111
|
|
|
|
macro names.
*
De-sigil-ification: !
Eduardo Julian
2022-03-17
16
-137
/
+137
|
*
De-sigil-ification: prefix :
Eduardo Julian
2022-03-16
113
-3192
/
+3195
|
*
Generalized/type-agnostic arithmetic.
Eduardo Julian
2022-03-16
5
-173
/
+282
|
*
Leaner syntax for library/lux/control/exception.report
Eduardo Julian
2022-03-15
2
-59
/
+59
|
*
De-sigil-ification: ^
Eduardo Julian
2022-03-15
79
-1389
/
+1474
|
*
De-sigil-ification: >
Eduardo Julian
2022-03-14
58
-1207
/
+1301
|
*
Made JVM "import:" syntax consistent with the other "import:"s.
Eduardo Julian
2022-03-14
5
-130
/
+154
|
*
Leaner syntax for the "for" macro.
Eduardo Julian
2022-03-14
13
-462
/
+460
|
*
Type-safe host-level functions for interop with scripting languages.
Eduardo Julian
2022-03-14
3
-3
/
+9
|
*
De-sigil-ification: @
Eduardo Julian
2022-03-14
62
-1583
/
+1583
|
*
Can now add type-vars to imported procedures from scripting languages.
Eduardo Julian
2022-03-14
6
-38
/
+38
|
*
Added an easy way to export Lux functionality to host programs (everywhere ↵
Eduardo Julian
2022-03-11
10
-211
/
+399
|
|
|
|
else).
*
Added an easy way to export Lux functionality to host programs (in JVM).
Eduardo Julian
2022-03-09
1
-2
/
+165
|
*
Finishing the meta-compiler [Part 6 / Done... for now]
Eduardo Julian
2022-03-08
7
-42
/
+119
|
*
Compilers for scripting languages now only depend on new JVM compiler.
Eduardo Julian
2022-03-07
4
-2
/
+179
|
*
Optimizations for the pure-Lux JVM compiler. [Part 5]
Eduardo Julian
2022-03-05
4
-47
/
+290
|
*
Keeping the JVM interop fixes coming...
Eduardo Julian
2022-03-04
6
-14
/
+26
|
*
Finishing the meta-compiler [Part 5]
Eduardo Julian
2022-03-02
5
-4
/
+180
|
*
Still more fixes for JVM interop.
Eduardo Julian
2022-03-01
3
-2
/
+52
|
*
Optimizations for the pure-Lux JVM compiler. [Part 4]
Eduardo Julian
2022-02-28
5
-43
/
+145
|
*
Fixed directive extensions for Lux/Lua.
Eduardo Julian
2022-02-27
5
-25
/
+92
|
*
Finishing the meta-compiler [Part 4]
Eduardo Julian
2022-02-24
4
-56
/
+259
|
*
ADDED Can pass config parameters to compiler and select code based on it. ↵
Eduardo Julian
2022-02-23
13
-50
/
+244
|
|
|
|
Can also select code based on compiler version.
*
No more automatic conversions of primitive types in JVM FFI.
Eduardo Julian
2022-02-22
10
-158
/
+1149
|
*
Optimizations for the pure-Lux JVM compiler. [Part 3]
Eduardo Julian
2022-02-19
4
-9
/
+102
|
*
Yet more fixes for JVM interop.
Eduardo Julian
2022-02-18
6
-203
/
+648
|
*
Finishing the meta-compiler [Part 3]
Eduardo Julian
2022-02-17
3
-16
/
+140
|
*
FIXED generating artifact IDs in the context of "lux in-module".
Eduardo Julian
2022-02-16
4
-11
/
+507
|
*
Optimizations for the pure-Lux JVM compiler. [Part 2]
Eduardo Julian
2022-02-12
2
-99
/
+191
|
*
Fixed directive extensions for Lux/Python.
Eduardo Julian
2022-02-11
13
-118
/
+347
|
[prev]
[next]