index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Version 286.
txr-286
Kaz Kylheku
2023-05-07
1
-1
/
+1
*
defstruct: diagnostic improvement for boa args.
Kaz Kylheku
2023-05-05
1
-2
/
+2
*
compiler: multiple issues in macro-parameter forms.
Kaz Kylheku
2023-05-05
1
-24
/
+18
*
compiler: bugfix: wrong condition in late-peephole.
Kaz Kylheku
2023-05-04
1
-1
/
+1
*
compiler: liveness bug involving closures.
Kaz Kylheku
2023-05-04
1
-3
/
+17
*
sort: support stable sorting via ssort and snsort.
Kaz Kylheku
2023-05-02
1
-2
/
+4
*
hash: new function, hash-props.
Kaz Kylheku
2023-05-01
1
-0
/
+1
*
time: improved convenience in time functions.
Kaz Kylheku
2023-04-30
1
-0
/
+2
*
match: ^#S() and ^#H(()) patterns must work
Kaz Kylheku
2023-04-29
1
-1
/
+3
*
compiler: simplify live-info defined set semantics.
Kaz Kylheku
2023-04-18
1
-6
/
+4
*
compiler: bugfix: lingering funarg eval order issue.
Kaz Kylheku
2023-04-17
1
-3
/
+1
*
compiler: propagate t-reg rename into end insn.
Kaz Kylheku
2023-04-17
1
-1
/
+1
*
compiler: rewrite t-regs through defining instruction.
Kaz Kylheku
2023-04-17
1
-6
/
+24
*
compiler: move peephole pattern and remove condition.
Kaz Kylheku
2023-04-17
1
-15
/
+11
*
compiler: better handling for mutated locals in funargs.
Kaz Kylheku
2023-04-17
1
-20
/
+49
*
compiler: allow v reg source in t-reg optimization
Kaz Kylheku
2023-04-16
1
-13
/
+15
*
compiler: bugfix: wrong propagation into close insn.
Kaz Kylheku
2023-04-16
1
-1
/
+3
*
compiler: tighten cases in liveness calculation
Kaz Kylheku
2023-04-15
1
-8
/
+8
*
compiler: keep track of multiple defs in live-info.
Kaz Kylheku
2023-04-10
1
-17
/
+22
*
compiler: streamline live-info object creation.
Kaz Kylheku
2023-04-10
1
-9
/
+8
*
compiler: bug in liveness calculation over catch insn
Kaz Kylheku
2023-04-10
1
-1
/
+4
*
compiler: improve t-reg copy elimination.
Kaz Kylheku
2023-04-10
1
-7
/
+18
*
compiler: buggy t-reg move peephole case.
Kaz Kylheku
2023-04-10
1
-3
/
+1
*
build: rearrange code to fix circular dependency.
Kaz Kylheku
2023-04-09
1
-28
/
+28
*
compiler: small fix in optimizer.
Kaz Kylheku
2023-04-08
1
-2
/
+2
*
compiler: bugfix: eval order of variables.
Kaz Kylheku
2023-04-08
1
-2
/
+2
*
compiler: discard wrongheaded discards.
Kaz Kylheku
2023-04-08
1
-55
/
+41
*
compiler: iterate on level 4-5 optimizations.
Kaz Kylheku
2023-04-07
2
-9
/
+11
*
compiler: optimization improvements
Kaz Kylheku
2023-04-07
3
-73
/
+85
*
compiler: small local refactoring in optimizer.
Kaz Kylheku
2023-04-06
1
-8
/
+4
*
conda/condlet: fix broken scope.
Kaz Kylheku
2023-04-06
1
-8
/
+9
*
quips: new car/cdr humor.
Kaz Kylheku
2023-04-04
1
-0
/
+2
*
Version 285.
txr-285
Kaz Kylheku
2023-03-28
1
-1
/
+1
*
doc: compiler-opts typo.
Kaz Kylheku
2023-03-27
1
-1
/
+1
*
New function: arithp.
Kaz Kylheku
2023-03-26
1
-0
/
+1
*
compiler/doc: document compiler-opts and enable unused warning
Kaz Kylheku
2023-03-23
2
-2
/
+7
*
match: support @nil in predicates.
Kaz Kylheku
2023-03-23
1
-3
/
+9
*
lib: address remaining unused variable warnings.
Kaz Kylheku
2023-03-22
24
-123
/
+142
*
compiler: dohash: source location propagation
Kaz Kylheku
2023-03-22
1
-8
/
+10
*
compiler: forward source location for defun and defmacro
Kaz Kylheku
2023-03-22
1
-11
/
+15
*
asm: unused variables.
Kaz Kylheku
2023-03-21
1
-8
/
+37
*
lib: switch from use function to ignore function
Kaz Kylheku
2023-03-21
3
-20
/
+19
*
compiler: recognize ignore and use functions
Kaz Kylheku
2023-03-21
1
-2
/
+9
*
New function: ignore, synonym of nilf.
Kaz Kylheku
2023-03-21
2
-3
/
+4
*
copy-file: fix unused warnings.
Kaz Kylheku
2023-03-21
1
-13
/
+32
*
compiler: unused warnings in optimizer.
Kaz Kylheku
2023-03-21
1
-62
/
+62
*
compiler: bug: unmatchable pattern in optimizer.
Kaz Kylheku
2023-03-21
1
-1
/
+1
*
compiler: fix remaining unused variable warnings
Kaz Kylheku
2023-03-21
1
-66
/
+69
*
Allow t symbol in macro parameter lists.
Kaz Kylheku
2023-03-21
1
-19
/
+24
*
compiler: fix unused variable situations
Kaz Kylheku
2023-03-20
1
-34
/
+28
[prev]
[next]