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
2020-08-08
Fixed the last set of bugs involved in JS compilation.
Eduardo Julian
2
-30
/
+35
2020-08-07
Some fixes.
Eduardo Julian
13
-136
/
+238
2020-07-24
Can get the JS(JS) compiler to compile.
Eduardo Julian
27
-179
/
+262
2020-07-16
Can get the JS compiler to compile its own source-code.
Eduardo Julian
6
-69
/
+93
2020-07-14
Mo' fixes, less problems.
Eduardo Julian
14
-101
/
+264
2020-07-11
Got the JS compiler to compile fully.
Eduardo Julian
8
-170
/
+144
2020-07-10
Fixes and improvements to JavaScript compilation.
Eduardo Julian
15
-211
/
+329
2020-07-07
Various bug fixes for JS compilation.
Eduardo Julian
5
-203
/
+228
2020-07-05
Got the JS compiler code to build again.
Eduardo Julian
12
-575
/
+647
2020-07-02
Now using the new syntax for variants (even though they still work the old wa...
Eduardo Julian
22
-355
/
+402
2020-07-01
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
74
-348
/
+452
2020-07-01
WIP: Leiningen integration with the new JVM compiler.
Eduardo Julian
4
-12
/
+15
2020-06-29
Added the missing cache invalidation to the new compiler.
Eduardo Julian
7
-55
/
+157
2020-06-28
The "for" macro can now work directly with definitions. No text literals nece...
Eduardo Julian
23
-1347
/
+1386
2020-06-28
Re-added & u[dated packaging machinery.
Eduardo Julian
13
-383
/
+391
2020-06-24
Last bug fixes to get the new JVM compiler to fully process the standard libr...
Eduardo Julian
12
-519
/
+673
2020-06-23
Bug fixes.
Eduardo Julian
10
-373
/
+638
2020-06-19
Optimizing tests for bit/i64/f64/text literals during pattern-matching.
Eduardo Julian
7
-86
/
+219
2020-06-12
Optimizing-away unnecessary variable declarations/bindings.
Eduardo Julian
7
-22
/
+936
2020-06-11
Updated test for function optimization.
Eduardo Julian
12
-232
/
+696
2020-06-09
Basic pattern-matching optimizations.
Eduardo Julian
5
-98
/
+437
2020-06-03
Now applying the loop optimization to all functions.
Eduardo Julian
6
-146
/
+182
2020-06-03
Properly implemented and enabled loop optimization.
Eduardo Julian
11
-326
/
+971
2020-06-01
Implemented an optimization for getting fields/slots from records in the new ...
Eduardo Julian
27
-284
/
+774
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 na...
Eduardo Julian
24
-143
/
+348
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
[prev]
[next]