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
/
unsafe
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-licensed to MPL 2.0
Eduardo Julian
2023-01-13
2
-0
/
+6
*
Moved compiler target machinery under meta/compiler.
Eduardo Julian
2023-01-08
2
-3
/
+5
*
Added money-handling machinery.
Eduardo Julian
2022-11-29
2
-16
/
+16
*
Added currencies.
Eduardo Julian
2022-11-28
1
-6
/
+6
*
Added support for saturation arithmetic.
Eduardo Julian
2022-11-25
1
-6
/
+6
*
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
2022-11-21
2
-7
/
+7
*
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
2022-11-18
2
-10
/
+10
*
Migrating default extensions to the new format [Part 3]
Eduardo Julian
2022-10-20
1
-11
/
+11
*
Migrating default extensions to the new format [Part 2]
Eduardo Julian
2022-10-19
2
-95
/
+94
*
Re-named the "case" macro to "when".
Eduardo Julian
2022-08-11
1
-3
/
+3
*
Slightly cleaner application of variance for FRP channels.
Eduardo Julian
2022-07-26
1
-2
/
+2
*
Made inlined functions into first-class macros.
Eduardo Julian
2022-07-26
1
-27
/
+29
*
Moved "lux/target" to "lux/meta/target".
Eduardo Julian
2022-07-03
2
-3
/
+4
*
More traditional names for unquoting macros.
Eduardo Julian
2022-07-02
2
-86
/
+86
*
Alternative names for (un)quoting macros.
Eduardo Julian
2022-06-30
1
-2
/
+3
*
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
2022-06-25
2
-7
/
+7
*
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
2022-06-16
2
-2
/
+2
*
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
2022-06-16
2
-43
/
+43
*
De-sigil-ification: suffix : [Part 3]
Eduardo Julian
2022-06-12
2
-552
/
+589
*
De-sigil-ification: : [Part 1]
Eduardo Julian
2022-06-05
1
-9
/
+9
*
Extensible import syntax [Part 4]
Eduardo Julian
2022-06-03
1
-2
/
+2
*
Extensible import syntax [Part 3]
Eduardo Julian
2022-06-02
1
-1
/
+1
*
Extensible import syntax [Part 2]
Eduardo Julian
2022-06-02
1
-1
/
+1
*
Extensible import syntax: Part 1
Eduardo Julian
2022-06-01
1
-2
/
+2
*
De-sigil-ification: $
Eduardo Julian
2022-04-08
1
-17
/
+17
*
Got documentation back in working condition.
Eduardo Julian
2022-04-06
2
-20
/
+21
*
No longer depending on the ASM library for JVM bytecode generation.
Eduardo Julian
2022-04-05
1
-15
/
+15
*
Properly handling variance for arrays to avoid invalid subtyping.
Eduardo Julian
2022-04-04
1
-47
/
+49
*
De-sigil-ification: /
Eduardo Julian
2022-03-30
1
-48
/
+48
*
Lined-up names of "safe" binary/array defs with names of "unsafe" ones.
Eduardo Julian
2022-03-30
1
-29
/
+29
*
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
2022-03-30
2
-19
/
+19
*
Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...
Eduardo Julian
2022-03-30
2
-7
/
+7
*
De-sigil-ification: !
Eduardo Julian
2022-03-17
1
-5
/
+5
*
De-sigil-ification: prefix :
Eduardo Julian
2022-03-16
2
-410
/
+410
*
Made JVM "import:" syntax consistent with the other "import:"s.
Eduardo Julian
2022-03-14
1
-6
/
+7
*
Leaner syntax for the "for" macro.
Eduardo Julian
2022-03-14
2
-218
/
+217
*
Can now add type-vars to imported procedures from scripting languages.
Eduardo Julian
2022-03-14
1
-2
/
+3
*
Added an easy way to export Lux functionality to host programs (everywhere el...
Eduardo Julian
2022-03-11
1
-2
/
+4
*
Compilers for scripting languages now only depend on new JVM compiler.
Eduardo Julian
2022-03-07
1
-0
/
+3
*
Optimizations for the pure-Lux JVM compiler. [Part 5]
Eduardo Julian
2022-03-05
2
-242
/
+650
*
Finishing the meta-compiler [Part 5]
Eduardo Julian
2022-03-02
1
-2
/
+2
*
No more automatic conversions of primitive types in JVM FFI.
Eduardo Julian
2022-02-22
1
-6
/
+7
*
FIXED loop binding initialization in several back-ends.
Eduardo Julian
2022-02-16
1
-64
/
+65
*
FIXED generating artifact IDs in the context of "lux in-module".
Eduardo Julian
2022-02-16
1
-117
/
+126
*
Optimizations for the pure-Lux JVM compiler. [Part 2]
Eduardo Julian
2022-02-12
1
-0
/
+314