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
/
test
/
lux
/
data
/
collection
/
row.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-5
/
+5
2020-11-24
Better error messages when re-using a name when making a definition.
Eduardo Julian
1
-15
/
+15
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-12
/
+12
2020-10-25
Some improvements to the Lux syntax parser.
Eduardo Julian
1
-50
/
+156
2020-07-01
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
1
-1
/
+1
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-1
/
+1
2020-04-15
Some tweaks to how dictionaries and rows work.
Eduardo Julian
1
-8
/
+9
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-15
/
+15
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-13
/
+13
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+1
2019-03-29
Fixed more tests.
Eduardo Julian
1
-11
/
+15
2019-03-24
Ported tests for collection-related modules.
Eduardo Julian
1
-71
/
+65
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-19
/
+19
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-1
/
+1
2019-02-05
Integrated tests into normal source code.
Eduardo Julian
1
-0
/
+0
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-11
/
+12
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-6
/
+6
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-6
/
+6
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-6
/
+6
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-3
/
+2
2018-07-18
WIP: Fix new-luxc's JVM back-end.
Eduardo Julian
1
-0
/
+6
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-8
/
+11
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-2
/
+2
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
1
-4
/
+4
2018-07-03
- Re-named "sequence" to "row".
Eduardo Julian
1
-19
/
+19
2018-05-13
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
1
-7
/
+7
2018-05-02
- Re-named "Applicative" to "Apply".
Eduardo Julian
1
-2
/
+2
2018-05-02
- Moved the "wrap" function into Monad, and removed Applicative from Monad's ...
Eduardo Julian
1
-0
/
+1
2018-04-05
- Re-named "is" to "is?".
Eduardo Julian
1
-1
/
+1
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-26
/
+26
2017-11-28
- Re-named the "." function to "compose" and moved it to lux/function.
Eduardo Julian
1
-5
/
+3
2017-11-27
- Got rid of even more dots.
Eduardo Julian
1
-1
/
+1
2017-11-27
- Changed the prefixes of numeric functions.
Eduardo Julian
1
-14
/
+14
2017-10-20
- Replaced the "#seed" and "#times" options for "seed" and "times" test combi...
Eduardo Julian
1
-50
/
+52
2017-10-16
- Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.
Eduardo Julian
1
-18
/
+18
2017-10-16
- Re-named "Result" type back to "Error".
Eduardo Julian
1
-6
/
+6
2017-09-19
- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...
Eduardo Julian
1
-1
/
+1
2017-09-19
- Some refactoring.
Eduardo Julian
1
-3
/
+4
2017-07-22
- Removed the "M" suffix from monadic functions.
Eduardo Julian
1
-1
/
+1
2017-06-19
- In lux/test, renamed "test:" to "context:", and "assert" to "test".
Eduardo Julian
1
-39
/
+39
2017-04-05
- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...
Eduardo Julian
1
-3
/
+2
2017-04-03
- Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...
Eduardo Julian
1
-1
/
+0
2017-03-24
- Moved lux/random to lux/math/random.
Eduardo Julian
1
-1
/
+1
2017-01-26
- Changed the license from MPL 2.0 to MIT.
Eduardo Julian
1
-5
/
+0
2017-01-25
- Moved the lux/data/struct/* modules to lux/data/coll/*.
Eduardo Julian
1
-5
/
+5
2017-01-06
- Renamed lux/math/random to lux/random.
Eduardo Julian
1
-1
/
+1
2016-12-12
- Renamed "==" function to "is".
Eduardo Julian
1
-1
/
+1
2016-12-02
- Changed the names of math op functions to make them more consistent and sim...
Eduardo Julian
1
-14
/
+14
[next]