summaryrefslogtreecommitdiff
path: root/module
AgeCommit message (Expand)AuthorFilesLines
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-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-25check symbols constants uninternedRobin Templeton1-2/+2
2016-03-25intern arbitrary constantsRobin Templeton4-10/+47
2016-03-14Fix lower-bound saturation in type inferenceAndy Wingo1-2/+2
2016-02-02Fix frame-call-representation for change to <binding>.Andy Wingo1-2/+2
2016-02-01Update statprof documentation; deprecate `with-statprof'Andy Wingo2-143/+48
2016-02-01Better call-counting profiles in statprofAndy Wingo1-32/+39
2016-01-31Frame <binding> objects capture frame, can ref value directlyAndy Wingo2-30/+29
2016-01-31Remove frame-local-ref, frame-local-set!Andy Wingo3-17/+27
2016-01-29Fix uniform vector compilation to foreign byte orders.Andy Wingo1-19/+26
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
2016-01-11statprof: Better tree-format profilesAndy Wingo1-19/+29
2016-01-11statprof: Add tree #:display-style.Andy Wingo1-32/+119
2016-01-07web: Be less strict when parsing entity tags.Andy Wingo1-4/+9
2016-01-04Remove unused function in simplify.scmAndy Wingo1-6/+0
2016-01-04Inline some helpers in intset.scm.Andy Wingo1-3/+7
2016-01-04Include missing #:simplify? option in (language cps optimize).Andy Wingo1-0/+1
2016-01-03Better CPS conversion for tests in testsAndy Wingo1-2/+9
2016-01-03Better partial evaluation of tests in testsAndy Wingo1-20/+53
2016-01-03Better folding of branches on $valuesAndy Wingo1-0/+14
2016-01-03Eta-reduce branchesAndy Wingo1-26/+39
2015-12-30Fix module for reification of srfi-4 primitivesAndy Wingo1-0/+7