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-06-14
- Refactored generic compiler infrastructure.
Eduardo Julian
10
-148
/
+155
2018-06-14
- Refactored references.
Eduardo Julian
13
-135
/
+147
2018-06-14
- Minor refactorings.
Eduardo Julian
6
-30
/
+48
2018-06-14
- Migrated synthesis to stdlib.
Eduardo Julian
11
-323
/
+661
2018-05-26
- Added filter/partition functionality to refinement types.
Eduardo Julian
1
-1
/
+35
2018-05-26
- WIP: Migrated synthesis to stdlib.
Eduardo Julian
18
-62
/
+1162
2018-05-23
- Minor improvements.
Eduardo Julian
4
-54
/
+57
2018-05-23
- Minor improvements.
Eduardo Julian
2
-3
/
+14
2018-05-23
- Migrated special-form analysis to stdlib.
Eduardo Julian
10
-21
/
+2700
2018-05-20
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
61
-252
/
+252
2018-05-20
- Migrated pattern-matching analysis to stdlib.
Eduardo Julian
7
-52
/
+866
2018-05-16
- Migrated function analysis to stdlib.
Eduardo Julian
6
-8
/
+248
2018-05-16
- Migrated reference analysis to stdlib.
Eduardo Julian
5
-5
/
+291
2018-05-16
- Migrated structure analysis to stdlib.
Eduardo Julian
10
-41
/
+1453
2018-05-15
- Migrated primitive analysis to stdlib.
Eduardo Julian
6
-0
/
+424
2018-05-13
- Added dedicated unicode support for text.
Eduardo Julian
17
-169
/
+466
2018-05-13
- "lux/data/coll/bits" now uses I64 instead of Nat.
Eduardo Julian
1
-20
/
+24
2018-05-13
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
50
-53
/
+57
2018-05-13
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
83
-825
/
+805
2018-05-12
- Implemented Deg(ree) reciprocal & conversions Deg<->Frac.
Eduardo Julian
3
-23
/
+83
2018-05-10
- Some improvements and fixes for stdlib.
Eduardo Julian
7
-77
/
+50
2018-05-10
- Re-named "Compiler" type to "Lux".
Eduardo Julian
6
-24
/
+24
2018-05-09
- Improved tests for Eq(uality) and Blob.
Eduardo Julian
2
-79
/
+58
2018-05-08
- Improved random-generation of Frac numbers.
Eduardo Julian
1
-8
/
+1
2018-05-08
- Improved the way Bool values are parsed.
Eduardo Julian
2
-39
/
+33
2018-05-08
- Re-named "lux process concurrency-level" to "lux process parallelism-level".
Eduardo Julian
3
-21
/
+25
2018-05-08
- Improved the way "lux program" is analysed and compiled.
Eduardo Julian
1
-35
/
+38
2018-05-07
- Went back to the old way of loading classes...
Eduardo Julian
1
-3
/
+2
2018-05-07
- Implemented bit-count in pure Lux.
Eduardo Julian
2
-15
/
+29
2018-05-07
- Implemented Deg functionality in pure Lux.
Eduardo Julian
6
-137
/
+202
2018-05-06
- Implemented Nat functionality in pure Lux.
Eduardo Julian
4
-30
/
+171
2018-05-06
- When loading classes in "lux/host.jvm.lux" using "java.lang,Class::forName"...
Eduardo Julian
1
-1
/
+2
2018-05-06
- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...
Eduardo Julian
9
-69
/
+69
2018-05-06
- Removed "lux text upper" and "lux text lower" procedures.
Eduardo Julian
4
-62
/
+154
2018-05-06
- Fixed error message for "lux/macro/syntax.syntax:".
Eduardo Julian
1
-1
/
+1
2018-05-05
- Removed Void and Unit as kinds of types.
Eduardo Julian
51
-399
/
+309
2018-05-02
- List ranges can now be generated backwards.
Eduardo Julian
3
-18
/
+34
2018-05-02
- Changed the syntax for the parameters of "syntax:".
Eduardo Julian
29
-157
/
+194
2018-05-02
- Made the names of all exceptions lower-case.
Eduardo Julian
18
-95
/
+95
2018-05-02
- Added function for folding using monoids.
Eduardo Julian
1
-7
/
+14
2018-05-02
- Implemented Monoid for Duration.
Eduardo Julian
1
-0
/
+5
2018-05-02
- Re-named "Applicative" to "Apply".
Eduardo Julian
37
-113
/
+112
2018-05-02
- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...
Eduardo Julian
39
-275
/
+321
2018-05-01
- Re-organized "lux/data/coll/tree/*" modules.
Eduardo Julian
4
-35
/
+35
2018-05-01
- Re-organized priority-queue modules.
Eduardo Julian
3
-7
/
+7
2018-05-01
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Eduardo Julian
22
-22
/
+22
2018-05-01
- Re-organized dict modules.
Eduardo Julian
22
-40
/
+40
2018-05-01
- Re-organized set modules.
Eduardo Julian
17
-20
/
+20
2018-05-01
- Re-named lux/control/cont to lux/control/continuation.
Eduardo Julian
5
-14
/
+13
2018-05-01
Allow giving names to loops that can be used instead of "recur".
Eduardo Julian
1
-29
/
+46
[prev]
[next]