aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixes: Part 2.Eduardo Julian2018-07-0917-82/+82
* - Fixes: Part 1.Eduardo Julian2018-07-094-9/+5
* - Fixes: Part 0.Eduardo Julian2018-07-093-43/+29
* - Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian2018-07-0811-300/+355
* - Moved LuxC's I/O to stdlib.Eduardo Julian2018-07-086-238/+408
* - Moved the type-based value representation of the REPL into the standard lib...Eduardo Julian2018-07-072-199/+201
* - Implemented document archiving. It will play a crucial role later when LuxC...Eduardo Julian2018-07-071-0/+87
* - Implemented ":share" macro for easier type-sharing when casting.Eduardo Julian2018-07-072-3/+26
* - Improved syntax for functions.Eduardo Julian2018-07-074-67/+63
* - Improved syntax for pattern-matching.Eduardo Julian2018-07-076-449/+435
* - Binary (de)serialization module.Eduardo Julian2018-07-054-45/+237
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-05123-545/+534
* - Removed "alias:" due to the potential for introducing confusion due to havi...Eduardo Julian2018-07-047-43/+25
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-0474-593/+507
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-0423-166/+166
* - Deleted useless old LuxC tests.Eduardo Julian2018-07-044-1056/+0
* - Test (and fix) that global-reference analysis only allows you to see defini...Eduardo Julian2018-07-043-30/+94
* - When a method/constructor is not found, the signatures of alternatives with...Eduardo Julian2018-07-045-109/+177
* - "with-stack" function for stacking exceptions.Eduardo Julian2018-07-045-51/+52
* - "lux/data/text/buffer" module, with platform-specific implementations of co...Eduardo Julian2018-07-041-0/+72
* - Implemented ":cast" macro, and used it to implement both ":abstraction" and...Eduardo Julian2018-07-048-102/+123
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-0415-141/+7
* - Can now refine random generators.Eduardo Julian2018-07-031-0/+13
* - Improved abstract types.Eduardo Julian2018-07-0310-107/+50
* - Improved syntax for numeric literals by allowing arbitrary zeroes (0) at th...Eduardo Julian2018-07-032-11/+9
* - Re-named "stream" to "sequence".Eduardo Julian2018-07-033-46/+46
* - Re-named "sequence" to "row".Eduardo Julian2018-07-0314-149/+148
* - Re-named "import" to "import:".Eduardo Julian2018-07-0348-252/+252
* - Re-named "Ref" to "Refined".Eduardo Julian2018-07-031-10/+10
* - Removed "lux/math/constructive".Eduardo Julian2018-07-032-257/+0
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian2018-07-0326-289/+289
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-0379-625/+625
* - Added function for updating dictionary.Eduardo Julian2018-07-031-0/+6
* - Re-named ":!!" to ":assume".Eduardo Julian2018-07-037-11/+11
* - Heavy refactoring to integrate extensions better with the rest of the compi...Eduardo Julian2018-06-1753-1260/+1172
* - Migrated Scheme back-end to stdlib.Eduardo Julian2018-06-1737-1817/+1860
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-1580-527/+491
* - Re-named "Special" to "Extension".Eduardo Julian2018-06-148-73/+76
* - Refactored generic compiler infrastructure.Eduardo Julian2018-06-1410-148/+155
* - Refactored references.Eduardo Julian2018-06-1413-135/+147
* - Minor refactorings.Eduardo Julian2018-06-146-30/+48
* - Migrated synthesis to stdlib.Eduardo Julian2018-06-1412-422/+661
* - Added filter/partition functionality to refinement types.Eduardo Julian2018-05-261-1/+35
* - WIP: Migrated synthesis to stdlib.Eduardo Julian2018-05-2626-773/+1098
* - Minor improvements.Eduardo Julian2018-05-235-56/+59
* - Minor improvements.Eduardo Julian2018-05-232-3/+14
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-2312-582/+557
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-20132-787/+636
* - Migrated pattern-matching analysis to stdlib.Eduardo Julian2018-05-208-305/+280
* - Migrated function analysis to stdlib.Eduardo Julian2018-05-169-307/+248