summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-25temporarily disable elisp exception testswip-elispRobin Templeton1-3/+3
2016-03-25ignore 'expect-fail' forms in elisp testsRobin Templeton1-1/+3
2016-03-25update cross-compilation testRobin Templeton1-2/+2
2016-03-25use standard evaluatorRobin Templeton2-3/+1
2016-03-25guile-backtrace functionRobin Templeton1-2/+5
2016-03-25use guile eval for elisp tree-ilRobin Templeton3-9/+6
2016-03-25deprecated eval-when situationsRobin Templeton1-3/+6
2016-03-25execute top level require formsRobin Templeton1-0/+4
2016-03-25top level fixesRobin Templeton1-2/+2
2016-03-25only evaluate top-level macro definitionsRobin Templeton1-1/+2
2016-03-25degenerate let formsRobin Templeton1-6/+8
2016-03-25eval-whenRobin Templeton1-4/+41
2016-03-25fset macroRobin Templeton1-0/+12
2016-03-25use defsubstRobin Templeton1-5/+13
2016-03-25defsubstRobin Templeton1-0/+13
2016-03-25compiler macrosRobin Templeton2-0/+24
2016-03-25defconst, defvar: proclaim special at compile-timeRobin Templeton1-0/+3
2016-03-25elisp @@ macroRobin Templeton1-0/+3
2016-03-25compile-elisp fnRobin Templeton1-0/+5
2016-03-25fix `nil?' type inferenceRobin Templeton1-1/+0
2016-03-25fix symbol-functionRobin Templeton1-4/+4
2016-03-25restore special operator handlingRobin Templeton3-44/+7
2016-03-25define-module for elisp special modulesRobin Templeton1-3/+3
2016-03-25constant-interning fixRobin Templeton1-1/+2
2016-03-25defvar affects default valueRobin Templeton1-2/+5
2016-03-25symbol default value proceduresRobin Templeton1-1/+13
2016-03-25read nil/t as #nil/#tRobin Templeton1-12/+18
2016-03-25elisp updatesRobin Templeton6-277/+583
2016-03-25guile-snarf fixRobin Templeton1-1/+2
2016-03-25prefer compilers earlier in listRobin Templeton1-2/+2
2016-03-25allow arbitrary constants in cpsRobin Templeton1-2/+1
2016-03-25guile-private-refBT Templeton2-0/+8
2016-03-25multiple obarraysBT Templeton2-16/+87
2016-03-25check symbols constants uninternedRobin Templeton1-2/+2
2016-03-25intern arbitrary constantsRobin Templeton5-16/+64
2016-03-25Remove CFLAGS from snarfcppopts.Robin Templeton1-1/+1
2016-03-14Fix lower-bound saturation in type inferenceAndy Wingo1-2/+2
2016-02-03Release v2.1.2v2.1.2Andy Wingo1-1/+1
2016-02-02Fix frame-call-representation for change to <binding>.Andy Wingo1-2/+2
2016-02-01Document new VM instructionsAndy Wingo1-26/+205
2016-02-01Update NEWS.Andy Wingo1-3/+90
2016-02-01Update statprof documentation; deprecate `with-statprof'Andy Wingo4-369/+244
2016-02-01Better call-counting profiles in statprofAndy Wingo1-32/+39
2016-01-31Frame <binding> objects capture frame, can ref value directlyAndy Wingo4-52/+76
2016-01-31Remove frame-local-ref, frame-local-set!Andy Wingo5-31/+52
2016-01-29Dist the prebuilt .go filesAndy Wingo3-0/+6
2016-01-29Fix uniform vector compilation to foreign byte orders.Andy Wingo1-19/+26
2016-01-29Distribute prebuilt bootstraps for common hostsAndy Wingo9-143/+308
2016-01-29Fix cross-compilation of immediates to targets with different word sizesAndy Wingo1-32/+61
2016-01-17Fix type inference of integer divisionAndy Wingo1-7/+11