summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* conda/condlet: fix broken scope.Kaz Kylheku2023-04-061-8/+9
* quips: new car/cdr humor.Kaz Kylheku2023-04-041-0/+2
* Version 285.txr-285Kaz Kylheku2023-03-281-1/+1
* doc: compiler-opts typo.Kaz Kylheku2023-03-271-1/+1
* New function: arithp.Kaz Kylheku2023-03-261-0/+1
* compiler/doc: document compiler-opts and enable unused warningKaz Kylheku2023-03-232-2/+7
* match: support @nil in predicates.Kaz Kylheku2023-03-231-3/+9
* lib: address remaining unused variable warnings.Kaz Kylheku2023-03-2224-123/+142
* compiler: dohash: source location propagationKaz Kylheku2023-03-221-8/+10
* compiler: forward source location for defun and defmacroKaz Kylheku2023-03-221-11/+15
* asm: unused variables.Kaz Kylheku2023-03-211-8/+37
* lib: switch from use function to ignore functionKaz Kylheku2023-03-213-20/+19
* compiler: recognize ignore and use functionsKaz Kylheku2023-03-211-2/+9
* New function: ignore, synonym of nilf.Kaz Kylheku2023-03-212-3/+4
* copy-file: fix unused warnings.Kaz Kylheku2023-03-211-13/+32
* compiler: unused warnings in optimizer.Kaz Kylheku2023-03-211-62/+62
* compiler: bug: unmatchable pattern in optimizer.Kaz Kylheku2023-03-211-1/+1
* compiler: fix remaining unused variable warningsKaz Kylheku2023-03-211-66/+69
* Allow t symbol in macro parameter lists.Kaz Kylheku2023-03-211-19/+24
* compiler: fix unused variable situationsKaz Kylheku2023-03-201-34/+28
* compiler: recognize t as synonym for :warn.Kaz Kylheku2023-03-201-1/+1
* compiler: source-loc propagation in tree-bind, lambdaKaz Kylheku2023-03-202-89/+95
* compiler: recognize use function as constant-foldableKaz Kylheku2023-03-201-1/+1
* compiler: implement unused warningKaz Kylheku2023-03-201-7/+19
* compiler: compiler options mechanism.Kaz Kylheku2023-03-201-3/+60
* New audio-related quip.Kaz Kylheku2023-02-211-0/+1
* quips: new one about floating-point.Kaz Kylheku2023-02-081-0/+1
* doc: * function not mentioned in heading.Kaz Kylheku2023-01-021-74/+74
* Copyright year bump 2023.Kaz Kylheku2023-01-0144-44/+44
* Version 284.txr-284Kaz Kylheku2022-12-301-1/+1
* awk: new feature, res variable.Kaz Kylheku2022-12-302-2/+5
* doc: fix nonexistent macro name.Kaz Kylheku2022-12-301-1/+1
* quips: new one.Kaz Kylheku2022-12-101-0/+1
* compiler: runaway recursion in constant folding call.Kaz Kylheku2022-11-261-1/+4
* compiler: bug: some functions mustn't be constant-foldedKaz Kylheku2022-11-251-5/+5
* read-once: support globals properly.Kaz Kylheku2022-11-101-2/+3
* New feature: struct preludes.Kaz Kylheku2022-11-032-2/+21
* compiler: optimizations in catch.Kaz Kylheku2022-10-271-46/+63
* defstruct: new :inherit clause.Kaz Kylheku2022-10-171-5/+14
* Version 283.txr-283Kaz Kylheku2022-10-161-1/+1
* New function: macroexpand-struct-clause.Kaz Kylheku2022-10-132-0/+6
* New function: macroexpand-match.Kaz Kylheku2022-10-132-0/+6
* New function: macroexpand-place.Kaz Kylheku2022-10-132-6/+15
* New function: macroexpand-params.Kaz Kylheku2022-10-132-0/+8
* structs: optional init-exprs now useful in :delegateKaz Kylheku2022-10-111-3/+13
* json: support standard-style formatting.Kaz Kylheku2022-10-111-0/+1
* streams: new function inc-indent-abs.Kaz Kylheku2022-10-111-3/+4
* New quip: future-proof.Kaz Kylheku2022-10-101-0/+1
* defstruct: consolidate finalizers into one lambda.Kaz Kylheku2022-10-051-6/+12
* defstruct: refactor elimination of empty :init/:fini.Kaz Kylheku2022-10-051-18/+18