aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-15Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian14-55/+55
2018-12-15Small improvements.Eduardo Julian8-101/+122
2018-12-15Removed sessions for the moment.Eduardo Julian1-228/+0
2018-12-10Slight improvement.Eduardo Julian1-10/+10
2018-12-10Fixed a bug in recursive sessions.Eduardo Julian1-3/+5
2018-12-09Working session recursion.Eduardo Julian1-64/+82
2018-12-09WIP: Session recursion.Eduardo Julian1-1/+21
2018-12-09- Some refactoring.Eduardo Julian1-95/+72
2018-12-09Basic implementation for sessions.Eduardo Julian2-3/+218
2018-12-09Added some missing/necessary documentation.Eduardo Julian3-0/+14
2018-12-06Adapted other world signatures to the capability model.Eduardo Julian4-21/+43
2018-12-06- Added basic support for capability-based security.Eduardo Julian3-130/+247
2018-12-05Now tainting values coming from the outside world.Eduardo Julian7-215/+255
2018-12-05Made some improvements to value taining, and added some tests.Eduardo Julian2-28/+45
2018-12-05Some small improvements.Eduardo Julian2-23/+51
2018-12-05Added privacy typing for information-flow control.Eduardo Julian1-0/+69
2018-12-04Some refactoring and small fixes.Eduardo Julian7-14/+23
2018-12-04Restored the "encode" function for duration, to correct for overkill when rem...Eduardo Julian3-3/+33
2018-12-04Some refactoring.Eduardo Julian7-176/+201
2018-12-03Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34Eduardo Julian1-73/+0
2018-12-03Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35Eduardo Julian1-21/+0
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian47-29/+31
2018-10-29Added "Char" type.Eduardo Julian1-3/+5
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian65-9/+9
2018-10-29Added a module for keyboard input.Eduardo Julian1-0/+78
2018-10-29Added a module for video display resolutions.Eduardo Julian1-0/+30
2018-10-27Some refactoring.Eduardo Julian12-327/+373
2018-10-27- Refactored macro-expansion code.Eduardo Julian3-116/+155
2018-10-27Split-out the lux/compiler/meta/archive module.Eduardo Julian5-111/+152
2018-10-18Slight improvements to "lux/data/color".Eduardo Julian1-38/+82
2018-10-18- Added "Alpha" abstraction.Eduardo Julian1-6/+26
2018-10-13Minor refactoring.Eduardo Julian5-42/+64
2018-10-13Introduced an explicit "Compiler" abstraction.Eduardo Julian4-50/+69
2018-10-13Turned the Archive into an abstract type for greater safety when operating on...Eduardo Julian1-23/+29
2018-10-13- Some refactoring.Eduardo Julian5-130/+167
2018-10-13Removed timing/perf-logging.Eduardo Julian4-82/+89
2018-08-29Adapted new-luxc to latest stdlib changes.Eduardo Julian8-51/+46
2018-08-29Field imports are now done as macros instead of functions.Eduardo Julian2-65/+32
2018-08-29Method imports are now done as macros instead of functions.Eduardo Julian13-295/+245
2018-08-29More micro-optimizations.Eduardo Julian1-58/+48
2018-08-28Small additions to stdlib.Eduardo Julian3-2/+33
2018-08-28Micro-optimizations.Eduardo Julian1-19/+32
2018-08-26Micro-optimizations.Eduardo Julian12-185/+147
2018-08-26Added Frac parsing.Eduardo Julian2-35/+71
2018-08-25- Fixed some bugs.Eduardo Julian1-84/+117
2018-08-24Some micro-optimizations.Eduardo Julian1-121/+124
2018-08-23More inlining.Eduardo Julian1-23/+35
2018-08-23Added a special compiler optimization to pattern-match on characters faster.Eduardo Julian1-50/+52
2018-08-23Optimized character extraction by not having to query the length of the sourc...Eduardo Julian3-168/+193
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian4-215/+176