summaryrefslogtreecommitdiffstats
path: root/stdlib/compiler.tl
Commit message (Expand)AuthorAgeFilesLines
* 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