summaryrefslogtreecommitdiffstats
path: root/tests/012
Commit message (Expand)AuthorAgeFilesLines
* New macros opf and lopf.Kaz Kylheku2023-08-231-0/+4
* New function: csort-group.Kaz Kylheku2023-08-171-0/+10
* unuse-sym: fix in face of use-sym-as.Kaz Kylheku2023-08-101-0/+8
* New feature: local symbol renaming.Kaz Kylheku2023-08-101-0/+31
* new: left-inserting pipeline operators.Kaz Kylheku2023-08-081-0/+4
* opip: new special handling of (let ...).Kaz Kylheku2023-08-031-0/+6
* compiler: constant folding in optimizer.Kaz Kylheku2023-07-151-15/+15
* Callable integers become assignable places.Kaz Kylheku2023-06-301-0/+8
* New: callable integers and ranges.Kaz Kylheku2023-06-282-2/+25
* New cached sorting functions.Kaz Kylheku2023-06-281-2/+23
* equal: bug: broken equality substitution.Kaz Kylheku2023-06-281-0/+8
* New functions keep-keys-if, separate-keys.Kaz Kylheku2023-06-071-0/+15
* lib: fix issue uncovered by recent vm CALL insn change.Kaz Kylheku2023-05-241-2/+25
* sort: missing vector coverage in tests.Kaz Kylheku2023-05-031-4/+18
* sort: move tests into tests/012.Kaz Kylheku2023-05-021-0/+45
* printer: [] shouldn't print as [. nil].Kaz Kylheku2023-03-231-1/+7
* tests: squelch unused variable warnings.Kaz Kylheku2023-03-232-2/+3
* lib: address remaining unused variable warnings.Kaz Kylheku2023-03-221-6/+6
* read-once: support globals properly.Kaz Kylheku2022-11-101-9/+13
* New feature: struct preludes.Kaz Kylheku2022-11-032-0/+18
* defstruct: new :inherit clause.Kaz Kylheku2022-10-171-0/+15
* structs: optional init-exprs now useful in :delegateKaz Kylheku2022-10-111-2/+10
* Syntax: allow separator commas in numeric tokens.Kaz Kylheku2022-10-051-0/+27
* define-struct-clause: add tests.Kaz Kylheku2022-10-051-0/+65
* oop: allow multiple :init, :fini, etc.Kaz Kylheku2022-10-042-0/+28
* New :postfini feature in defstruct.Kaz Kylheku2022-09-272-1/+43
* seq-iter: bugfix: floating-point ranges.Kaz Kylheku2022-09-151-0/+23
* compiler: bug: scoping of lambda optionals.Kaz Kylheku2022-09-151-0/+5
* compiler: test for recent bugfix.Kaz Kylheku2022-09-141-0/+2
* syntax: read and print [. x] and [. @x].Kaz Kylheku2022-09-081-0/+7
* New function: search-allKaz Kylheku2022-08-171-0/+15
* search/rsearch: some test cases.Kaz Kylheku2022-08-171-0/+36
* New function: count.Kaz Kylheku2022-07-181-0/+10
* buf: compression tests.Kaz Kylheku2022-05-301-0/+18
* utf8: bugfix: trailing char fragment ignored.Kaz Kylheku2022-05-201-0/+6
* 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
* typecase: merge with etypecase, handle t differnetly.Kaz Kylheku2022-01-212-1/+19
* testing: cover compiled, non-inlined lambda.Kaz Kylheku2022-01-141-13/+28
* 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
* define-accessor: fix broken arg handling.Kaz Kylheku2021-12-101-0/+12
* case macros: bug in singleton key optimization.Kaz Kylheku2021-12-081-0/+32
* rot, nrot: new functions.Kaz Kylheku2021-12-071-0/+78