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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2020-06-01
Implemented an optimization for getting fields/slots from records in the new ↵
Eduardo Julian
27
-284
/
+774
compiler.
2020-05-31
Re-enabled lux/tool tests.
Eduardo Julian
21
-194
/
+423
2020-05-29
Can now import previously exported libraries.
Eduardo Julian
11
-156
/
+343
2020-05-28
Can now export Lux code as library TAR files.
Eduardo Julian
14
-164
/
+357
2020-05-28
Can now parse TAR files.
Eduardo Julian
14
-137
/
+991
2020-05-19
Can now write TAR files.
Eduardo Julian
14
-18
/
+699
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
178
-636
/
+526
2020-05-17
:share no longer relies on :assume
Eduardo Julian
9
-168
/
+209
2020-05-16
Parallel compilation for the new compiler(s).
Eduardo Julian
16
-400
/
+633
2020-05-13
Made test-running parallel again.
Eduardo Julian
12
-183
/
+372
2020-05-12
Now logging to a data-structure and only printing in the end.
Eduardo Julian
10
-30
/
+202
2020-05-12
Compiler versions are now natural numbers, and are included as part of the ↵
Eduardo Julian
24
-143
/
+348
names/paths of artifacts.
2020-05-11
Now storing and loading extensions in the cache.
Eduardo Julian
11
-162
/
+453
2020-05-10
Now properly loading the cached definitions.
Eduardo Julian
11
-292
/
+425
2020-05-09
Including runtime machinery in the cache.
Eduardo Julian
14
-292
/
+454
2020-05-06
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
18
-315
/
+568
2020-05-05
Fixed bugs while parsing modules' cached data.
Eduardo Julian
11
-198
/
+238
2020-04-22
Now caching the documents generated after compiling each module.
Eduardo Julian
13
-125
/
+353
2020-04-21
Now caching the reservations from the archive.
Eduardo Julian
14
-119
/
+393
2020-04-20
Added some testing machinery to measure the code coverage of tests.
Eduardo Julian
10
-253
/
+401
2020-04-20
Got JVM anonymous classes to compile again.
Eduardo Julian
6
-168
/
+224
2020-04-19
Fixed some compilation bugs.
Eduardo Julian
4
-109
/
+251
2020-04-19
Fixed artifact file-name generation and archive module naming in caching.
Eduardo Julian
15
-80
/
+160
2020-04-18
Generating module IDs in a similar way to artifact IDs.
Eduardo Julian
13
-67
/
+146
2020-04-18
Improved test for exceptions.
Eduardo Julian
5
-41
/
+128
2020-04-16
Generating definition names in a new way.
Eduardo Julian
14
-58
/
+93
2020-04-15
Test for concatenative programming.
Eduardo Julian
7
-92
/
+333
2020-04-15
Some tweaks to how dictionaries and rows work.
Eduardo Julian
12
-85
/
+107
2020-03-19
Test for predicates + adjustments to code-generation code.
Eduardo Julian
17
-83
/
+174
2020-03-19
Got the new compiler to build again.
Eduardo Julian
13
-352
/
+262
2020-03-18
Test for order + fixes for interval.
Eduardo Julian
6
-57
/
+89
2020-03-18
No passing the archive as a parameter to all phases.
Eduardo Julian
61
-1154
/
+1263
2020-03-05
Test for equivalence + adjustments to Lua-generation code.
Eduardo Julian
16
-324
/
+359
2020-03-05
Beginning to cache artifacts.
Eduardo Julian
7
-132
/
+183
2020-03-04
Test for enums + adjustments to Python-generation code.
Eduardo Julian
16
-328
/
+370
2020-03-04
Test for codec composition + adjustments to JS-generation code.
Eduardo Julian
17
-301
/
+360
2020-01-11
Re-located compiler's version.
Eduardo Julian
5
-13
/
+15
2020-01-11
Re-located code related to Lux's compilation across the different phases.
Eduardo Julian
140
-500
/
+573
2020-01-10
Re-located Lux's parser.
Eduardo Julian
4
-8
/
+14
2019-12-30
Re-located generation extensions for JVM.
Eduardo Julian
4
-47
/
+43
2019-12-30
Re-located generation infrastructure.
Eduardo Julian
15
-115
/
+114
2019-12-30
Re-organized code-evaluation machinery.
Eduardo Julian
5
-26
/
+23
2019-12-30
Re-organized macro-expansion machinery.
Eduardo Julian
8
-22
/
+23
2019-12-29
Committing to Promise as the base monad for the compiler.
Eduardo Julian
5
-159
/
+156
2019-12-29
FIX the names of function classes are now prefixed with their originating ↵
Eduardo Julian
3
-28
/
+45
module.
2019-12-28
Optimized pattern-matching against variants.
Eduardo Julian
1
-8
/
+2
2019-12-28
Implemented an alternative method for extensible JVM bytecode generation.
Eduardo Julian
4
-23
/
+346
2019-12-27
Falling back to using the old method of JVM generation while I properly ↵
Eduardo Julian
3
-12
/
+27
debug and optimize the new one.
2019-12-26
Bug fixes.
Eduardo Julian
7
-166
/
+145
2019-12-25
Optimized LuxRuntime::case and fixed a few bugs.
Eduardo Julian
4
-52
/
+66
[next]