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
/
doc
/
ref
/
compiler.texi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-12
Add $switch CPS term kind
Andy Wingo
1
-2
/
+16
2020-05-12
Update documentation on <language>
Andy Wingo
1
-11
/
+17
2020-03-28
doc: Improve tree-il 'lambda-case' description.
Matt Wette
1
-5
/
+6
2020-01-06
Update compiler.texi and history.texi
Andy Wingo
1
-6
/
+5
2019-05-23
Documentation fixes
Mikael Djurfeldt
1
-8
/
+8
2018-10-07
Add manual section on JIT compiler
Andy Wingo
1
-12
/
+6
2018-10-03
Update compiler.texi
Andy Wingo
1
-52
/
+107
2018-09-30
Finish updating vm.texi
Andy Wingo
1
-27
/
+12
2016-05-22
docs: Fix external representation of <toplevel-define> in tree-il.
Mark H Weaver
1
-2
/
+2
2015-09-18
Minor CPS documentation cleanups
Andy Wingo
1
-48
/
+58
2015-09-17
Update CPS language documentation
Andy Wingo
1
-154
/
+353
2015-04-01
Replace $letrec with $rec
Andy Wingo
1
-47
/
+67
2014-02-02
Add VM and compiler support for calls to known procedures
Andy Wingo
1
-0
/
+7
2014-01-16
Finish documenting the new compiler
Andy Wingo
1
-59
/
+210
2014-01-16
Fix CPS doc typos
Andy Wingo
1
-2
/
+2
2014-01-12
Finish CPS documentation
Andy Wingo
1
-98
/
+245
2013-12-10
Quick documentation fixes.
Andy Wingo
1
-5
/
+3
2013-12-10
Beginnings of CPS section in manual
Andy Wingo
1
-1
/
+223
2013-12-05
compiler.texi tweaks
Andy Wingo
1
-7
/
+27
2013-12-04
Doc updates to macroexpansion, compiled procs, and compiler.texi
Andy Wingo
1
-405
/
+109
2013-06-28
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
Andy Wingo
1
-8
/
+0
2013-06-27
replace <dynset> with primcalls to fluid-set!
Andy Wingo
1
-5
/
+0
2013-06-27
replace <dynref> with primcalls to fluid-ref
Andy Wingo
1
-5
/
+0
2013-06-27
dynamic-wind in terms of wind and unwind; remove <dynwind>, @dynamic-wind
Andy Wingo
1
-10
/
+0
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-8
/
+9
2013-03-10
excise use of "iff" in the manual
Jason Earl
1
-4
/
+4
2013-03-02
Improve keyword notation of Texinfo function definitions.
Bake Timmons
1
-4
/
+5
2013-01-31
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+2
2013-01-27
Add 'for-humans?' flag to <language> specifications.
Mark H Weaver
1
-1
/
+2
2013-01-23
merge stable-2.0
Andy Wingo
1
-4
/
+5
2013-01-22
current-language is a parameter in boot-9
Andy Wingo
1
-4
/
+5
2012-06-22
instead of our custom .go format, use elf
Andy Wingo
1
-10
/
+17
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+2
2012-02-02
Make consistent the usage of variable names in the function definitions found...
Bake Timmons
1
-2
/
+2
2011-11-09
inline dynwind guards for normal control flow
Andy Wingo
1
-5
/
+8
2011-06-02
add <primcall> to tree-il
Andy Wingo
1
-0
/
+9
2011-06-02
rename <application> to <call>
Andy Wingo
1
-17
/
+16
2011-02-18
Rewording for "make an intervention".
Neil Jerram
1
-7
/
+6
2011-02-18
No sublimated desires
Neil Jerram
1
-6
/
+6
2011-02-16
Rewording for "make an intervention".
Neil Jerram
1
-7
/
+6
2011-02-15
No sublimated desires
Neil Jerram
1
-6
/
+6
2011-02-13
Misc textual editing
Neil Jerram
1
-3
/
+3
2011-02-09
docs: fix typos in manual, and a couple in code comments.
Ralf Wildenhues
1
-3
/
+3
2010-08-27
fix <letrec> docs
Andy Wingo
1
-1
/
+2
2010-08-06
letrec* in docs, and some r6rs fixes
Andy Wingo
1
-3
/
+3
2010-07-10
update manual for value history on by default
Andy Wingo
1
-1
/
+1
2010-05-02
Update example disassemblies
Andy Wingo
1
-19
/
+13
2010-05-02
update compiler.texi
Andy Wingo
1
-139
/
+206
2010-05-01
update documentation for vm instructions
Andy Wingo
1
-5
/
+5
2010-04-25
Fix typo
Neil Jerram
1
-1
/
+1
[next]