summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
...
* compiler: bug: const-folded (call ...) not quoted.Kaz Kylheku2021-04-211-1/+1
* matcher: defmatch: useful :env parameter.Kaz Kylheku2021-04-211-5/+9
* compile/eval: new operator, mac-env-param-bind.Kaz Kylheku2021-04-212-2/+15
* quips: two entries in Japanese.Kaz Kylheku2021-04-201-0/+2
* matcher: new pattern operator @(end)Kaz Kylheku2021-04-202-44/+53
* compile-file: fix bad diagnostic.Kaz Kylheku2021-04-201-1/+1
* matcher: first pattern macro, sme.Kaz Kylheku2021-04-192-1/+47
* defmatch: pass form to mac-param-bind.Kaz Kylheku2021-04-191-1/+1
* compile/eval: print compiler error on *stderr*.Kaz Kylheku2021-04-191-1/+4
* new: remove superflous prefix from diagnostic.Kaz Kylheku2021-04-191-2/+1
* matcher: new @(scan) operator.Kaz Kylheku2021-04-182-1/+23
* matcher: allow user-defined patterns via defmatchKaz Kylheku2021-04-172-16/+36
* compiler: bugfix: rest parameter in inline lambdaKaz Kylheku2021-04-111-1/+4
* compiler: bug: symbol not in ffuns in call forms.Kaz Kylheku2021-04-101-6/+9
* Version 256txr-256Kaz Kylheku2021-04-071-1/+1
* doc: support doc function on android.Kaz Kylheku2021-04-071-2/+2
* awk: bugfix: string rs must not compile as regex.Kaz Kylheku2021-04-071-5/+5
* qref: bugfix: handle a.(b).?c correctly.Kaz Kylheku2021-04-051-1/+1
* struct: fix lack of hygiene in null-safe qref.Kaz Kylheku2021-04-051-1/+3
* compiler: remove optional param from lookup-var.Kaz Kylheku2021-04-051-5/+3
* awk: relax restriction on :name.Kaz Kylheku2021-04-041-4/+0
* lib: new function for documentation lookup.Kaz Kylheku2021-04-032-0/+2076
* compiler: incorrect self-check in spy framework.Kaz Kylheku2021-03-301-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-272-6/+5
* 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-261-1/+1
* compiler: new jump skid optimization case.Kaz Kylheku2021-03-251-0/+9
* ffi: support float type as variadic argument.Kaz Kylheku2021-03-221-6/+12
* compiler: improve end-propagating optimization.Kaz Kylheku2021-03-171-7/+13
* compiler: use registers for function parameters.Kaz Kylheku2021-03-171-67/+74
* compiler: split variable spies into two types.Kaz Kylheku2021-03-161-33/+44
* 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
* Version 254txr-254Kaz Kylheku2021-03-101-1/+1
* 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
* lib: new functions join, join-with.Kaz Kylheku2021-03-091-4/+4
* compiler: optimization control.Kaz Kylheku2021-03-082-107/+138
* Version 253txr-253Kaz Kylheku2021-03-061-1/+1
* compiler: streamline load-time hoisting of calls.Kaz Kylheku2021-03-041-17/+23
* compiler: bug: duplicate code in load-time lifting.Kaz Kylheku2021-03-041-5/+22
* compiler: frame depth bug in load-time.Kaz Kylheku2021-03-041-6/+3
* compiler: another late-peephole pattern.Kaz Kylheku2021-03-031-0/+21