aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/row.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-111-4/+3
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-5/+6
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-121/+121
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-5/+5
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-16/+16
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-16/+33
* Gave the Location type its own module.Eduardo Julian2020-10-141-16/+16
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-1/+2
* The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian2020-06-281-8/+8
* Some tweaks to how dictionaries and rows work.Eduardo Julian2020-04-151-44/+58
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-24/+25
* Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian2019-04-271-4/+2
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+3
* Some adjustments of the stdlib for the new JVM compiler.Eduardo Julian2019-04-171-13/+15
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-6/+7
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-2/+2
* Fixed more tests.Eduardo Julian2019-03-291-71/+62
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-12/+12
* Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian2019-02-131-6/+6
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-2/+2
* Changed the naming style for structures.Eduardo Julian2019-02-041-28/+29
* Some refactoring & minor additions.Eduardo Julian2018-12-261-6/+6
* No longer relying on "signature:"'s and "structure:"'s internal macro-expansi...Eduardo Julian2018-12-151-8/+4
* Moved "Array" type back into "lux/data/collection/array".Eduardo Julian2018-08-031-1/+1
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-28/+28
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-1/+1
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-28/+28
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-11/+11
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-7/+6
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-181-4/+27
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-3/+3
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
* - Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian2018-07-131-11/+12
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-17/+20
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-2/+2
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-6/+6
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-0/+437