aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added equivalences.Eduardo Julian2018-12-281-27/+28
|
* Re-organized the class machinery.Eduardo Julian2018-12-281-13/+13
|
* Added machinery for methods.Eduardo Julian2018-12-281-9/+14
|
* Tests for bytecode generation.Eduardo Julian2018-12-261-0/+79
|
* Reverted "lux/control/concurrency/frp" to the previous style of doing FRP.Eduardo Julian2018-12-151-89/+20
|
* Separated reading promises and writing to promises.Eduardo Julian2018-12-151-4/+0
|
* Changed the "instance?" macro in "lux/host.jvm.lux" into the "check" macro.Eduardo Julian2018-12-151-4/+4
|
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-1519-122/+143
|
* Moved the "lux/concurrency" modules under "lux/control".Eduardo Julian2018-12-157-168/+168
|
* Removed sessions for the moment.Eduardo Julian2018-12-151-139/+0
| | | They will be revisited in future work.
* Slight improvement to tests.Eduardo Julian2018-12-101-15/+15
|
* Improved test for recursion in complex sessions.Eduardo Julian2018-12-091-27/+38
|
* Working session recursion.Eduardo Julian2018-12-091-44/+94
|
* Basic implementation for sessions.Eduardo Julian2018-12-091-0/+78
|
* Adapted other world signatures to the capability model.Eduardo Julian2018-12-061-2/+2
|
* - Added basic support for capability-based security.Eduardo Julian2018-12-061-112/+116
| | | - Re-designed the file-system signatures to be capability-based.
* Now tainting values coming from the outside world.Eduardo Julian2018-12-054-153/+180
|
* Made some improvements to value taining, and added some tests.Eduardo Julian2018-12-051-0/+49
|
* Some small improvements.Eduardo Julian2018-12-051-25/+30
|
* Added privacy typing for information-flow control.Eduardo Julian2018-12-051-0/+80
|
* Some refactoring and small fixes.Eduardo Julian2018-12-041-3/+3
|
* Restored the "encode" function for duration, to correct for overkill when ↵Eduardo Julian2018-12-041-5/+6
| | | | removing contributor code.
* Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/34Eduardo Julian2018-12-031-27/+1
|
* Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/35Eduardo Julian2018-12-031-10/+1
|
* Method imports are now done as macros instead of functions.Eduardo Julian2018-08-292-18/+21
|
* Micro-optimizations.Eduardo Julian2018-08-262-14/+18
|
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-231-1/+1
|
* Optimized text clipping.Eduardo Julian2018-08-232-11/+11
|
* No more escaping of back-slash.Eduardo Julian2018-08-231-51/+51
|
* No more escaping of new-line.Eduardo Julian2018-08-232-5/+5
|
* No more escaping of double-quotes.Eduardo Julian2018-08-234-46/+7
|
* No more escaping of unicode.Eduardo Julian2018-08-222-8/+9
|
* No more escaping of vertical-tab.Eduardo Julian2018-08-221-1/+1
|
* No more escaping of carriage-return.Eduardo Julian2018-08-221-1/+1
|
* No more escaping of form-feed.Eduardo Julian2018-08-221-1/+1
|
* No more escaping of horizontal-tab.Eduardo Julian2018-08-222-4/+4
|
* No more multi-line comments.Eduardo Julian2018-08-221-32/+4
|
* - More minor optimizations.Eduardo Julian2018-08-201-36/+0
| | | - Removed ratio syntax for Frac.
* Fixed syntax bug.Eduardo Julian2018-08-201-2/+1
|
* Fixes for function synthesis.Eduardo Julian2018-08-154-15/+14
|
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-111-4/+5
| | | | - Fixed a bug in "lux text <". - Small optimizations to old LuxC.
* Got stdlib tests to compile again.Eduardo Julian2018-08-116-52/+59
|
* Some small improvements and fixes.Eduardo Julian2018-08-053-8/+8
|
* Moved "Array" type back into "lux/data/collection/array".Eduardo Julian2018-08-031-1/+1
|
* Replace the error-prone "n/range" calls with "indices".Eduardo Julian2018-08-021-1/+1
|
* Moved statement phase into stdlib.Eduardo Julian2018-08-021-5/+8
|
* Cleared out "lux/compiler/default" module off its contents to re-use the ↵Eduardo Julian2018-08-024-43/+37
| | | | space for something else.
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-75/+0
|
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-17/+3
|
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-1/+1
|