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
/
stdlib
/
source
/
lux
/
data
/
format
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
7
-28
/
+28
2019-02-10
Various small improments and changes.
Eduardo Julian
1
-2
/
+2
2019-02-07
Small improvements & fixes.
Eduardo Julian
1
-4
/
+3
2019-02-05
Migrated documentation tool's code into stdlib.
Eduardo Julian
1
-4
/
+10
2019-02-04
Added library for generating Markdown code.
Eduardo Julian
1
-0
/
+176
2019-02-04
Changed the naming style for structures.
Eduardo Julian
7
-102
/
+111
2019-02-03
Some refactoring around the identity function.
Eduardo Julian
2
-10
/
+9
2019-01-24
Wrapped-up type-safe CSS.
Eduardo Julian
5
-78
/
+816
2019-01-24
Improvements & expansions for CSS machinery.
Eduardo Julian
6
-221
/
+725
2019-01-22
Re-structured the l10n/i18n machinery.
Eduardo Julian
1
-3
/
+1
2019-01-22
- WIP: Expansion of CSS machinery.
Eduardo Julian
5
-90
/
+1109
2019-01-11
Expanded HTML machinery.
Eduardo Julian
1
-85
/
+347
2019-01-09
Expanded HTML machinery.
Eduardo Julian
1
-38
/
+279
2019-01-08
Small adjustments.
Eduardo Julian
1
-1
/
+5
2018-12-28
Fixed bug when parsing blobs.
Eduardo Julian
1
-1
/
+1
2018-12-26
WIP: JVM bytecode generation in pure Lux.
Eduardo Julian
1
-27
/
+35
2018-12-26
Expansion for binary format.
Eduardo Julian
1
-124
/
+220
2018-12-15
Re-named the "Error" tag to "Failure".
Eduardo Julian
4
-36
/
+36
2018-12-15
Small improvements.
Eduardo Julian
1
-11
/
+14
2018-12-04
Some refactoring.
Eduardo Julian
1
-124
/
+140
2018-08-23
No more escaping of back-slash.
Eduardo Julian
1
-10
/
+10
2018-08-23
No more escaping of new-line.
Eduardo Julian
2
-5
/
+7
2018-08-23
No more escaping of double-quotes.
Eduardo Julian
3
-20
/
+22
2018-08-22
No more escaping of horizontal-tab.
Eduardo Julian
1
-7
/
+14
2018-08-22
No more multi-line text.
Eduardo Julian
1
-3
/
+2
2018-08-05
Some small improvements and fixes.
Eduardo Julian
1
-2
/
+2
2018-08-03
Moved "Array" type back into "lux/data/collection/array".
Eduardo Julian
1
-1
/
+1
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-18
/
+18
2018-07-28
Added "+" sign to positive Int.
Eduardo Julian
1
-1
/
+1
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-18
/
+18
2018-07-21
Re-named "seq" to "and" and "alt" to "or".
Eduardo Julian
3
-22
/
+22
2018-07-21
Re-named "Symbol" to "Identifier".
Eduardo Julian
1
-1
/
+1
2018-07-21
Re-named "Ident" to "Name".
Eduardo Julian
2
-20
/
+20
2018-07-21
Re-named "lux/world/blob" to "lux/world/binary".
Eduardo Julian
1
-43
/
+43
2018-07-21
Re-named "Binary" type to "Format".
Eduardo Julian
1
-23
/
+23
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
4
-12
/
+12
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
4
-27
/
+29
2018-07-14
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
3
-13
/
+13
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
2
-17
/
+23
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
6
-59
/
+72
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
4
-28
/
+27
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
6
-20
/
+20
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
5
-8
/
+8
2018-07-10
- Re-organized dictionary & set modules a bit.
Eduardo Julian
3
-3
/
+3
2018-07-10
- Re-named "Dict" type to "Dictionary".
Eduardo Julian
3
-8
/
+8
2018-07-10
- Ported caching machinery for default compiler.
Eduardo Julian
1
-6
/
+85
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
2
-4
/
+4
2018-07-08
- Ported caching machinery for Lux Meta-Compiler to stdlib.
Eduardo Julian
1
-31
/
+88
2018-07-05
- Binary (de)serialization module.
Eduardo Julian
1
-0
/
+150
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
2
-14
/
+14
[next]