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
/
lux-bootstrapper
/
src
/
lux
/
host
/
generics.clj
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
1
-1
/
+1
2021-06-02
Postponing work on R due to flaws of the bootstrapping compiler.
Eduardo Julian
1
-0
/
+7
2020-12-04
Re-named old luxc-jvm to lux-bootstrapper.
Eduardo Julian
1
-0
/
+0
2017-04-05
- Made some improvements to error messages in the compiler.
Eduardo Julian
1
-2
/
+2
2017-01-26
- Changed the license from MPL 2.0 to MIT.
Eduardo Julian
1
-5
/
+0
2017-01-25
- Improved Lux error messages by ensuring the cursor is always present.
Eduardo Julian
1
-1
/
+1
2016-12-01
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
1
-0
/
+0
2016-10-03
- Slight refactoring.
Eduardo Julian
1
-2
/
+7
2016-07-23
- Fixed a bug in which the signatures for multi-parameter generic classes whe...
Eduardo Julian
1
-1
/
+1
2016-04-26
- Now using the actual class-names for arrays of primitives, instead of the #...
Eduardo Julian
1
-5
/
+8
2016-02-19
- Added support for bounded polymorphism.
Eduardo Julian
1
-12
/
+31
2016-01-05
- Optimized the new "product" implementation to improve performance & memory ...
Eduardo Julian
1
-1
/
+1
2016-01-01
- Modified _jvm_anewarray so it now works with generic classes.
Eduardo Julian
1
-0
/
+19
2015-12-31
- Added support for wildcards in generic types.
Eduardo Julian
1
-0
/
+12
2015-12-30
- Fixed some bugs in the way _jvm_putfield & _jvm_putstatic special forms wer...
Eduardo Julian
1
-1
/
+1
2015-12-30
- Bug fixes:
Eduardo Julian
1
-4
/
+12
2015-12-19
- Fixed some bugs regarding JVM interface definition.
Eduardo Julian
1
-0
/
+15
2015-12-16
- Changed the way methods are defined in class definitions.
Eduardo Julian
1
-5
/
+18
2015-12-06
- Removed modifiers from field/method declaration.
Eduardo Julian
1
-1
/
+1
2015-12-02
- Made a variety of refactorings and minor changes.
Eduardo Julian
1
-10
/
+66
2015-12-01
- Improved error reporting when pattern-matching on tuples.
Eduardo Julian
1
-6
/
+12
2015-11-30
- Refactored some of the parsing done inside the analyser to a separate names...
Eduardo Julian
1
-0
/
+49