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
/
lux
/
control
/
concurrency
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
5
-42
/
+42
*
Re-named some list functions.
Eduardo Julian
2020-10-24
1
-1
/
+1
*
Mandatory long names for JVM imports, instead of having "long" be optional an...
Eduardo Julian
2020-10-09
2
-16
/
+16
*
Changed the format of project descriptor files.
Eduardo Julian
2020-09-16
2
-11
/
+10
*
Test programs + auti build/test.
Eduardo Julian
2020-08-29
1
-1
/
+3
*
Allow "#io" outputs for JS imports.
Eduardo Julian
2020-08-09
2
-3
/
+4
*
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
2020-08-09
5
-13
/
+14
*
Some fixes.
Eduardo Julian
2020-08-07
1
-11
/
+26
*
Got the JS compiler to compile fully.
Eduardo Julian
2020-07-11
1
-26
/
+25
*
Fixes and improvements to JavaScript compilation.
Eduardo Julian
2020-07-10
1
-1
/
+1
*
The "for" macro can now work directly with definitions. No text literals nece...
Eduardo Julian
2020-06-28
2
-186
/
+186
*
Can now export Lux code as library TAR files.
Eduardo Julian
2020-05-28
1
-1
/
+2
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
6
-18
/
+18
*
:share no longer relies on :assume
Eduardo Julian
2020-05-17
2
-40
/
+63
*
Parallel compilation for the new compiler(s).
Eduardo Julian
2020-05-16
1
-56
/
+92
*
Made test-running parallel again.
Eduardo Julian
2020-05-13
3
-51
/
+71
*
Now logging to a data-structure and only printing in the end.
Eduardo Julian
2020-05-12
1
-1
/
+1
*
Compiler versions are now natural numbers, and are included as part of the na...
Eduardo Julian
2020-05-12
1
-8
/
+9
*
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
2020-05-06
1
-71
/
+79
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
3
-6
/
+13
*
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2019-07-02
2
-27
/
+27
*
Improved the convention for using text formatters.
Eduardo Julian
2019-06-20
1
-4
/
+4
*
Array machinery for the JavaScript compiler.
Eduardo Julian
2019-06-15
2
-30
/
+52
*
Removed the (magical) "alias" annotations tag.
Eduardo Julian
2019-06-01
1
-7
/
+12
*
Applied several tweaks to make the code easier to process by the new compiler.
Eduardo Julian
2019-05-28
1
-5
/
+5
*
Removed the (magical) "export?" annotations tag.
Eduardo Julian
2019-05-24
1
-1
/
+1
*
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
2019-05-21
1
-2
/
+2
*
Automatic type casting/coercion for Boolean/Bit and String/Text.
Eduardo Julian
2019-05-17
2
-9
/
+11
*
More fiddling with types for JVM interop.
Eduardo Julian
2019-05-13
1
-1
/
+0
*
Can now analyze anonymous classes.
Eduardo Julian
2019-05-07
2
-2
/
+2
*
Can now set the name of the "this" object, instead of being forced to use "_j...
Eduardo Julian
2019-05-05
1
-2
/
+2
*
Re-named "lux/tool/compiler/host" to "lux/target".
Eduardo Julian
2019-04-27
2
-10
/
+6
*
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-7
/
+7
*
WIP: Host interop for the new JVM compiler.
Eduardo Julian
2019-04-18
2
-16
/
+81
*
The old compiler is now identified with "old" instead of "jvm". This should h...
Eduardo Julian
2019-04-16
2
-28
/
+28
*
Small import fixes for the sake of tags.
Eduardo Julian
2019-04-16
1
-5
/
+5
*
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
2019-04-06
7
-14
/
+18
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
7
-8
/
+13
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
3
-5
/
+5
*
- Ported lux/control/concurrency/promise tests.
Eduardo Julian
2019-03-21
1
-2
/
+2
*
Fixed a bug in the FRP/channel monad.
Eduardo Julian
2019-03-21
1
-45
/
+66
*
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
2019-03-15
3
-20
/
+20
*
Removed the "translation/common" hierarchy.
Eduardo Julian
2019-03-06
1
-2
/
+1
*
Got rid of the Task type (it just provided the same functionality as (error.w...
Eduardo Julian
2019-02-24
2
-125
/
+47
*
Adapted more tests to the new format.
Eduardo Julian
2019-02-17
1
-8
/
+8
*
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
2019-02-12
2
-2
/
+2
*
Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...
Eduardo Julian
2019-02-11
1
-4
/
+4
*
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
2019-02-11
3
-7
/
+7
*
Various small improments and changes.
Eduardo Julian
2019-02-10
2
-46
/
+55
*
Changed the naming style for structures.
Eduardo Julian
2019-02-04
8
-86
/
+82
[next]