aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Updated the IO type in lux.type to reflect the new version of the IO type a...Eduardo Julian2016-01-221-2/+2
* - Modified the syntax for multi-line text so line-delimiters (\ \) are no lo...Eduardo Julian2016-01-172-56/+49
* - Removed the tags off tuples/products & variants/sums, as they were no longe...Eduardo Julian2016-01-173-32/+16
* - Made an optimization to variants/sums, by encoding the last/tail flag as a ...Eduardo Julian2016-01-173-12/+12
* - Added a special constructor for variants to ensure they don't take null val...Eduardo Julian2016-01-172-18/+38
* - I overdid the switch from null to lux.base/unit-tag, so I reversed the chan...Eduardo Julian2016-01-1711-110/+110
* - Made a small modification to how variants/sums are created, to ensure varia...Eduardo Julian2016-01-173-40/+48
* - Fixed a bug introduced when I made the change for the "unit" value to be a ...Eduardo Julian2016-01-1712-117/+117
* - Now using the new utility methods in LuxUtils for working with variants/sums.Eduardo Julian2016-01-1714-65/+123
* - Now using the new utility methods in LuxUtils for working with tuples/produ...Eduardo Julian2016-01-162-17/+78
* - Optimized the new "product" implementation to improve performance & memory ...Eduardo Julian2016-01-0524-440/+428
* - Switched from TupleT to ProdT (implementation-wise).Eduardo Julian2016-01-0410-250/+314
* - Switched from TupleT to ProdT (type-wise).Eduardo Julian2016-01-029-103/+183
* - Switched from VariantT to SumT.Eduardo Julian2016-01-0215-173/+246
* - Added the VoidT and UnitT types.Eduardo Julian2016-01-0210-119/+178
* - Implemented the feature of adding arbitrary meta-data to definitions.Eduardo Julian2016-01-0212-415/+403
* - Modified _jvm_anewarray so it now works with generic classes.Eduardo Julian2016-01-017-49/+117
* - Added support for wildcards in generic types.Eduardo Julian2015-12-316-2/+29
* - Implemented multi-line text literals.Eduardo Julian2015-12-312-10/+48
* - [Refactor] Removed the (now unnecessary) lux.type.host/class-name->type fun...Eduardo Julian2015-12-316-35/+21
* - Improved type-error reporting.Eduardo Julian2015-12-302-13/+29
* - Fixed some bugs in the way _jvm_putfield & _jvm_putstatic special forms wer...Eduardo Julian2015-12-305-17/+50
* - Bug fixes:Eduardo Julian2015-12-308-163/+209
* - Fixed a bug wherein the wrong super-class name was being generated (due to ...Eduardo Julian2015-12-242-4/+4
* - Fixed a bug wherein the cache became ineffective due to wrong file-paths ma...Eduardo Julian2015-12-205-26/+24
* - Fixed some bugs regarding JVM interface definition.Eduardo Julian2015-12-195-43/+37
* - Changed the way methods are defined in class definitions.Eduardo Julian2015-12-167-190/+451
* - lux.Function is now generated directly from the compiler, not from the lux....Eduardo Julian2015-12-063-11/+38
* - Removed modifiers from field/method declaration.Eduardo Julian2015-12-065-95/+31
* - Better handling generics when analysing class methods.Eduardo Julian2015-12-061-9/+16
* - Made a variety of refactorings and minor changes.Eduardo Julian2015-12-0215-332/+447
* - Improved error reporting when pattern-matching on tuples.Eduardo Julian2015-12-015-36/+49
* - Fixed a bug wherein some error messages were being swallowed-up and getting...Eduardo Julian2015-11-301-7/+13
* - Refactored some of the parsing done inside the analyser to a separate names...Eduardo Julian2015-11-3010-188/+285
* - Improved error messaging when building variants & tuples.Eduardo Julian2015-11-293-290/+307
* - No longer removing empty lines from source code when reading it. Now lexing...Eduardo Julian2015-11-293-5/+2
* - Fixed a bug when parsing new-array special forms, wherein primitive arrays ...Eduardo Julian2015-11-291-7/+7
* - _lux_coerce no longer adds checkcast.Eduardo Julian2015-11-293-33/+19
* - _jvm_anon-class now requires that constructor arguments (with proper type-t...Eduardo Julian2015-11-296-41/+139
* - Improved support for existential quantification.Eduardo Julian2015-11-282-5/+12
* - Added better support for existential quantification.Eduardo Julian2015-11-2810-107/+150
* - _jvm_ null must now be written as a form.Eduardo Julian2015-11-154-15/+23
* - Now requiring parameterized classes everywhere when invoking methods.Eduardo Julian2015-10-292-65/+74
* - Unknown syntax errors now show cursor information.Eduardo Julian2015-10-284-131/+161
* - Storage instructions during pattern matching when doing aliasing now use th...Eduardo Julian2015-10-274-23/+10
* - The compiler phase now depends on data-structures from the optimization phase.Eduardo Julian2015-10-133-145/+656
* - Added local var aliasing.Eduardo Julian2015-10-133-19/+56
* - Separated type coercions from type annotations.Eduardo Julian2015-10-1310-45/+95
* - Increased the compiler version from 0.3 to 0.4Eduardo Julian2015-10-073-30/+37
* - The method-invocation analysers now take into consideration whether they mu...Eduardo Julian2015-10-076-52/+71