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.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parallel compilation for the new compiler(s).
Eduardo Julian
2020-05-16
1
-22
/
+34
*
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
2020-05-06
1
-7
/
+7
*
Fixed bugs while parsing modules' cached data.
Eduardo Julian
2020-05-05
1
-2
/
+2
*
Added some testing machinery to measure the code coverage of tests.
Eduardo Julian
2020-04-20
1
-18
/
+18
*
Tests for JVM bytecode machinery. [Part 5]
Eduardo Julian
2019-11-16
1
-1
/
+3
*
Added the ":let" macro to enable reuse of type fragments in larger types.
Eduardo Julian
2019-09-15
1
-4
/
+19
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
1
-119
/
+59
*
No more "i/"-prefixed functions.
Eduardo Julian
2019-07-25
1
-82
/
+23
*
No more "r/"-prefixed functions.
Eduardo Julian
2019-07-24
1
-135
/
+7
*
No more "f/"-prefixed functions.
Eduardo Julian
2019-07-24
1
-78
/
+3
*
Removed the (magical) "alias" annotations tag.
Eduardo Julian
2019-06-01
1
-29
/
+65
*
Applied several tweaks to make the code easier to process by the new compiler.
Eduardo Julian
2019-05-28
1
-9
/
+23
*
Removed the (magical) "export?" annotations tag.
Eduardo Julian
2019-05-24
1
-268
/
+256
*
Removed the (magical) "tags" annotations tag.
Eduardo Julian
2019-05-22
1
-400
/
+320
*
Removed the (magical) "imports" annotations tag.
Eduardo Julian
2019-05-22
1
-220
/
+251
*
Removed the useless #lux.type? annotation tag.
Eduardo Julian
2019-05-22
1
-142
/
+97
*
Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type...
Eduardo Julian
2019-05-02
1
-136
/
+125
*
Turned all "lux int ???" extensions to "lux i64 ???".
Eduardo Julian
2019-04-28
1
-22
/
+22
*
Turned all "lux frac ???" extensions to "lux f64 ???".
Eduardo Julian
2019-04-28
1
-9
/
+9
*
- Made the "open:" and "^open" macros not generate record-patterns, and thus ...
Eduardo Julian
2019-04-17
1
-42
/
+58
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
1
-3
/
+3
*
Forgot "lux text char".
Eduardo Julian
2019-04-04
1
-1
/
+1
*
Changed the order of the inputs to the common extensions.
Eduardo Julian
2019-04-04
1
-99
/
+95
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
1
-22
/
+22
*
Fixed more tests.
Eduardo Julian
2019-03-29
1
-3
/
+3
*
The Python compiler is alive.
Eduardo Julian
2019-03-27
1
-363
/
+363
*
Minor improvements.
Eduardo Julian
2019-03-17
1
-24
/
+18
*
Added proper aliasing support to the new compiler.
Eduardo Julian
2019-03-17
1
-6
/
+1
*
Got serial imports fully working.
Eduardo Julian
2019-03-16
1
-15
/
+16
*
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
2019-03-15
1
-365
/
+365
*
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
2019-03-14
1
-21
/
+40
*
Improved error-reporting after using "with-expansions" by retaining the cursors.
Eduardo Julian
2019-03-11
1
-7
/
+7
*
Small fixes and improvements.
Eduardo Julian
2019-03-02
1
-10
/
+10
*
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
2019-02-11
1
-5
/
+7
*
Migrated documentation tool's code into stdlib.
Eduardo Julian
2019-02-05
1
-7
/
+0
*
Fixed a bug in how the "_$" macro works.
Eduardo Julian
2019-02-04
1
-1
/
+8
*
Changed the naming style for structures.
Eduardo Julian
2019-02-04
1
-229
/
+199
*
Some refactoring around the identity function.
Eduardo Julian
2019-02-03
1
-6
/
+3
*
Improved syntax for domains/parallel-import-trees.
Eduardo Julian
2019-02-03
1
-15
/
+26
*
Relative imports can now alter the start of a path.
Eduardo Julian
2019-02-03
1
-35
/
+81
*
Some small refactoring.
Eduardo Julian
2019-02-02
1
-13
/
+22
*
Some refactoring.
Eduardo Julian
2018-12-04
1
-3
/
+3
*
Small additions to stdlib.
Eduardo Julian
2018-08-28
1
-1
/
+9
*
"lux text char" is now unsafe/optimized.
Eduardo Julian
2018-08-23
1
-17
/
+8
*
Optimized text clipping.
Eduardo Julian
2018-08-23
1
-18
/
+18
*
No more escaping of back-slash.
Eduardo Julian
2018-08-23
1
-1
/
+1
*
No more escaping of new-line.
Eduardo Julian
2018-08-23
1
-244
/
+252
*
No more escaping of double-quotes.
Eduardo Julian
2018-08-23
1
-61
/
+66
*
No more escaping of horizontal-tab.
Eduardo Julian
2018-08-22
1
-11
/
+1
*
No more multi-line text.
Eduardo Julian
2018-08-22
1
-386
/
+383
[next]