summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-13remove uses of define-inlinablewip-elisp-rebasedRobin Templeton1-3/+3
2021-10-19elisp: boot: Replace removed FRAME-PROCEDURE with FRAME-PROCEDURE-NAME.Ricardo Wurmus1-8/+2
2021-10-19loader: Handle interned constants as well as plain bytevectors.Ricardo Wurmus1-6/+15
2021-10-19temporarily disable elisp exception testsRobin Templeton1-3/+3
2021-10-19ignore 'expect-fail' forms in elisp testsRobin Templeton1-1/+3
2021-10-19update cross-compilation testRobin Templeton1-2/+2
2021-10-19use standard evaluatorRobin Templeton2-3/+1
2021-10-19guile-backtrace functionRobin Templeton1-2/+5
2021-10-19use guile eval for elisp tree-ilRobin Templeton3-9/+6
2021-10-19deprecated eval-when situationsRobin Templeton1-3/+6
2021-10-19execute top level require formsRobin Templeton1-0/+4
2021-10-19top level fixesRobin Templeton1-2/+2
2021-10-19only evaluate top-level macro definitionsRobin Templeton1-3/+4
2021-10-19degenerate let formsRobin Templeton1-6/+8
2021-10-19eval-whenRobin Templeton1-4/+41
2021-10-19fset macroRobin Templeton1-0/+12
2021-10-19use defsubstRobin Templeton1-5/+13
2021-10-19defsubstRobin Templeton1-0/+13
2021-10-19compiler macrosRobin Templeton2-0/+24
2021-10-19defconst, defvar: proclaim special at compile-timeRobin Templeton1-0/+3
2021-10-19elisp @@ macroRobin Templeton1-0/+3
2021-10-19compile-elisp fnRobin Templeton1-0/+5
2021-10-19fix symbol-functionRobin Templeton1-4/+4
2021-10-19restore special operator handlingRobin Templeton3-44/+7
2021-10-19define-module for elisp special modulesRobin Templeton1-3/+3
2021-10-19constant-interning fixRobin Templeton1-1/+2
2021-10-19defvar affects default valueRobin Templeton1-2/+5
2021-10-19symbol default value proceduresRobin Templeton1-1/+13
2021-10-19read nil/t as #nil/#tRobin Templeton1-12/+18
2021-10-19elisp updatesRobin Templeton6-277/+583
2021-10-19guile-snarf fixRobin Templeton1-1/+2
2021-10-19allow arbitrary constants in cpsRobin Templeton1-1/+1
2021-10-19guile-private-refRobin Templeton2-0/+8
2021-10-19multiple obarraysRobin Templeton2-16/+87
2021-10-19check symbols constants uninternedRobin Templeton1-1/+1
2021-10-19intern arbitrary constantsRobin Templeton4-15/+46
2021-10-07Remove CFLAGS from snarfcppopts.Robin Templeton1-1/+1
2021-10-03Add primitive alias analysis to CSEAndy Wingo2-5/+72
2021-10-03Use more logtest in cse.scmAndy Wingo1-3/+3
2021-10-01Allow primcalls with multiple defsAndy Wingo1-1/+1
2021-10-01Add ,optimize-cps REPL meta-commandAndy Wingo2-10/+23
2021-10-01Add CPS pretty-printerAndy Wingo2-0/+318
2021-10-01Allow unchecked functions to have unboxed argumentsAndy Wingo2-6/+18
2021-10-01Move live variable computation routines to utils and graphs.Andy Wingo3-248/+225
2021-10-01Add frame-local-ref / frame-local-set! support for type 'ptrAndy Wingo1-2/+9
2021-09-30Hotfix to unify (x ...) patterns in matchAndy Wingo3-17/+81
2021-09-20Baseline compiler no longer swaps rsh/lsh when transforming ash calls.Ludovic Courtès2-4/+13
2021-09-20Fix 'ash' primcall match clause in baseline compiler.Ludovic Courtès1-3/+3
2021-09-20doc: Fix wrong @uref argument order.Ludovic Courtès1-2/+2
2021-09-20srfi-1: 'find-tail' passes 'check-arg' the right procedure name.Ludovic Courtès1-2/+2