summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: update CI coverage settingsAndrey Listopadov2022-05-201-1/+3
* fix: avoid creating message, and erroring on non concatenated typesAndrey Listopadov2022-05-191-2/+2
* Merge branch 'relative-require-shenanigans' into 'master'Andrey Listopadov2022-03-271-1/+4
|\
| * fix #4: make relative require work when setting fennel.macro-pathAndrey Listopadov2022-03-271-1/+4
* | Merge branch 'loop-tails' into 'master'Andrey Listopadov2022-03-271-0/+47
|\ \ | |/ |/|
| * Add tail-call checking to loop macroArchenoth2021-07-261-0/+47
* | fix: update import-macros example in readmeAndrey Listopadov2021-10-171-1/+1
* | fix(CI): bump fennel in ciAndrey Listopadov2021-10-171-3/+2
* | fix: tweak applyAndrey Listopadov2021-10-171-5/+6
* | fix: bump fennel-test to v0.0.3Andrey Listopadov2021-10-176-39/+108
* | fix: update linguist language detectionAndrey Listopadov2021-08-221-2/+3
|/
* fix: don't generate mulitarity arglist doc for single-arity functionsAndrey Listopadov2021-07-235-73/+89
* release: v0.5.4Andrey Listopadov2021-07-228-93/+71
* fix: style changes, and documentation fixesAndrey Listopadov2021-07-177-124/+196
* Merge branch 'loop-macro' into 'master'Andrey Listopadov2021-07-133-2/+95
|\
| * feat(macros): Added Clojure-like loop macroArchenoth2021-07-133-2/+95
|/
* Merge branch 'new-library-loading-system' into 'master'Andrey Listopadov2021-06-237-9/+9
|\
| * refactor library to use new init-macros.fnl featureAndrey Listopadov2021-06-237-9/+9
|/
* deps: bump fennel-test to v0.0.2Andrey Listopadov2021-05-231-0/+0
* Merge branch 'try-multi-value-return' into 'master'Andrey Listopadov2021-05-106-67/+74
|\
| * Try multi value returnAndrey Listopadov2021-05-106-67/+74
|/
* fix: downgrade fennel to 0.8.1Andrey Listopadov2021-04-242-4/+7
* fix: bump fenneldoc versionAndrey Listopadov2021-04-241-5/+10
* fix: bump fennel version in testsAndrey Listopadov2021-04-241-3/+5
* fix: use recursive submodules in CIAndrey Listopadov2021-04-241-1/+4
* fix: move test library to separate projectAndrey Listopadov2021-04-2415-255/+31
* fix: more portable conjAndrey Listopadov2021-03-161-1/+1
* fix: update test suite eq function builderAndrey Listopadov2021-03-153-40/+37
* fix: avoid passing gsub's extra return values to symAndrey Listopadov2021-03-141-4/+4
* fix: exclude .cache dir from luacovAndrey Listopadov2021-03-141-1/+1
* fix: try caching installationsAndrey Listopadov2021-03-141-9/+28
* fix: allow `reduced` to return nil and false valuesAndrey Listopadov2021-03-132-11/+17
* fix: don't expose internal function builder as a macroAndrey Listopadov2021-03-111-1/+0
* fix: update macros comparison function builderAndrey Listopadov2021-03-114-39/+39
* feat: add partition take and nthrest functionsAndrey Listopadov2021-02-227-8/+187
* feat: add CHANGELOG.mdAndrey Listopadov2021-02-211-0/+38
* fix: lua language better communicates project natureAndrey Listopadov2021-02-201-2/+2
* fix: remove badges from readmeAndrey Listopadov2021-02-202-5/+2
* fix: release 0.5.1Andrey Listopadov2021-02-198-645/+677
* fix: add doc for set? functionAndrey Listopadov2021-02-183-4/+3
* fix: fix some links in docsAndrey Listopadov2021-02-176-250/+251
* fix(doc): use automatic link resolution in docsAndrey Listopadov2021-02-177-49/+49
* feat: ignore some arg patterns in dottestsAndrey Listopadov2021-02-161-1/+2
* fix(core): check if nil is used as table keyAndrey Listopadov2021-02-162-1/+4
* fix(tests): fix test macros to correctly report errorsAndrey Listopadov2021-02-162-14/+33
* fix: update seq-fn semanticsAndrey Orst2021-02-161-4/+11
* Merge branch 'improved-sets' into 'master'Andrey Listopadov2021-02-156-41/+44
|\
| * improve set iteration performanceAndrey Listopadov2021-02-156-41/+44
|/
* fix(macros): correct fn* method definition behaviorAndrey Listopadov2021-02-153-19/+39
* fix: test library first, then test docsAndrey Listopadov2021-02-151-1/+1