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
...
*
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
*
Small adjustments.
Eduardo Julian
2019-01-08
1
-1
/
+1
*
Improved how the "Source" type works.
Eduardo Julian
2018-12-16
2
-75
/
+49
*
Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.
Eduardo Julian
2018-12-15
3
-103
/
+244
*
Separated reading promises and writing to promises.
Eduardo Julian
2018-12-15
4
-131
/
+165
*
Re-named the "Error" tag to "Failure".
Eduardo Julian
2018-12-15
2
-6
/
+6
*
Moved the "lux/concurrency" modules under "lux/control".
Eduardo Julian
2018-12-15
8
-0
/
+1328
[prev]