summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | fix(core): add docstrings and improve testsAndrey Orst2020-10-303-4/+23
|/
* fix(doc): gitlab's rendering of Org mode isn't quite rightAndrey Orst2020-10-291-1/+1
* Merge branch 'ci-lua5.4' into 'master'Andrey Orst2020-10-292-15/+20
|\
| * feature(CI): Test library against Lua 5.4 on Ubuntu 20.10Andrey Orst2020-10-292-15/+20
|/
* fix: fix get-in function and testsAndrey Orst2020-10-292-13/+22
* feature(CI): test on both lua5.3 and lua5.4Andrey Orst2020-10-291-3/+13
* feature(doc): more function descriptionsAndrey Orst2020-10-291-18/+59
* feature: functions to access table valuesAndrey Orst2020-10-292-1/+39
* fix: remove coverage scriptAndrey Orst2020-10-281-33/+0
* feature(code): greatly improve code coverageAndrey Orst2020-10-283-27/+104
* fix(macros): make into branch at compile time for known table typesAndrey Orst2020-10-281-49/+80
* feature: add support for luacov-console coverage toolAndrey Orst2020-10-282-7/+15
* fix: typoAndrey Orst2020-10-281-1/+1
* fix(tests): add missing testsAndrey Orst2020-10-281-1/+34
* fix: dirty fix for coverage scriptAndrey Orst2020-10-282-3/+3
* feature(core): implement auto namespacing for fn* and create fn&Andrey Orst2020-10-275-114/+236
* fix(misc): fix indentation rulesAndrey Orst2020-10-261-1/+2
* feature(core): add assoc function & testAndrey Orst2020-10-262-3/+22
* fix: compensate empty lines in coverage scriptAndrey Orst2020-10-262-3/+16
* fix(doc): typoAndrey Orst2020-10-261-1/+1
* feature(testing): group tests, update coverage scriptAndrey Orst2020-10-264-328/+355
* feature: refactoringAndrey Orst2020-10-264-104/+190
* feature: add luacov targetAndrey Orst2020-10-261-7/+12
* feature: add simple script to check approx test coverageAndrey Orst2020-10-261-0/+14
* feature: refactoringAndrey Orst2020-10-255-160/+229
* feature(CI): add .gitlab-ci.ymlAndrey Orst2020-10-251-0/+11
* feature(core functions): Added more core functionsAndrey Orst2020-10-246-96/+266
* feature(maintenance): Added basic .gitignore and MakefileAndrey Orst2020-10-242-0/+25
* feature(documentation): Added Contributing guidelinesAndrey Orst2020-10-242-79/+160
* add predicates for checking maps and seqs; add COC, and update docAndrey Orst2020-10-244-32/+61
* gitlab doesn't like Org's linksAndrey Orst2020-10-241-2/+1
* more functionsAndrey Orst2020-10-243-33/+102
* remove naming convention that doesn't matter anymore because of seqAndrey Orst2020-10-241-37/+37
* guard table insertions with when-some to prevent nilsAndrey Orst2020-10-241-9/+17
* remove limitation of different length with nils in arglistAndrey Orst2020-10-243-5/+9
* ChangesAndrey Orst2020-10-237-225/+333
* changesAndrey Orst2020-10-223-24/+31
* implement into as a macroAndrey Orst2020-10-223-25/+69
* add more testsAndrey Orst2020-10-223-15/+91
* add more functions and docAndrey Orst2020-10-212-8/+145
* more indentation specsAndrey Orst2020-10-211-1/+5
* added more macros, and functions to the `core` modulesAndrey Orst2020-10-215-70/+306
* add some additional checks and docstrings for fn*Andrey Orst2020-10-211-50/+71
* replace reduce3 with arity callAndrey Orst2020-10-211-8/+5
* use fn* instead of fnAndrey Orst2020-10-211-79/+80
* implement Clojure's defnAndrey Orst2020-10-214-42/+128
* Add LICENSEAndrey Orst2020-10-201-0/+21
* initial commitAndrey Orst2020-10-203-0/+262