Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-18 | Updated the Python compiler to work with the new format for extensions. | Eduardo Julian | 1 | -0/+1 | |
2022-11-11 | Added SourceFile annotations to functions when compiling for the JVM. | Eduardo Julian | 1 | -0/+1 | |
2022-02-22 | No more automatic conversions of primitive types in JVM FFI. | Eduardo Julian | 1 | -4/+5 | |
2021-11-08 | Sharing the same Function class between bootsrapper and JVM compiler. | Eduardo Julian | 1 | -0/+1 | |
2021-07-15 | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 1 | -0/+1 | |
2021-07-10 | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 1 | -0/+5 | |