summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: incorrect synopsis of push.Kaz Kylheku2021-03-301-4/+5
* compiler: incorrect self-check in spy framework.Kaz Kylheku2021-03-301-2/+2
* doc: copy and paste of :wrap under window-mapKaz Kylheku2021-03-301-1/+1
* doc: fix under stream indentationKaz Kylheku2021-03-301-1/+1
* doc: numerous grammar fixes.Paul A. Patience2021-03-281-21/+25
* expander: fun: misleading diagnostic.Kaz Kylheku2021-03-281-1/+1
* doc: fix space before period.Kaz Kylheku2021-03-281-2/+2
* compiler: cache param-info objects.Kaz Kylheku2021-03-272-13/+16
* compiler: regressions in source loc propagationKaz Kylheku2021-03-271-25/+27
* compile/eval: more standard formatting for diags.Kaz Kylheku2021-03-275-13/+13
* compiler: bugfix: bad expand-quasi-mods call.Kaz Kylheku2021-03-271-1/+1
* compiler: check number of arguments.Kaz Kylheku2021-03-272-35/+81
* compiler: fix: careless constant folding of call.Kaz Kylheku2021-03-271-1/+4
* Version 255txr-255Kaz Kylheku2021-03-266-971/+1010
* doc: improve wording under copy-hash.Kaz Kylheku2021-03-261-5/+6
* lib: remove unnecessary braces in funcall FVM cases.Kaz Kylheku2021-03-251-25/+15
* compiler: new jump skid optimization case.Kaz Kylheku2021-03-251-0/+9
* vm: allow signals during vm execution.Kaz Kylheku2021-03-251-1/+6
* METALICENSE: fix typo.Kaz Kylheku2021-03-241-1/+1
* MacOS: adjust socket-basic test for dgram size.Kaz Kylheku2021-03-241-4/+7
* M1: Fix sed issue.Kaz Kylheku2021-03-241-1/+5
* M1: disable -nopie.Kaz Kylheku2021-03-241-4/+2
* build: port to Apple M1.Kaz Kylheku2021-03-232-2/+15
* build: use yacc pattern rule with "y" as stem.Kaz Kylheku2021-03-221-9/+1
* ffi: support float type as variadic argument.Kaz Kylheku2021-03-222-8/+69
* ffi: fix missing support for misaligned ushort.Kaz Kylheku2021-03-221-0/+2
* ffi: ffi_uchar_put: statement after declaration.Kaz Kylheku2021-03-221-1/+1
* compiler: improve end-propagating optimization.Kaz Kylheku2021-03-171-7/+13
* compiler: use registers for function parameters.Kaz Kylheku2021-03-171-67/+74
* poll: iterate sequences efficiently.Kaz Kylheku2021-03-162-7/+11
* compiler: split variable spies into two types.Kaz Kylheku2021-03-161-33/+44
* tests: fix retest logic for parallel operation.Kaz Kylheku2021-03-161-7/+5
* compiler: trim unused accumulation from var-spy.Kaz Kylheku2021-03-161-8/+2
* compiler: eliminate unused list in optimizer.Kaz Kylheku2021-03-161-12/+9
* doc: improve predicate pattern description.Kaz Kylheku2021-03-151-5/+10
* doc: pattern matching: revise, take out of beta.Kaz Kylheku2021-03-151-67/+140
* doc: formally document meta-syntax.Kaz Kylheku2021-03-151-7/+84
* cat-str: seq_iter conversion,Kaz Kylheku2021-03-142-13/+30
* lib: fix neglect to use self variable.Kaz Kylheku2021-03-145-31/+33
* doc: rewrite macro intro.Kaz Kylheku2021-03-121-20/+31
* doc: mistaken reference to command-getKaz Kylheku2021-03-121-1/+1
* lib: fix hard-coded cat-str in diagnostic.Kaz Kylheku2021-03-121-2/+2
* Version 254txr-254Kaz Kylheku2021-03-106-1231/+1262
* compiler: eliminate unused global symbol accesses.Kaz Kylheku2021-03-101-1/+1
* compiler: use effect-free criterion for elimination.Kaz Kylheku2021-03-102-1/+25
* compiler: more const-foldable functions.Kaz Kylheku2021-03-101-6/+7
* compiler: eliminate unused closures.Kaz Kylheku2021-03-101-1/+10
* compiler: eliminate dead calls.Kaz Kylheku2021-03-102-74/+98
* sort: bugfix: broken for vectors/strings.Kaz Kylheku2021-03-101-1/+2
* lib: new functions join, join-with.Kaz Kylheku2021-03-095-17/+85