summaryrefslogtreecommitdiffstats
path: root/stdlib/compiler.tl
Commit message (Expand)AuthorAgeFilesLines
* compile-file: distinguish nonexistence errors.Kaz Kylheku2022-07-211-8/+10
* compile-file: revise hash bang treatment.Kaz Kylheku2022-07-211-5/+11
* compiler: try unsuffixed path before adding .tlKaz Kylheku2022-07-211-2/+2
* compiler: package-manipulating top-level forms bug.Kaz Kylheku2022-03-311-1/+2
* New function: isecp.Kaz Kylheku2022-03-301-2/+2
* stdlib: missing blank line after copyright header.Kaz Kylheku2022-01-301-0/+1
* compiler: optimize some typep expressions.Kaz Kylheku2022-01-211-0/+12
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* compiler: fix broken (compile '(lambda ...)).Kaz Kylheku2021-12-141-15/+17
* compiler: register-compacting optimization.Kaz Kylheku2021-12-101-0/+1
* compiler: avoid eval of unsafe constantp in some situations.Kaz Kylheku2021-11-091-6/+12
* compiler: handle constant expressions that throw.Kaz Kylheku2021-11-081-17/+76
* compiler: rephrase length check with tree-case.Kaz Kylheku2021-11-021-7/+6
* compiler: bug: invalid transformation of (- x y ...).Kaz Kylheku2021-11-021-6/+2
* compiler: remove excess call to reduce-constant.Kaz Kylheku2021-11-021-11/+10
* compiler: catch bugfix.Kaz Kylheku2021-11-021-8/+7
* compiler: don't lift top-level lambdas.Kaz Kylheku2021-11-011-1/+5
* compiler: compile-toplevel: bind *load-time* to t.Kaz Kylheku2021-11-011-0/+1
* compiler: improvement in wasteful jmp elimination.Kaz Kylheku2021-10-231-1/+2
* compiler: fix failing load-time tests.Kaz Kylheku2021-10-221-2/+1
* compiler: reduce single-arg logior and logand.Paul A. Patience2021-09-141-1/+1
* compiler: fix random perturbance in reg allocation.Kaz Kylheku2021-09-141-2/+2
* compiler: fix output path of compiled files.Paul A. Patience2021-09-011-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-13/+13
* compiler: disallow trailing slashes in path.Kaz Kylheku2021-07-101-1/+3
* compiler: remove case of ad-hoc path catenation.Kaz Kylheku2021-07-091-2/+1
* compiler: use short-suffix.Paul A. Patience2021-07-091-15/+10
* compiler: inline lambda: fix : from apply-list caseKaz Kylheku2021-07-031-1/+2
* compiler: inline lambda: broken : args to optionals.Kaz Kylheku2021-07-031-5/+19
* compiler: inline lambda: not creating rest param.Kaz Kylheku2021-07-031-1/+1
* compiler: inline lambda: another apply-list diagnosis bug.Kaz Kylheku2021-06-301-2/+8
* compiler: bug: diagnose excess args from apply list.Kaz Kylheku2021-06-291-5/+8
* constantp: fully expand; recognize functions.Kaz Kylheku2021-06-281-37/+1
* file layout: moving share/txr/stdlib to stdlib.Kaz Kylheku2021-06-241-0/+2394