summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GNU Guile 2.9.7.v2.9.7Andy Wingo2019-12-132-1/+5
* Avoid throwing exceptions during early boot if stdin is closedAndy Wingo2019-12-133-56/+38
* Update NEWSAndy Wingo2019-12-111-42/+30
* Document JIT environment variablesAndy Wingo2019-12-112-18/+35
* Merge remote-tracking branch 'origin/stable-2.2'Andy Wingo2019-12-112-14/+19
|\
| * Fix non-deterministic crash in 'finalization_thread_proc'.Ludovic Courtès2019-12-091-13/+18
| * ports: 'scm_port_poll' honors "w" flags.Ludovic Courtès2019-11-181-1/+1
* | Move less? slow path out of lineAndy Wingo2019-12-101-32/+31
* | Add fixnum fast-path for =Andy Wingo2019-12-101-6/+29
* | Move allocate-pointerless-words/immediate slow path out of lineAndy Wingo2019-12-101-12/+19
* | Move allocate-words/immediate slow path out of lineAndy Wingo2019-12-101-12/+19
* | Move assert-nargs-le slow path out of lineAndy Wingo2019-12-101-10/+5
* | Add out-of-line slow path for abortAndy Wingo2019-12-101-7/+3
* | Add out-of-line slow path for compose-continuationAndy Wingo2019-12-101-6/+2
* | Add subr-call out-of-line slow pathAndy Wingo2019-12-101-9/+14
* | Move alloc-frame slow path out of lineAndy Wingo2019-12-101-25/+50
* | Move assert-nargs-ge slow path out of lineAndy Wingo2019-12-101-12/+5
* | Move assert-nargs-ee slow path out of lineAndy Wingo2019-12-101-11/+14
* | Move receive-values slow path out of lineAndy Wingo2019-12-101-18/+10
* | Move receive slow path out of lineAndy Wingo2019-12-101-7/+4
* | Move handle-interrupts slow path out of lineAndy Wingo2019-12-101-17/+9
* | Move add, sub slow paths out of lineAndy Wingo2019-12-101-37/+34
* | Move add/immediate, sub/immediate slow paths out of lineAndy Wingo2019-12-101-29/+34
* | Add infrastructure for out-of-line JIT compilation of slow pathsAndy Wingo2019-12-101-20/+750
* | Remove vm->sp_min_since_gcAndy Wingo2019-12-094-50/+13
* | Reduce quo, rem, mod for power-of-two divisorsAndy Wingo2019-12-091-0/+55
* | Allow for inexact integers in quo, rem, and so onAndy Wingo2019-12-091-26/+27
* | Fix JIT tier-up from within loops for already-JIT-compiled functionsAndy Wingo2019-12-081-26/+30
* | Fix resolve-r6rs-interface to propagate replacement flagsAndy Wingo2019-12-061-15/+28
* | Single definition of (iota)Daniel Llorens2019-12-063-42/+52
* | GNU Guile 2.9.6 (beta)v2.9.6Andy Wingo2019-12-061-1/+1
* | Update NEWS for Guile 2.9.6Andy Wingo2019-12-061-91/+121
* | Effects analysis treats the fixed parts of objects speciallyAndy Wingo2019-12-061-9/+27
* | Allocations and raw mutating operations restrict to mutable typesAndy Wingo2019-12-051-7/+14
* | Propagate replacement flag for autoload interfacesAndy Wingo2019-12-051-9/+15
* | Add --r6rs and --r7rs options to "guild compile"Andy Wingo2019-12-022-5/+26
* | Add guile-3, r6rs, r7rs cond-expand featuresAndy Wingo2019-12-022-3/+12
* | Associate #:replace info with modules, not variablesAndy Wingo2019-11-294-60/+72
* | Fix range inference on division in unreachable codeAndy Wingo2019-11-271-3/+4
* | Fix frame-call-representation for callees without closuresAndy Wingo2019-11-273-6/+20
* | Fix range inference for right-shiftsAndy Wingo2019-11-261-1/+1
* | Fix port-position documentationAndy Wingo2019-11-251-2/+2
* | Fix stack overflow if printing a pre-boot error throws an errorAndy Wingo2019-11-251-5/+14
* | GNU Guile 2.9.5.v2.9.5Andy Wingo2019-11-221-1/+1
* | Fix texinfo in r7rs.texiAndy Wingo2019-11-221-2/+2
* | Install exception converters and printers from boot-9Andy Wingo2019-11-212-1/+9
* | Add NEWS for R7RSAndy Wingo2019-11-171-0/+12
* | Add R7RS documentation and --r7rs command-line optionwip-r7rsAndy Wingo2019-11-178-28/+201
* | Add R7RS xfails due to a restriction in hungry-eol-escapes (#38239)Andy Wingo2019-11-161-3/+9
* | Add R7RS xfails due to Guile's ( . 42) syntax extensionAndy Wingo2019-11-161-6/+7