Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-12-13 | remove uses of define-inlinablewip-elisp-rebased | Robin Templeton | 1 | -3/+3 |
2021-10-19 | elisp: boot: Replace removed FRAME-PROCEDURE with FRAME-PROCEDURE-NAME. | Ricardo Wurmus | 1 | -8/+2 |
2021-10-19 | loader: Handle interned constants as well as plain bytevectors. | Ricardo Wurmus | 1 | -6/+15 |
2021-10-19 | temporarily disable elisp exception tests | Robin Templeton | 1 | -3/+3 |
2021-10-19 | ignore 'expect-fail' forms in elisp tests | Robin Templeton | 1 | -1/+3 |
2021-10-19 | update cross-compilation test | Robin Templeton | 1 | -2/+2 |
2021-10-19 | use standard evaluator | Robin Templeton | 2 | -3/+1 |
2021-10-19 | guile-backtrace function | Robin Templeton | 1 | -2/+5 |
2021-10-19 | use guile eval for elisp tree-il | Robin Templeton | 3 | -9/+6 |
2021-10-19 | deprecated eval-when situations | Robin Templeton | 1 | -3/+6 |
2021-10-19 | execute top level require forms | Robin Templeton | 1 | -0/+4 |
2021-10-19 | top level fixes | Robin Templeton | 1 | -2/+2 |
2021-10-19 | only evaluate top-level macro definitions | Robin Templeton | 1 | -3/+4 |
2021-10-19 | degenerate let forms | Robin Templeton | 1 | -6/+8 |
2021-10-19 | eval-when | Robin Templeton | 1 | -4/+41 |
2021-10-19 | fset macro | Robin Templeton | 1 | -0/+12 |
2021-10-19 | use defsubst | Robin Templeton | 1 | -5/+13 |
2021-10-19 | defsubst | Robin Templeton | 1 | -0/+13 |
2021-10-19 | compiler macros | Robin Templeton | 2 | -0/+24 |
2021-10-19 | defconst, defvar: proclaim special at compile-time | Robin Templeton | 1 | -0/+3 |
2021-10-19 | elisp @@ macro | Robin Templeton | 1 | -0/+3 |
2021-10-19 | compile-elisp fn | Robin Templeton | 1 | -0/+5 |
2021-10-19 | fix symbol-function | Robin Templeton | 1 | -4/+4 |
2021-10-19 | restore special operator handling | Robin Templeton | 3 | -44/+7 |
2021-10-19 | define-module for elisp special modules | Robin Templeton | 1 | -3/+3 |
2021-10-19 | constant-interning fix | Robin Templeton | 1 | -1/+2 |
2021-10-19 | defvar affects default value | Robin Templeton | 1 | -2/+5 |
2021-10-19 | symbol default value procedures | Robin Templeton | 1 | -1/+13 |
2021-10-19 | read nil/t as #nil/#t | Robin Templeton | 1 | -12/+18 |
2021-10-19 | elisp updates | Robin Templeton | 6 | -277/+583 |
2021-10-19 | guile-snarf fix | Robin Templeton | 1 | -1/+2 |
2021-10-19 | allow arbitrary constants in cps | Robin Templeton | 1 | -1/+1 |
2021-10-19 | guile-private-ref | Robin Templeton | 2 | -0/+8 |
2021-10-19 | multiple obarrays | Robin Templeton | 2 | -16/+87 |
2021-10-19 | check symbols constants uninterned | Robin Templeton | 1 | -1/+1 |
2021-10-19 | intern arbitrary constants | Robin Templeton | 4 | -15/+46 |
2021-10-07 | Remove CFLAGS from snarfcppopts. | Robin Templeton | 1 | -1/+1 |
2021-10-03 | Add primitive alias analysis to CSE | Andy Wingo | 2 | -5/+72 |
2021-10-03 | Use more logtest in cse.scm | Andy Wingo | 1 | -3/+3 |
2021-10-01 | Allow primcalls with multiple defs | Andy Wingo | 1 | -1/+1 |
2021-10-01 | Add ,optimize-cps REPL meta-command | Andy Wingo | 2 | -10/+23 |
2021-10-01 | Add CPS pretty-printer | Andy Wingo | 2 | -0/+318 |
2021-10-01 | Allow unchecked functions to have unboxed arguments | Andy Wingo | 2 | -6/+18 |
2021-10-01 | Move live variable computation routines to utils and graphs. | Andy Wingo | 3 | -248/+225 |
2021-10-01 | Add frame-local-ref / frame-local-set! support for type 'ptr | Andy Wingo | 1 | -2/+9 |
2021-09-30 | Hotfix to unify (x ...) patterns in match | Andy Wingo | 3 | -17/+81 |
2021-09-20 | Baseline compiler no longer swaps rsh/lsh when transforming ash calls. | Ludovic Courtès | 2 | -4/+13 |
2021-09-20 | Fix 'ash' primcall match clause in baseline compiler. | Ludovic Courtès | 1 | -3/+3 |
2021-09-20 | doc: Fix wrong @uref argument order. | Ludovic Courtès | 1 | -2/+2 |
2021-09-20 | srfi-1: 'find-tail' passes 'check-arg' the right procedure name. | Ludovic Courtès | 1 | -2/+2 |