aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/concurrency/thread.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-169/+0
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-5/+5
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-48/+49
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-2/+3
2021-06-08Added type information when logging compiled definitions.Eduardo Julian1-3/+11
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-15/+15
2021-02-12More Lua + optimizations.Eduardo Julian1-24/+25
2021-02-04Updates for Lua compiler.Eduardo Julian1-2/+2
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-5/+7
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-15/+21
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-20/+20
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-70/+48
2020-11-04Re-named "lux/control/concurrency/process" to "thread".Eduardo Julian1-11/+11
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-4/+4
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-14/+14
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-3/+3
2020-08-07Some fixes.Eduardo Julian1-11/+26
2020-07-11Got the JS compiler to compile fully.Eduardo Julian1-26/+25
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian1-1/+1
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian1-119/+119
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-2/+4
2019-06-15Array machinery for the JavaScript compiler.Eduardo Julian1-24/+28
2019-05-17Automatic type casting/coercion for Boolean/Bit and String/Text.Eduardo Julian1-1/+1
2019-05-07Can now analyze anonymous classes.Eduardo Julian1-1/+1
2019-05-05Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian1-2/+2
2019-04-27Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian1-5/+3
2019-04-18WIP: Host interop for the new JVM compiler.Eduardo Julian1-10/+52
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian1-24/+24
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-2/+2
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+2
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-1/+1
2018-12-15Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian1-0/+0
2018-12-15Small improvements.Eduardo Julian1-1/+9
2018-12-04Some refactoring and small fixes.Eduardo Julian1-2/+3
2018-08-29Adapted new-luxc to latest stdlib changes.Eduardo Julian1-3/+1
2018-08-29Method imports are now done as macros instead of functions.Eduardo Julian1-6/+5
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian1-0/+104