summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ‘expt’ to the list of effect-free primitives.masterMaxime Devos2021-05-181-1/+2
* Implement cross-module inliningAndy Wingo2021-05-112-58/+137
* Add support for recording inlinable module exportsAndy Wingo2021-05-116-8/+891
* Add pass to resolve free toplevel references in declarative modulesAndy Wingo2021-05-115-0/+287
* Letrectify links module defs with usesAndy Wingo2021-05-111-1/+19
* Bump objcode versionAndy Wingo2021-05-112-2/+2
* Bump version to 3.0.7v3.0.7Andy Wingo2021-05-101-1/+1
* Update NEWSAndy Wingo2021-05-101-0/+1
* Update NEWSAndy Wingo2021-05-101-3/+9
* bug#45131: [PATCH] Compile directly to target language if no joint is found.Leo Prikler2021-05-102-11/+38
* Minor tweak to truncate-bitsAndy Wingo2021-05-101-8/+5
* Update NEWS.Ludovic Courtès2021-05-081-0/+6
* 'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.Ludovic Courtès2021-05-083-1/+94
* Close the finalization pipe before forking.Andrew Whatson2021-05-081-17/+28
* Update NEWS.Ludovic Courtès2021-05-081-0/+11
* Define `O_NOFOLLOW' and various other flags when supported.Maxime Devos2021-05-071-0/+36
* NEWS: Fix typos.Ludovic Courtès2021-05-071-2/+2
* Optimize truncate-bitsAndy Wingo2021-05-061-4/+17
* [srfi-64] Fix a bug with test-end removing globally installed test-runnerjakub-w2021-05-051-4/+7
* analyze: 'unbound-variable' warning handles re-exported bindings.Ludovic Courtès2021-05-022-0/+18
* Include config.h in mini-gmp.c, if presentAndy Wingo2021-05-011-0/+4
* Fix R7RS include-library-declarations and cond-expand in define-libraryAndy Wingo2021-05-011-3/+3
* Fix bug if call-with-prompt tag not a lexicalAndy Wingo2021-05-011-2/+2
* Fix tree-il effects analysis for promptsAndy Wingo2021-05-012-3/+28
* Fix bug for read-syntax on ( . args)Andy Wingo2021-05-013-7/+25
* Fix syntax testAndy Wingo2021-04-291-1/+1
* Fix syntax-violation, which was passing vectors instead of alistsAndy Wingo2021-04-292-3/+5
* Fix compile-psyntax.scm -- canonicalize pass not neededAndy Wingo2021-04-291-6/+4
* bug#48096: [3.0.6] ‘syntax-error’ exceptions include vectors instead of s...Ludovic Courtès2021-04-291-1/+13
* Fix line and column for read errorsAndy Wingo2021-04-291-1/+2
* bug#48089: Guile 3.0.6 returns zero-indexed locations for ‘read-error’Ludovic Courtès2021-04-291-0/+12
* Fix duplicates handlers for interfaces that use interfacesAndy Wingo2021-04-281-3/+3
* Bump GUILE-VERSIONv3.0.6Andy Wingo2021-04-271-3/+3
* Add ice-9/read.scm to extra_distAndy Wingo2021-04-271-0/+1
* Update NEWSAndy Wingo2021-04-271-2/+18
* Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-timeAndy Wingo2021-04-273-2/+10
* Remove build-aux/config.rpathDaniel Llorens2021-04-271-684/+0
* Fix closure-conversion bug for SCC with all free vars prunedAndy Wingo2021-04-272-7/+44
* Allow users to force gmp to use libgcAndy Wingo2021-04-262-0/+22
* Bump minor objcode version for new intrinsicsAndy Wingo2021-04-262-3/+3
* Allow contification for $callkAndy Wingo2021-04-261-36/+132
* CPS conversion calls module variables through trampolinesAndy Wingo2021-04-261-2/+86
* Fix CPS optimizations to allow callk in front halfAndy Wingo2021-04-264-34/+45
* Fix error when argument to < not a realAndy Wingo2021-04-261-1/+2
* Simplify module variable lookup slow-pathAndy Wingo2021-04-269-13/+152
* Fix cached-module-box cache keysAndy Wingo2021-04-251-2/+2
* Fix bugs introduced when allowing $kfun -> $kargsAndy Wingo2021-04-252-3/+6
* Fix comments in cps/compile-bytecodeAndy Wingo2021-04-231-2/+5
* New pass: elide-arity-checksAndy Wingo2021-04-215-1/+113
* Allow $kargs as entry of $kfunAndy Wingo2021-04-219-54/+101