index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
expand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-07
Simplify variable resolution in the evaluator
Andy Wingo
1
-1
/
+15
2014-12-05
Simplify the interpreter for trivial inits and no letrec
Andy Wingo
1
-8
/
+9
2014-12-05
Assignment conversion in the interpreter
Andy Wingo
1
-2
/
+397
2013-11-08
Builtins have procedure properties
Andy Wingo
1
-1
/
+0
2013-06-28
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
Andy Wingo
1
-29
/
+0
2013-06-27
dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-wind
Andy Wingo
1
-1
/
+0
2013-06-27
remove @call-with-values memoizer
Andy Wingo
1
-1
/
+0
2013-06-27
remove @call-with-current-continuation memoizer
Andy Wingo
1
-1
/
+0
2013-06-27
remove @apply memoizer
Andy Wingo
1
-1
/
+0
2013-06-27
Remove @prompt memoizer
Andy Wingo
1
-11
/
+22
2012-07-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-12
/
+15
2012-07-06
fix warnings in mingw in expand.c
Andy Wingo
1
-12
/
+15
2011-10-25
most uses of scm_from_locale_symbol become scm_from_utf8_symbol
Andy Wingo
1
-2
/
+2
2011-06-02
sequence of expressions -> seq of head and tail
Andy Wingo
1
-4
/
+6
2011-06-02
add <primcall> to tree-il
Andy Wingo
1
-0
/
+1
2011-06-02
rename <application> to <call>
Andy Wingo
1
-14
/
+14
2010-06-17
psyntax, primitive expander, and memoizer support for letrec*
Andy Wingo
1
-2
/
+15
2010-06-17
beginnings of letrec* support in the expander
Andy Wingo
1
-4
/
+4
2010-05-20
iron out inconsistency between eval and compile expansion
Andy Wingo
1
-8
/
+6
2010-05-20
primitive-eval takes expanded, not memoized, source
Andy Wingo
1
-1
/
+11
2010-05-19
%expanded-vtables is a vector
Andy Wingo
1
-1
/
+1
2010-05-19
separate boot expansion from memoization
Andy Wingo
1
-0
/
+1253