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
/
tool
/
compiler
/
language
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-05
No longer depending on the ASM library for JVM bytecode generation.
Eduardo Julian
1
-15
/
+25
2022-04-04
Properly handling variance for arrays to avoid invalid subtyping.
Eduardo Julian
1
-24
/
+42
2022-03-30
De-sigil-ification: /
Eduardo Julian
17
-38
/
+38
2022-03-30
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
14
-46
/
+44
2022-03-30
Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...
Eduardo Julian
15
-25
/
+25
2022-03-17
De-sigil-ification: !
Eduardo Julian
16
-238
/
+238
2022-03-16
JVM interop now allows importing inherited virtual/interface methods.
Eduardo Julian
2
-48
/
+51
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
61
-967
/
+967
2022-03-15
Leaner syntax for library/lux/control/exception.report
Eduardo Julian
20
-162
/
+164
2022-03-15
De-sigil-ification: ^
Eduardo Julian
56
-935
/
+1011
2022-03-14
De-sigil-ification: >
Eduardo Julian
10
-58
/
+63
2022-03-14
Made JVM "import:" syntax consistent with the other "import:"s.
Eduardo Julian
4
-61
/
+67
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
11
-42
/
+44
2022-03-14
De-sigil-ification: @
Eduardo Julian
26
-298
/
+298
2022-03-14
Can now add type-vars to imported procedures from scripting languages.
Eduardo Julian
4
-16
/
+16
2022-03-11
Added an easy way to export Lux functionality to host programs (everywhere el...
Eduardo Julian
8
-94
/
+91
2022-03-09
Added an easy way to export Lux functionality to host programs (in JVM).
Eduardo Julian
3
-142
/
+118
2022-03-08
Finishing the meta-compiler [Part 6 / Done... for now]
Eduardo Julian
10
-91
/
+99
2022-03-07
Compilers for scripting languages now only depend on new JVM compiler.
Eduardo Julian
4
-70
/
+40
2022-03-05
Optimizations for the pure-Lux JVM compiler. [Part 5]
Eduardo Julian
1
-8
/
+7
2022-03-04
Keeping the JVM interop fixes coming...
Eduardo Julian
6
-80
/
+90
2022-03-02
Finishing the meta-compiler [Part 5]
Eduardo Julian
2
-126
/
+136
2022-03-01
Still more fixes for JVM interop.
Eduardo Julian
8
-150
/
+206
2022-02-28
Optimizations for the pure-Lux JVM compiler. [Part 4]
Eduardo Julian
6
-26
/
+29
2022-02-27
Fixed directive extensions for Lux/Lua.
Eduardo Julian
13
-212
/
+249
2022-02-24
Finishing the meta-compiler [Part 4]
Eduardo Julian
15
-104
/
+139
2022-02-23
ADDED Can pass config parameters to compiler and select code based on it. Can...
Eduardo Julian
5
-21
/
+13
2022-02-22
No more automatic conversions of primitive types in JVM FFI.
Eduardo Julian
3
-118
/
+117
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
7
-169
/
+269
2022-02-18
Yet more fixes for JVM interop.
Eduardo Julian
5
-134
/
+195
2022-02-17
Finishing the meta-compiler [Part 3]
Eduardo Julian
2
-0
/
+3
2022-02-16
FIXED loop binding initialization in several back-ends.
Eduardo Julian
11
-270
/
+297
2022-02-16
FIXED generating artifact IDs in the context of "lux in-module".
Eduardo Julian
5
-251
/
+276
2022-02-12
Optimizations for the pure-Lux JVM compiler. [Part 2]
Eduardo Julian
2
-8
/
+9
2022-02-11
Fixed directive extensions for Lux/Python.
Eduardo Julian
6
-48
/
+138
2022-02-10
Finishing the meta-compiler [Part 2]
Eduardo Julian
4
-50
/
+113
2022-02-08
Optimized integer addition for Lux/Ruby in MRuby.
Eduardo Julian
19
-111
/
+90
2022-02-08
Optimizations for the pure-Lux JVM compiler. [Part 1]
Eduardo Julian
2
-10
/
+10
2022-02-06
Fixes for JVM interop.
Eduardo Julian
5
-93
/
+345
2022-02-06
Finishing the meta-compiler [Part 1]
Eduardo Julian
9
-189
/
+130
2022-02-03
Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]
Eduardo Julian
9
-213
/
+210
2022-01-31
A few JVM-related fixes & improvements.
Eduardo Julian
9
-181
/
+218
2022-01-30
Fixes for the pure-Lux JVM compiler machinery. [Part 12]
Eduardo Julian
6
-392
/
+732
2022-01-28
Better detection for "exec" optimization.
Eduardo Julian
10
-78
/
+99
2022-01-27
Fixes for the pure-Lux JVM compiler machinery. [Part 11]
Eduardo Julian
9
-145
/
+186
2022-01-26
Fixes for the "with_expansions" macro.
Eduardo Julian
3
-16
/
+18
2022-01-25
Bug fixes for eval in general and in Lux/Ruby.
Eduardo Julian
21
-598
/
+582
2022-01-24
Fixed compilation of <init> methods for anonymous classes.
Eduardo Julian
9
-158
/
+172
[prev]
[next]