aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-09- Some refactoring.Eduardo Julian1-95/+72
- Eliminated "choice:" macro.
2018-12-09Basic implementation for sessions.Eduardo Julian3-3/+296
2018-12-09Added some missing/necessary documentation.Eduardo Julian3-0/+14
2018-12-06Adapted other world signatures to the capability model.Eduardo Julian5-23/+45
2018-12-06- Added basic support for capability-based security.Eduardo Julian4-242/+363
- Re-designed the file-system signatures to be capability-based.
2018-12-05Now tainting values coming from the outside world.Eduardo Julian11-368/+435
2018-12-05Made some improvements to value taining, and added some tests.Eduardo Julian3-28/+94
2018-12-05Some small improvements.Eduardo Julian3-48/+81
2018-12-05Added privacy typing for information-flow control.Eduardo Julian2-0/+149
2018-12-04Some refactoring and small fixes.Eduardo Julian8-17/+26
2018-12-04Restored the "encode" function for duration, to correct for overkill when ↵Eduardo Julian4-8/+39
removing contributor code.
2018-12-04Some refactoring.Eduardo Julian7-176/+201
2018-12-03Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34Eduardo Julian2-100/+1
2018-12-03Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/33Eduardo Julian1-1/+0
2018-12-03Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35Eduardo Julian2-31/+1
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
- Added extra functionality to lux/compiler/default/phase/analysis.
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
- Added "Pigment" abstraction.
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 ↵Eduardo Julian1-23/+29
on it (cannot skip the abstraction by directly using the dictionary functions).
2018-10-13- Some refactoring.Eduardo Julian5-130/+167
- Small additions/features.
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 Julian15-313/+266
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 Julian14-199/+165
2018-08-26Added Frac parsing.Eduardo Julian2-35/+71
2018-08-25- Fixed some bugs.Eduardo Julian1-84/+117
- Improved performance.
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 ↵Eduardo Julian3-168/+193
source-code every time.
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian5-216/+177
2018-08-23Optimized text clipping.Eduardo Julian7-109/+101
2018-08-23Added Rev parsing.Eduardo Julian1-38/+33
2018-08-23Added record parsing.Eduardo Julian3-170/+82
2018-08-23Added Int parsing.Eduardo Julian1-260/+74
2018-08-23No more escape-tracking.Eduardo Julian1-139/+42
2018-08-23No more escaping of back-slash.Eduardo Julian6-101/+101