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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-27
- Refactored macro-expansion code.
Eduardo Julian
3
-116
/
+155
2018-10-27
Split-out the lux/compiler/meta/archive module.
Eduardo Julian
5
-111
/
+152
2018-10-18
Slight improvements to "lux/data/color".
Eduardo Julian
1
-38
/
+82
2018-10-18
- Added "Alpha" abstraction.
Eduardo Julian
1
-6
/
+26
2018-10-13
Minor refactoring.
Eduardo Julian
5
-42
/
+64
2018-10-13
Introduced an explicit "Compiler" abstraction.
Eduardo Julian
4
-50
/
+69
2018-10-13
Turned the Archive into an abstract type for greater safety when operating on...
Eduardo Julian
1
-23
/
+29
2018-10-13
- Some refactoring.
Eduardo Julian
5
-130
/
+167
2018-10-13
Removed timing/perf-logging.
Eduardo Julian
4
-82
/
+89
2018-08-29
Adapted new-luxc to latest stdlib changes.
Eduardo Julian
8
-51
/
+46
2018-08-29
Field imports are now done as macros instead of functions.
Eduardo Julian
2
-65
/
+32
2018-08-29
Method imports are now done as macros instead of functions.
Eduardo Julian
15
-313
/
+266
2018-08-29
More micro-optimizations.
Eduardo Julian
1
-58
/
+48
2018-08-28
Small additions to stdlib.
Eduardo Julian
3
-2
/
+33
2018-08-28
Micro-optimizations.
Eduardo Julian
1
-19
/
+32
2018-08-26
Micro-optimizations.
Eduardo Julian
14
-199
/
+165
2018-08-26
Added Frac parsing.
Eduardo Julian
2
-35
/
+71
2018-08-25
- Fixed some bugs.
Eduardo Julian
1
-84
/
+117
2018-08-24
Some micro-optimizations.
Eduardo Julian
1
-121
/
+124
2018-08-23
More inlining.
Eduardo Julian
1
-23
/
+35
2018-08-23
Added a special compiler optimization to pattern-match on characters faster.
Eduardo Julian
1
-50
/
+52
2018-08-23
Optimized character extraction by not having to query the length of the sourc...
Eduardo Julian
3
-168
/
+193
2018-08-23
"lux text char" is now unsafe/optimized.
Eduardo Julian
5
-216
/
+177
2018-08-23
Optimized text clipping.
Eduardo Julian
7
-109
/
+101
2018-08-23
Added Rev parsing.
Eduardo Julian
1
-38
/
+33
2018-08-23
Added record parsing.
Eduardo Julian
3
-170
/
+82
2018-08-23
Added Int parsing.
Eduardo Julian
1
-260
/
+74
2018-08-23
No more escape-tracking.
Eduardo Julian
1
-139
/
+42
2018-08-23
No more escaping of back-slash.
Eduardo Julian
6
-101
/
+101
2018-08-23
No more escaping of new-line.
Eduardo Julian
27
-357
/
+360
2018-08-23
No more escaping of double-quotes.
Eduardo Julian
19
-165
/
+120
2018-08-22
No more escaping of unicode.
Eduardo Julian
5
-40
/
+16
2018-08-22
No more escaping of vertical-tab.
Eduardo Julian
2
-4
/
+2
2018-08-22
No more escaping of carriage-return.
Eduardo Julian
2
-5
/
+2
2018-08-22
No more escaping of form-feed.
Eduardo Julian
2
-3
/
+1
2018-08-22
No more escaping of back-space.
Eduardo Julian
1
-2
/
+0
2018-08-22
No more escaping of horizontal-tab.
Eduardo Julian
12
-67
/
+71
2018-08-22
Partial implementation of text-escaping.
Eduardo Julian
1
-208
/
+283
2018-08-22
No more multi-line text.
Eduardo Julian
20
-472
/
+446
2018-08-22
No more multi-line comments.
Eduardo Julian
2
-94
/
+5
2018-08-22
Full parsing of names (for both identifiers and tags).
Eduardo Julian
3
-98
/
+169
2018-08-21
- Added single-line comment parsing.
Eduardo Julian
3
-179
/
+236
2018-08-21
Low-level re-implementation of the parser.
Eduardo Julian
2
-58
/
+264
2018-08-21
Extra logging & optimizations.
Eduardo Julian
1
-20
/
+37
2018-08-21
Minor optimizations + timing.
Eduardo Julian
2
-92
/
+135
2018-08-20
Some refactoring.
Eduardo Julian
1
-2
/
+2
2018-08-20
- More minor optimizations.
Eduardo Julian
3
-122
/
+59
2018-08-20
Small optimizations.
Eduardo Julian
2
-119
/
+71
2018-08-20
Trying to minimize the amount of clips+concats that happen.
Eduardo Julian
2
-72
/
+162
2018-08-20
- Added timing functionality to measure performance.
Eduardo Julian
4
-60
/
+93
[prev]
[next]