summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* New function: group-map.Kaz Kylheku2022-03-021-2/+2
* hash: add tests for group-by, group-reduce.Kaz Kylheku2022-03-021-0/+16
* opip: pass through forms in the op family.Kaz Kylheku2022-02-241-0/+6
* New list-builder method: oust.Kaz Kylheku2022-02-231-0/+5
* New function: partition-if.Kaz Kylheku2022-02-231-0/+26
* find-max: convert to seq_info iteration.Kaz Kylheku2022-02-221-0/+13
* tests: test case for combining .tlo files.Kaz Kylheku2022-02-141-0/+27
* matcher: test case for `@{nil #/regex/}`.Kaz Kylheku2022-02-091-0/+2
* matcher: bug: quasiliteral allowing prefix matches.Kaz Kylheku2022-02-041-1/+4
* New function: copy-cptr.Kaz Kylheku2022-01-281-0/+5
* typecase: merge with etypecase, handle t differnetly.Kaz Kylheku2022-01-212-1/+19
* quasiquote: make new @,expr work in dot position.Kaz Kylheku2022-01-181-0/+12
* quasiquote: support @,expr hack.Kaz Kylheku2022-01-181-0/+30
* New function: match-fboundp.Kaz Kylheku2022-01-171-1/+6
* keyparams: fix broken.Kaz Kylheku2022-01-171-0/+38
* testing: cover compiled, non-inlined lambda.Kaz Kylheku2022-01-141-13/+28
* carray-replace: two overrun bugs.Kaz Kylheku2022-01-131-0/+16
* New macros: each-true, some-true, each-false, some-false.Kaz Kylheku2022-01-122-42/+41
* sum-each, mul-each: handle no vars case.Kaz Kylheku2022-01-112-0/+62
* json: add tests with multi-line literals.Kaz Kylheku2022-01-101-0/+10
* lazy-str-get-trailing-list: spurious empty string issue.Kaz Kylheku2022-01-042-1/+98
* freeform: bug: account for consumed prefix.Kaz Kylheku2022-01-042-0/+12
* ffi: allow enumed bitfield.Kaz Kylheku2022-01-021-0/+13
* match: allow bound variables with regex modifier.Kaz Kylheku2021-12-271-0/+6
* txr: do not ignore regex in positive match.Kaz Kylheku2021-12-271-0/+11
* txr: function span variable must match existing value.Kaz Kylheku2021-12-271-0/+13
* txr: allow variable to span vertical function.Kaz Kylheku2021-12-261-0/+15
* new feature: :mass-delegate struct clause macro.Kaz Kylheku2021-12-231-0/+33
* eval: fix optional parameter bug from 2014.Kaz Kylheku2021-12-231-0/+14
* new feature: defstruct clause macros.Kaz Kylheku2021-12-221-0/+15
* The pairlis function comes to TXR Lisp.Kaz Kylheku2021-12-221-0/+8
* New functions: subq, subql, subqual and subst.Kaz Kylheku2021-12-221-0/+50
* less: bug, vectors not supported.Kaz Kylheku2021-12-201-0/+21
* tree: new functions for priority queue operation.Kaz Kylheku2021-12-181-0/+30
* tree: bugfix wrong tree-count.Kaz Kylheku2021-12-181-0/+10
* tree: support for duplicate keys.Kaz Kylheku2021-12-171-0/+33
* tree-count: new function.Kaz Kylheku2021-12-171-2/+10
* define-accessor: fix broken arg handling.Kaz Kylheku2021-12-101-0/+12
* each-match macro family: missing anon block.Kaz Kylheku2021-12-081-0/+3
* case macros: bug in singleton key optimization.Kaz Kylheku2021-12-081-0/+32
* rot, nrot: new functions.Kaz Kylheku2021-12-071-0/+78
* tuples*: new function.Kaz Kylheku2021-12-041-0/+47
* tuples: add test cases.Kaz Kylheku2021-12-021-1/+48
* tuples: check length argument.Kaz Kylheku2021-12-021-0/+3
* hash: 64 bit string and buffer hashing and seeds.Kaz Kylheku2021-11-172-52/+51
* match: unquoted quasiliteral patterns don't work.Kaz Kylheku2021-10-261-0/+5
* syntax: add tests for #; syntax.Kaz Kylheku2021-10-231-0/+12
* load-time: new tests.Kaz Kylheku2021-10-221-0/+30
* path-equal: enable and fix failing tests.Kaz Kylheku2021-10-201-3/+2
* pic: support parenthesis negative notation.Kaz Kylheku2021-10-191-3/+19