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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-13
Made test-running parallel again.
Eduardo Julian
3
-51
/
+71
2020-05-12
Now logging to a data-structure and only printing in the end.
Eduardo Julian
1
-1
/
+1
2020-05-12
Compiler versions are now natural numbers, and are included as part of the na...
Eduardo Julian
1
-8
/
+9
2020-05-06
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
1
-71
/
+79
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
3
-6
/
+13
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2
-27
/
+27
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-4
/
+4
2019-06-15
Array machinery for the JavaScript compiler.
Eduardo Julian
2
-30
/
+52
2019-06-01
Removed the (magical) "alias" annotations tag.
Eduardo Julian
1
-7
/
+12
2019-05-28
Applied several tweaks to make the code easier to process by the new compiler.
Eduardo Julian
1
-5
/
+5
2019-05-24
Removed the (magical) "export?" annotations tag.
Eduardo Julian
1
-1
/
+1
2019-05-21
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
1
-2
/
+2
2019-05-17
Automatic type casting/coercion for Boolean/Bit and String/Text.
Eduardo Julian
2
-9
/
+11
2019-05-13
More fiddling with types for JVM interop.
Eduardo Julian
1
-1
/
+0
2019-05-07
Can now analyze anonymous classes.
Eduardo Julian
2
-2
/
+2
2019-05-05
Can now set the name of the "this" object, instead of being forced to use "_j...
Eduardo Julian
1
-2
/
+2
2019-04-27
Re-named "lux/tool/compiler/host" to "lux/target".
Eduardo Julian
2
-10
/
+6
2019-04-19
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
1
-7
/
+7
2019-04-18
WIP: Host interop for the new JVM compiler.
Eduardo Julian
2
-16
/
+81
2019-04-16
The old compiler is now identified with "old" instead of "jvm". This should h...
Eduardo Julian
2
-28
/
+28
2019-04-16
Small import fixes for the sake of tags.
Eduardo Julian
1
-5
/
+5
2019-04-06
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
7
-14
/
+18
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
7
-8
/
+13
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
3
-5
/
+5
2019-03-21
- Ported lux/control/concurrency/promise tests.
Eduardo Julian
1
-2
/
+2
2019-03-21
Fixed a bug in the FRP/channel monad.
Eduardo Julian
1
-45
/
+66
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
3
-20
/
+20
2019-03-06
Removed the "translation/common" hierarchy.
Eduardo Julian
1
-2
/
+1
2019-02-24
Got rid of the Task type (it just provided the same functionality as (error.w...
Eduardo Julian
2
-125
/
+47
2019-02-17
Adapted more tests to the new format.
Eduardo Julian
1
-8
/
+8
2019-02-12
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
2
-2
/
+2
2019-02-11
Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...
Eduardo Julian
1
-4
/
+4
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
3
-7
/
+7
2019-02-10
Various small improments and changes.
Eduardo Julian
2
-46
/
+55
2019-02-04
Changed the naming style for structures.
Eduardo Julian
8
-86
/
+82
2019-01-08
Small adjustments.
Eduardo Julian
1
-1
/
+1
2018-12-16
Improved how the "Source" type works.
Eduardo Julian
2
-75
/
+49
2018-12-15
Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.
Eduardo Julian
3
-103
/
+244
2018-12-15
Separated reading promises and writing to promises.
Eduardo Julian
4
-131
/
+165
2018-12-15
Re-named the "Error" tag to "Failure".
Eduardo Julian
2
-6
/
+6
2018-12-15
Moved the "lux/concurrency" modules under "lux/control".
Eduardo Julian
8
-0
/
+1328
[prev]