Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-03-25 | temporarily disable elisp exception testswip-elisp | Robin Templeton | 1 | -3/+3 |
2016-03-25 | ignore 'expect-fail' forms in elisp tests | Robin Templeton | 1 | -1/+3 |
2016-03-25 | update cross-compilation test | Robin Templeton | 1 | -2/+2 |
2016-03-25 | use standard evaluator | Robin Templeton | 2 | -3/+1 |
2016-03-25 | guile-backtrace function | Robin Templeton | 1 | -2/+5 |
2016-03-25 | use guile eval for elisp tree-il | Robin Templeton | 3 | -9/+6 |
2016-03-25 | deprecated eval-when situations | Robin Templeton | 1 | -3/+6 |
2016-03-25 | execute top level require forms | Robin Templeton | 1 | -0/+4 |
2016-03-25 | top level fixes | Robin Templeton | 1 | -2/+2 |
2016-03-25 | only evaluate top-level macro definitions | Robin Templeton | 1 | -1/+2 |
2016-03-25 | degenerate let forms | Robin Templeton | 1 | -6/+8 |
2016-03-25 | eval-when | Robin Templeton | 1 | -4/+41 |
2016-03-25 | fset macro | Robin Templeton | 1 | -0/+12 |
2016-03-25 | use defsubst | Robin Templeton | 1 | -5/+13 |
2016-03-25 | defsubst | Robin Templeton | 1 | -0/+13 |
2016-03-25 | compiler macros | Robin Templeton | 2 | -0/+24 |
2016-03-25 | defconst, defvar: proclaim special at compile-time | Robin Templeton | 1 | -0/+3 |
2016-03-25 | elisp @@ macro | Robin Templeton | 1 | -0/+3 |
2016-03-25 | compile-elisp fn | Robin Templeton | 1 | -0/+5 |
2016-03-25 | fix `nil?' type inference | Robin Templeton | 1 | -1/+0 |
2016-03-25 | fix symbol-function | Robin Templeton | 1 | -4/+4 |
2016-03-25 | restore special operator handling | Robin Templeton | 3 | -44/+7 |
2016-03-25 | define-module for elisp special modules | Robin Templeton | 1 | -3/+3 |
2016-03-25 | constant-interning fix | Robin Templeton | 1 | -1/+2 |
2016-03-25 | defvar affects default value | Robin Templeton | 1 | -2/+5 |
2016-03-25 | symbol default value procedures | Robin Templeton | 1 | -1/+13 |
2016-03-25 | read nil/t as #nil/#t | Robin Templeton | 1 | -12/+18 |
2016-03-25 | elisp updates | Robin Templeton | 6 | -277/+583 |
2016-03-25 | guile-snarf fix | Robin Templeton | 1 | -1/+2 |
2016-03-25 | prefer compilers earlier in list | Robin Templeton | 1 | -2/+2 |
2016-03-25 | allow arbitrary constants in cps | Robin Templeton | 1 | -2/+1 |
2016-03-25 | guile-private-ref | BT Templeton | 2 | -0/+8 |
2016-03-25 | multiple obarrays | BT Templeton | 2 | -16/+87 |
2016-03-25 | check symbols constants uninterned | Robin Templeton | 1 | -2/+2 |
2016-03-25 | intern arbitrary constants | Robin Templeton | 5 | -16/+64 |
2016-03-25 | Remove CFLAGS from snarfcppopts. | Robin Templeton | 1 | -1/+1 |
2016-03-14 | Fix lower-bound saturation in type inference | Andy Wingo | 1 | -2/+2 |
2016-02-03 | Release v2.1.2v2.1.2 | Andy Wingo | 1 | -1/+1 |
2016-02-02 | Fix frame-call-representation for change to <binding>. | Andy Wingo | 1 | -2/+2 |
2016-02-01 | Document new VM instructions | Andy Wingo | 1 | -26/+205 |
2016-02-01 | Update NEWS. | Andy Wingo | 1 | -3/+90 |
2016-02-01 | Update statprof documentation; deprecate `with-statprof' | Andy Wingo | 4 | -369/+244 |
2016-02-01 | Better call-counting profiles in statprof | Andy Wingo | 1 | -32/+39 |
2016-01-31 | Frame <binding> objects capture frame, can ref value directly | Andy Wingo | 4 | -52/+76 |
2016-01-31 | Remove frame-local-ref, frame-local-set! | Andy Wingo | 5 | -31/+52 |
2016-01-29 | Dist the prebuilt .go files | Andy Wingo | 3 | -0/+6 |
2016-01-29 | Fix uniform vector compilation to foreign byte orders. | Andy Wingo | 1 | -19/+26 |
2016-01-29 | Distribute prebuilt bootstraps for common hosts | Andy Wingo | 9 | -143/+308 |
2016-01-29 | Fix cross-compilation of immediates to targets with different word sizes | Andy Wingo | 1 | -32/+61 |
2016-01-17 | Fix type inference of integer division | Andy Wingo | 1 | -7/+11 |