index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
lux.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-26
- Added support for Java annotations.
Eduardo Julian
1
-2
/
+2
2015-09-26
- Both method declarations & method definitions in classes can now include de...
Eduardo Julian
1
-1
/
+1
2015-09-16
- Now the file-name & the line numbers are stored inside the .class files for...
Eduardo Julian
1
-21
/
+14
2015-09-15
- :: no longer demands prefixes for the struct members
Eduardo Julian
1
-2
/
+2
2015-09-15
- The Macro type now flows from lux.lux into the compiler, to achieve a perfe...
Eduardo Julian
1
-20
/
+3
2015-09-15
- Compiler now takes into consideration exceptions that can be thrown by cons...
Eduardo Julian
1
-43
/
+43
2015-09-12
- Added exhaustiveness testing for exception-handling code.
Eduardo Julian
1
-2
/
+5
2015-09-12
- Primitive data-types can now be parameterized by other types.
Eduardo Julian
1
-20
/
+23
2015-09-11
- Updated the standard library.
Eduardo Julian
1
-141
/
+30
2015-09-09
- Added type inference for functions.
Eduardo Julian
1
-22
/
+24
2015-09-06
- Added the (untested) inference of tuple destructuring.
Eduardo Julian
1
-76
/
+67
2015-09-06
- Added type-inference when constructing tuples.
Eduardo Julian
1
-65
/
+61
2015-09-06
- Removed the (unnecessary) lux/meta/macro module.
Eduardo Julian
1
-44
/
+78
2015-09-06
- Expanded the standard library.
Eduardo Julian
1
-8
/
+8
2015-09-01
- Fixed the implementation of the Rec macro, which forgot to do application o...
Eduardo Julian
1
-60
/
+111
2015-09-01
- Added a macro to write recursive types.
Eduardo Julian
1
-84
/
+112
2015-08-31
- Found a compromise with the issue of certain definitions clashing with each...
Eduardo Julian
1
-258
/
+258
2015-08-30
- Removed the (now obsolete) `' macro.
Eduardo Julian
1
-376
/
+413
2015-08-29
- Remove the (unnec) "All'" and "->'" macros.
Eduardo Julian
1
-145
/
+146
2015-08-29
- Added some compiler optimizations.
Eduardo Julian
1
-168
/
+174
2015-08-29
- Removed the (unnecessary) lux/data/cont module.
Eduardo Julian
1
-4
/
+41
2015-08-28
- Changed the name of AllT (for-all type) to UnivQ (universal quantification).
Eduardo Julian
1
-426
/
+456
2015-08-28
The environments of AllT types are no longer stored inside a Maybe.
Eduardo Julian
1
-29
/
+24
2015-08-28
Changed the license from EPL to MPL.
Eduardo Julian
1
-7
/
+4
2015-08-28
Due to several performance issues and my inability to optimize them away due ...
Eduardo Julian
1
-445
/
+440
2015-08-23
- Restructuring how sums & products work [part 3]
Eduardo Julian
1
-118
/
+134
2015-08-23
- Restructuring how sums & products work [part 2]
Eduardo Julian
1
-72
/
+82
2015-08-23
- Restructuring how sums & products work [part 1]
Eduardo Julian
1
-255
/
+234
2015-08-17
- Finished turning tags into indices.
Eduardo Julian
1
-336
/
+416
2015-08-16
Introduced named types (#NamedT Ident Type).
Eduardo Julian
1
-194
/
+235
2015-08-16
Unified tuples & records.
Eduardo Julian
1
-179
/
+152
2015-08-16
- Some clean-up of needless code.
Eduardo Julian
1
-171
/
+105
2015-08-12
- Changing tags so they're actually indices (part 4).
Eduardo Julian
1
-23
/
+4
2015-08-12
- Changing tags so they're actually indices (part 3).
Eduardo Julian
1
-50
/
+58
2015-08-10
- Changing tags so they're actually indices (part 2).
Eduardo Julian
1
-4
/
+4
2015-08-10
- Changing tags so they're actually indices (part 1).
Eduardo Julian
1
-118
/
+190
2015-08-05
- Local vars can now longer have prefixed symbols.
Eduardo Julian
1
-104
/
+116
2015-08-05
- The compiler now stores the cursor of the last analysed AST in order to avo...
Eduardo Julian
1
-12
/
+24
2015-08-04
- Struct definition no longer required prefixed members (now, it actually pro...
Eduardo Julian
1
-227
/
+242
2015-08-04
- Renamed the Syntax type to AST.
Eduardo Julian
1
-158
/
+158
2015-08-04
- Added a macro for exporting definitions (to not depend on the #export tag o...
Eduardo Julian
1
-19
/
+35
2015-08-03
- Type definitions inside the compiler data now hold the type itself.
Eduardo Julian
1
-7
/
+17
2015-08-02
- Added a module for hashing.
Eduardo Julian
1
-221
/
+340
2015-07-31
- Did some refactoring of the standard library.
Eduardo Julian
1
-504
/
+611
2015-07-29
- lux;using no longer prefixes variables.
Eduardo Julian
1
-2
/
+2
2015-07-26
- Changed the name of lux/host/java to lux/host/jvm
Eduardo Julian
1
-13
/
+14
2015-07-26
- Fixed a pattern-matching error where generalizations of types (universal-qu...
Eduardo Julian
1
-39
/
+78
2015-07-25
- The output directory is now being used as the cache.
Eduardo Julian
1
-5
/
+5
2015-07-25
/cache and /output now using same format.
Eduardo Julian
1
-38
/
+10
2015-07-24
- Removed the "seen-sources" field from the compiler state.
Eduardo Julian
1
-17
/
+19
[next]