aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/field.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-69/+0
2020-12-12Removed several unnecessary imports.Eduardo Julian1-8/+4
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-2/+2
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-2/+2
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-5/+3
2019-10-17FIX old compiler could allow aliases to be defined more than onceEduardo Julian1-1/+1
2019-10-16Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian1-6/+6
2019-09-15Got the tests running again.Eduardo Julian1-1/+3
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-2/+2
2019-07-06Removed the parsing machinery for JVM classes.Eduardo Julian1-11/+1
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-18/+14
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-7/+5
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian1-1/+0
2019-06-20Improved the design of modifiers.Eduardo Julian1-12/+12
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-11/+30
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian1-0/+0
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+3
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-8/+8
2019-02-04Changed the naming style for structures.Eduardo Julian1-6/+6
2018-12-28Added equivalences.Eduardo Julian1-1/+22
2018-12-28Added machinery for fields.Eduardo Julian1-0/+49