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
/
new-luxc
/
source
/
luxc
/
lang
/
translation
/
jvm
/
runtime.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Generating module IDs in a similar way to artifact IDs.
Eduardo Julian
2020-04-18
1
-4
/
+0
|
*
Generating definition names in a new way.
Eduardo Julian
2020-04-16
1
-3
/
+1
|
*
Got the new compiler to build again.
Eduardo Julian
2020-03-19
1
-0
/
+8
|
*
Re-located code related to Lux's compilation across the different phases.
Eduardo Julian
2020-01-11
1
-3
/
+5
|
*
Re-located generation infrastructure.
Eduardo Julian
2019-12-30
1
-2
/
+2
|
*
Optimized pattern-matching against variants.
Eduardo Julian
2019-12-28
1
-46
/
+54
|
*
Almost completely ported JVM runtime generation to the new JVM bytecode ↵
Eduardo Julian
2019-10-27
1
-9
/
+2
|
|
|
|
machinery.
*
Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.
Eduardo Julian
2019-10-17
1
-9
/
+0
|
*
Now allowing types for methods.
Eduardo Julian
2019-10-16
1
-5
/
+6
|
*
Added packaging machinery for the JVM compiler.
Eduardo Julian
2019-09-18
1
-4
/
+4
|
*
More fixes.
Eduardo Julian
2019-09-14
1
-10
/
+16
|
*
Some fixes.
Eduardo Julian
2019-09-08
1
-2
/
+2
|
*
Got rid of a useless parameter to the INVOKE instructions.
Eduardo Julian
2019-09-07
1
-15
/
+14
|
*
Modified compiler's machinery to use the new abstractions for descriptors ↵
Eduardo Julian
2019-09-07
1
-49
/
+53
|
|
|
|
and signatures.
*
Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".
Eduardo Julian
2019-08-20
1
-5
/
+5
|
*
WIP: Make new-luxc instructions rely on the Descriptor type.
Eduardo Julian
2019-08-20
1
-71
/
+76
|
*
Got the new compiler working again.
Eduardo Julian
2019-08-10
1
-3
/
+1
|
*
Changed how the pattern-matching stack is built, in the hopes of optimizing ↵
Eduardo Julian
2019-05-01
1
-4
/
+4
|
|
|
|
peeks.
*
Now inlining the pattern-matching POP and PEEK operations.
Eduardo Julian
2019-05-01
1
-11
/
+9
|
*
Moved JVM type machinery to stdlib.
Eduardo Julian
2019-04-27
1
-18
/
+20
|
*
Made some new-luxc modules "old".
Eduardo Julian
2019-04-16
1
-0
/
+361