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-10-25
Some improvements to the Lux syntax parser.
Eduardo Julian
5
-42
/
+42
2020-10-24
Re-named some list functions.
Eduardo Julian
1
-1
/
+1
2020-10-09
Mandatory long names for JVM imports, instead of having "long" be optional an...
Eduardo Julian
2
-16
/
+16
2020-09-16
Changed the format of project descriptor files.
Eduardo Julian
2
-11
/
+10
2020-08-29
Test programs + auti build/test.
Eduardo Julian
1
-1
/
+3
2020-08-09
Allow "#io" outputs for JS imports.
Eduardo Julian
2
-3
/
+4
2020-08-09
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
5
-13
/
+14
2020-08-07
Some fixes.
Eduardo Julian
1
-11
/
+26
2020-07-11
Got the JS compiler to compile fully.
Eduardo Julian
1
-26
/
+25
2020-07-10
Fixes and improvements to JavaScript compilation.
Eduardo Julian
1
-1
/
+1
2020-06-28
The "for" macro can now work directly with definitions. No text literals nece...
Eduardo Julian
2
-186
/
+186
2020-05-28
Can now export Lux code as library TAR files.
Eduardo Julian
1
-1
/
+2
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
6
-18
/
+18
2020-05-17
:share no longer relies on :assume
Eduardo Julian
2
-40
/
+63
2020-05-16
Parallel compilation for the new compiler(s).
Eduardo Julian
1
-56
/
+92
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
[next]