aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/text/buffer.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-114/+0
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-1/+1
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-1/+1
2021-02-15Almost done with Lua.Eduardo Julian1-10/+11
2021-02-10Continuing with LuaEduardo Julian1-6/+25
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-1/+2
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-2/+3
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-7/+7
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian1-47/+56
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-3/+3
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-11/+15
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-2/+2
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-2/+2
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-2/+4
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-1/+1
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian1-6/+6
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-3/+3
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-1/+1
2018-08-29Adapted new-luxc to latest stdlib changes.Eduardo Julian1-3/+3
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-2/+2
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-2/+2
2018-07-21- Re-named "Compiler" to "Phase".Eduardo Julian1-1/+1
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-4/+6
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-7/+10
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-2/+2
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian1-1/+1
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2018-07-04- "lux/data/text/buffer" module, with platform-specific implementations of co...Eduardo Julian1-0/+72