| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: small end/jend issue in late-peephole. | Kaz Kylheku | 2021-12-11 | 1 | -1/+1 |
* | compiler: tweak in basic block debug print. | Kaz Kylheku | 2021-12-11 | 1 | -1/+1 |
* | compiler: register-compacting optimization. | Kaz Kylheku | 2021-12-10 | 2 | -0/+63 |
* | define-accessor: fix broken arg handling. | Kaz Kylheku | 2021-12-10 | 2 | -1/+13 |
* | each-match macro family: missing anon block. | Kaz Kylheku | 2021-12-08 | 3 | -4/+22 |
* | case macros: bug in singleton key optimization. | Kaz Kylheku | 2021-12-08 | 2 | -1/+33 |
* | rot, nrot: new functions. | Kaz Kylheku | 2021-12-07 | 6 | -0/+239 |
* | ret, aret: take one argument, as documented. | Kaz Kylheku | 2021-12-07 | 2 | -6/+6 |
* | quips: gift shop exit theme. | Kaz Kylheku | 2021-12-06 | 1 | -0/+1 |
* | tuples*: new function. | Kaz Kylheku | 2021-12-04 | 6 | -0/+170 |
* | tuples: change to abstract iteration. | Kaz Kylheku | 2021-12-02 | 1 | -10/+16 |
* | tuples: add test cases. | Kaz Kylheku | 2021-12-02 | 1 | -1/+48 |
* | tuples: check length argument. | Kaz Kylheku | 2021-12-02 | 2 | -0/+7 |
* | compiler: new late-peephole case. | Kaz Kylheku | 2021-11-29 | 1 | -0/+11 |
* | compiler: revise no-longer-matching late peephole case. | Kaz Kylheku | 2021-11-29 | 1 | -14/+3 |
* | compiler: replace late-peephole pattern with real approach. | Kaz Kylheku | 2021-11-26 | 1 | -12/+8 |
* | quips: new ones about syntactic sugar. | Kaz Kylheku | 2021-11-26 | 1 | -0/+2 |
* | compiler: another late peephole pattern. | Kaz Kylheku | 2021-11-26 | 1 | -0/+12 |
* | buffers: use unbuffered I/O in convenience functions. | Kaz Kylheku | 2021-11-17 | 2 | -2/+8 |
* | hash: 64 bit string and buffer hashing and seeds. | Kaz Kylheku | 2021-11-17 | 4 | -60/+172 |
* | doc: fix misuses of << formatting code. | Kaz Kylheku | 2021-11-16 | 1 | -8/+8 |
* | Version 272.txr-272 | Kaz Kylheku | 2021-11-11 | 6 | -1105/+1183 |
* | compiler: late-peephole match for a wasteful register move. | Kaz Kylheku | 2021-11-10 | 1 | -0/+13 |
* | compiler: avoid eval of unsafe constantp in some situations. | Kaz Kylheku | 2021-11-09 | 1 | -6/+12 |
* | compiler: handle constant expressions that throw. | Kaz Kylheku | 2021-11-08 | 1 | -17/+76 |
* | hash: spurious space in printed representation. | Kaz Kylheku | 2021-11-08 | 1 | -6/+10 |
* | doc: mention :weak-or and :weak-and in syntax. | Kaz Kylheku | 2021-11-08 | 1 | -1/+1 |
* | doc: fix :weak-values typo. | Kaz Kylheku | 2021-11-08 | 1 | -4/+4 |
* | doc: gensym documentation. | Kaz Kylheku | 2021-11-03 | 1 | -15/+17 |
* | doc: spelling, doc-syms refresh. | Kaz Kylheku | 2021-11-03 | 2 | -4/+4 |
* | compiler: rephrase length check with tree-case. | Kaz Kylheku | 2021-11-02 | 1 | -7/+6 |
* | compiler: bug: invalid transformation of (- x y ...). | Kaz Kylheku | 2021-11-02 | 1 | -6/+2 |
* | compiler: remove excess call to reduce-constant. | Kaz Kylheku | 2021-11-02 | 1 | -11/+10 |
* | compiler: catch bugfix. | Kaz Kylheku | 2021-11-02 | 1 | -8/+7 |
* | compiler: don't lift top-level lambdas. | Kaz Kylheku | 2021-11-01 | 1 | -1/+5 |
* | compiler: compile-toplevel: bind *load-time* to t. | Kaz Kylheku | 2021-11-01 | 1 | -0/+1 |
* | less: symbolic arguments: fix crash and incorrectness. | Kaz Kylheku | 2021-11-01 | 1 | -4/+3 |
* | rel-path, path-equal: native Windows fixes. | Kaz Kylheku | 2021-11-01 | 1 | -19/+43 |
* | match: fix quasiliteral issue. | Kaz Kylheku | 2021-10-26 | 1 | -0/+1 |
* | match: unquoted quasiliteral patterns don't work. | Kaz Kylheku | 2021-10-26 | 2 | -0/+31 |
* | pic: use ifa to remove repeated array access. | Kaz Kylheku | 2021-10-26 | 1 | -2/+2 |
* | ifa: take advantage of read-once. | Kaz Kylheku | 2021-10-26 | 2 | -2/+8 |
* | places: new accessor read-once. | Kaz Kylheku | 2021-10-26 | 4 | -2/+184 |
* | repl: bugfix: half-baked source auto loading in completion. | Kaz Kylheku | 2021-10-25 | 1 | -5/+6 |
* | random: new function random-float-incl. | Kaz Kylheku | 2021-10-25 | 3 | -2/+70 |
* | ffi: implement in-semantics for carray, cptr. | Kaz Kylheku | 2021-10-24 | 3 | -10/+117 |
* | compiler: improvement in wasteful jmp elimination. | Kaz Kylheku | 2021-10-23 | 2 | -5/+31 |
* | compiler: also clear .next before re-linking graph. | Kaz Kylheku | 2021-10-23 | 1 | -0/+1 |
* | parser: bugfix: #; at front of list. | Kaz Kylheku | 2021-10-23 | 2 | -218/+222 |
* | syntax: add tests for #; syntax. | Kaz Kylheku | 2021-10-23 | 1 | -0/+12 |