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