| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | matcher: new pattern operator @(end) | Kaz Kylheku | 2021-04-20 | 2 | -44/+53 |
* | compile-file: fix bad diagnostic. | Kaz Kylheku | 2021-04-20 | 1 | -1/+1 |
* | matcher: first pattern macro, sme. | Kaz Kylheku | 2021-04-19 | 2 | -1/+47 |
* | defmatch: pass form to mac-param-bind. | Kaz Kylheku | 2021-04-19 | 1 | -1/+1 |
* | compile/eval: print compiler error on *stderr*. | Kaz Kylheku | 2021-04-19 | 1 | -1/+4 |
* | new: remove superflous prefix from diagnostic. | Kaz Kylheku | 2021-04-19 | 1 | -2/+1 |
* | matcher: new @(scan) operator. | Kaz Kylheku | 2021-04-18 | 2 | -1/+23 |
* | matcher: allow user-defined patterns via defmatch | Kaz Kylheku | 2021-04-17 | 2 | -16/+36 |
* | compiler: bugfix: rest parameter in inline lambda | Kaz Kylheku | 2021-04-11 | 1 | -1/+4 |
* | compiler: bug: symbol not in ffuns in call forms. | Kaz Kylheku | 2021-04-10 | 1 | -6/+9 |
* | Version 256txr-256 | Kaz Kylheku | 2021-04-07 | 1 | -1/+1 |
* | doc: support doc function on android. | Kaz Kylheku | 2021-04-07 | 1 | -2/+2 |
* | awk: bugfix: string rs must not compile as regex. | Kaz Kylheku | 2021-04-07 | 1 | -5/+5 |
* | qref: bugfix: handle a.(b).?c correctly. | Kaz Kylheku | 2021-04-05 | 1 | -1/+1 |
* | struct: fix lack of hygiene in null-safe qref. | Kaz Kylheku | 2021-04-05 | 1 | -1/+3 |
* | compiler: remove optional param from lookup-var. | Kaz Kylheku | 2021-04-05 | 1 | -5/+3 |
* | awk: relax restriction on :name. | Kaz Kylheku | 2021-04-04 | 1 | -4/+0 |
* | lib: new function for documentation lookup. | Kaz Kylheku | 2021-04-03 | 2 | -0/+2076 |
* | compiler: incorrect self-check in spy framework. | Kaz Kylheku | 2021-03-30 | 1 | -2/+2 |
* | compiler: cache param-info objects. | Kaz Kylheku | 2021-03-27 | 2 | -13/+16 |
* | compiler: regressions in source loc propagation | Kaz Kylheku | 2021-03-27 | 1 | -25/+27 |
* | compile/eval: more standard formatting for diags. | Kaz Kylheku | 2021-03-27 | 2 | -6/+5 |
* | compiler: bugfix: bad expand-quasi-mods call. | Kaz Kylheku | 2021-03-27 | 1 | -1/+1 |
* | compiler: check number of arguments. | Kaz Kylheku | 2021-03-27 | 2 | -35/+81 |
* | compiler: fix: careless constant folding of call. | Kaz Kylheku | 2021-03-27 | 1 | -1/+4 |
* | Version 255txr-255 | Kaz Kylheku | 2021-03-26 | 1 | -1/+1 |
* | compiler: new jump skid optimization case. | Kaz Kylheku | 2021-03-25 | 1 | -0/+9 |
* | ffi: support float type as variadic argument. | Kaz Kylheku | 2021-03-22 | 1 | -6/+12 |
* | compiler: improve end-propagating optimization. | Kaz Kylheku | 2021-03-17 | 1 | -7/+13 |
* | compiler: use registers for function parameters. | Kaz Kylheku | 2021-03-17 | 1 | -67/+74 |
* | compiler: split variable spies into two types. | Kaz Kylheku | 2021-03-16 | 1 | -33/+44 |
* | compiler: trim unused accumulation from var-spy. | Kaz Kylheku | 2021-03-16 | 1 | -8/+2 |
* | compiler: eliminate unused list in optimizer. | Kaz Kylheku | 2021-03-16 | 1 | -12/+9 |
* | Version 254txr-254 | Kaz Kylheku | 2021-03-10 | 1 | -1/+1 |
* | compiler: eliminate unused global symbol accesses. | Kaz Kylheku | 2021-03-10 | 1 | -1/+1 |
* | compiler: use effect-free criterion for elimination. | Kaz Kylheku | 2021-03-10 | 2 | -1/+25 |
* | compiler: more const-foldable functions. | Kaz Kylheku | 2021-03-10 | 1 | -6/+7 |
* | compiler: eliminate unused closures. | Kaz Kylheku | 2021-03-10 | 1 | -1/+10 |
* | compiler: eliminate dead calls. | Kaz Kylheku | 2021-03-10 | 2 | -74/+98 |
* | lib: new functions join, join-with. | Kaz Kylheku | 2021-03-09 | 1 | -4/+4 |
* | compiler: optimization control. | Kaz Kylheku | 2021-03-08 | 2 | -107/+138 |
* | Version 253txr-253 | Kaz Kylheku | 2021-03-06 | 1 | -1/+1 |
* | compiler: streamline load-time hoisting of calls. | Kaz Kylheku | 2021-03-04 | 1 | -17/+23 |
* | compiler: bug: duplicate code in load-time lifting. | Kaz Kylheku | 2021-03-04 | 1 | -5/+22 |
* | compiler: frame depth bug in load-time. | Kaz Kylheku | 2021-03-04 | 1 | -6/+3 |
* | compiler: another late-peephole pattern. | Kaz Kylheku | 2021-03-03 | 1 | -0/+21 |
* | compiler: new late-peephole pass. | Kaz Kylheku | 2021-03-03 | 1 | -1/+16 |
* | compiler: lift uslot and umethod forms too. | Kaz Kylheku | 2021-03-03 | 1 | -1/+1 |
* | lib: remove unnecessary load-time forms. | Kaz Kylheku | 2021-03-03 | 2 | -10/+9 |
* | compiler: lift functional expressions to load-time. | Kaz Kylheku | 2021-03-03 | 1 | -0/+17 |