summaryrefslogtreecommitdiff
path: root/module/language/tree-il/debug.scm
AgeCommit message (Expand)AuthorFilesLines
2025-01-22Fix a check in the Tree-IL verifierAndy Wingo1-2/+2
2023-06-19Use tree-il-srcv instead of tree-il-srcAndy Wingo1-7/+7
2019-08-18Add "mod" field to tree-il toplevel ref, set, defineAndy Wingo1-4/+10
2013-07-06<prompt> body and handler are lambdas; add escape-only? fieldAndy Wingo1-1/+3
2013-06-28Remove with-fluids; replaced by with-fluid* and inlined push-fluid primopsAndy Wingo1-12/+0
2013-06-27replace <dynset> with primcalls to fluid-set!Andy Wingo1-3/+0
2013-06-27replace <dynref> with primcalls to fluid-refAndy Wingo1-2/+0
2013-06-27dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-windAndy Wingo1-4/+0
2013-06-16<dynwind> no longer has "pre" or "post" fieldsAndy Wingo1-3/+1
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-3/+4
2013-03-09allow case-lambda expressions with no clausesAndy Wingo1-3/+4
2011-11-09inline dynwind guards for normal control flowAndy Wingo1-1/+3
2011-10-10Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+264
2011-10-07add tree-il verifierAndy Wingo1-0/+261