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
/
lux-bootstrapper
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-licensed to MPL 2.0
Eduardo Julian
2023-01-13
40
-0
/
+120
*
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
2022-11-21
9
-119
/
+119
*
Added support for inline testing.
Eduardo Julian
2022-11-07
2
-2
/
+3
*
More efficient code-generation for text composition.
Eduardo Julian
2022-11-06
2
-15
/
+22
*
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
2022-10-28
6
-50
/
+43
*
Minor naming & syntax improvements.
Eduardo Julian
2022-10-24
1
-2
/
+2
*
Migrating default extensions to the new format [Part 2]
Eduardo Julian
2022-10-19
2
-70
/
+101
*
Migrating default extensions to the new format [Part 1]
Eduardo Julian
2022-10-03
1
-22
/
+22
*
Migrating default extensions to the new format [Part 0]
Eduardo Julian
2022-10-03
1
-3
/
+3
*
Made labels (tags & slots) into normal definitions.
Eduardo Julian
2022-09-02
11
-547
/
+447
*
Got rid of the superfluous "lux macro" extension.
Eduardo Julian
2022-08-30
1
-9
/
+0
*
Proper testing for debug.log!
Eduardo Julian
2022-08-17
2
-2
/
+2
*
Documentation changes for v0.7.0
Eduardo Julian
2022-08-14
2
-5
/
+19
*
Removed the need for ,! unquoting.
Eduardo Julian
2022-07-10
5
-22
/
+17
*
First-class programs instead of having a "lux program" extension.
Eduardo Julian
2022-07-09
6
-32
/
+32
*
Re-named directives to declarations.
Eduardo Julian
2022-06-26
2
-7
/
+7
*
De-sigil-ification: suffix : [Part 9]
Eduardo Julian
2022-06-14
1
-2
/
+2
*
Properly handling variance for remaining mutable types.
Eduardo Julian
2022-04-05
3
-26
/
+46
*
Properly handling variance for arrays to avoid invalid subtyping.
Eduardo Julian
2022-04-04
5
-20
/
+77
*
JVM interop now allows importing inherited virtual/interface methods.
Eduardo Julian
2022-03-16
1
-16
/
+14
*
ADDED Can pass config parameters to compiler and select code based on it. Can...
Eduardo Julian
2022-02-23
1
-3
/
+6
*
No more automatic conversions of primitive types in JVM FFI.
Eduardo Julian
2022-02-22
1
-2
/
+2
*
Better text formatting for types.
Eduardo Julian
2022-01-20
1
-2
/
+2
*
Fixed a bug that broke re-compilation of STDLIB tests in Lua.
Eduardo Julian
2022-01-11
1
-2
/
+0
*
Dusting off the pure-Lux JVM compiler machinery. [Part 2]
Eduardo Julian
2021-12-25
1
-2
/
+1
*
v0.6.5
Eduardo Julian
2021-11-30
1
-1
/
+1
*
Used new Function interface to fix directives bug in JVM compiler.
Eduardo Julian
2021-11-08
1
-39
/
+41
*
Sharing the same Function class between bootsrapper and JVM compiler.
Eduardo Julian
2021-11-08
9
-80
/
+87
*
v0.6.4
Eduardo Julian
2021-11-02
1
-1
/
+1
*
v0.6.3
Eduardo Julian
2021-10-22
1
-8
/
+2
*
Fixed packaging issue.
Eduardo Julian
2021-10-09
1
-5
/
+8
*
Commercial licensing option for Lux + release versions for sub-projects.
Eduardo Julian
2021-10-01
1
-4
/
+3
*
Correctly analyzing records in the presence of local bindings.
Eduardo Julian
2021-09-15
4
-41
/
+65
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
11
-253
/
+211
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
2
-16
/
+21
*
The old record syntax has been re-purposed as variant syntax.
Eduardo Julian
2021-09-09
5
-56
/
+28
*
No more annotations.
Eduardo Julian
2021-09-08
8
-64
/
+50
*
No more module annotations.
Eduardo Julian
2021-09-08
5
-51
/
+9
*
Applied new convention for variants.
Eduardo Julian
2021-09-06
4
-60
/
+76
*
Clearing the local scope during eval analysis to avoid accidentally seeing va...
Eduardo Julian
2021-09-05
2
-11
/
+22
*
Unified tuple and record syntax.
Eduardo Julian
2021-09-03
5
-101
/
+122
*
Updates to the JS compiler.
Eduardo Julian
2021-09-01
1
-6
/
+6
*
Better parameterized type documentation.
Eduardo Julian
2021-08-29
1
-17
/
+16
*
Made labels (tags & slots) into a form of global binding.
Eduardo Julian
2021-08-29
10
-248
/
+386
*
Updates to the Ruby compiler.
Eduardo Julian
2021-08-27
4
-9
/
+49
*
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
2021-08-19
26
-557
/
+563
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-1
/
+1
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
2
-6
/
+8
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
12
-61
/
+87
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
4
-29
/
+24
[next]