summaryrefslogtreecommitdiff
path: root/module
AgeCommit message (Expand)AuthorFilesLines
2020-03-23'sort-labels-locally' uses a transient intset.Ludovic Courtès1-4/+4
2020-03-23Fix fixpoint computation in compute-significant-bitsAndy Wingo1-2/+23
2020-03-07Accept .sld as scheme extensions in r7rsNguyễn Thái Ngọc Duy1-0/+3
2020-03-07psyntax: Preserve source location information for top-level references.Ludovic Courtès2-43/+46
2020-03-06web: Client treats TLS "premature termination" error as EOF.Ludovic Courtès1-1/+12
2020-03-06Remove extra 'error' call in 'make-record-type'.Ludovic Courtès1-1/+1
2020-03-06Fix expansion of 'error' primitive with a non-constant argument.Ludovic Courtès1-2/+1
2020-03-05psyntax: 'include' no longer rejects relative file names.Ludovic Courtès2-2/+2
2020-02-12Add type checkers for lsh/immediate and rsh/immediateAndy Wingo1-1/+3
2020-02-12Fold (logior 0 INT) to INTAndy Wingo1-1/+20
2020-02-08Remove duplicate procedure in slot-allocation.scm.Ludovic Courtès1-15/+12
2020-01-29texinfo: Properly render @acronym in plain text.Ludovic Courtès1-1/+12
2020-01-29texinfo: Add '*line-width*' fluid to control line wrapping.Ludovic Courtès1-4/+7
2020-01-23statprof: Ensure 'call-thunk' is not inlined.Ludovic Courtès1-1/+5
2020-01-21rnrs: Export '&assertion' from (rnrs conditions).Ludovic Courtès1-2/+2
2020-01-20use2dot: Fix incorrect #:autoload binding set leading to unbound variables.Ludovic Courtès1-6/+6
2020-01-20frisk: Fix incorrect #:autoload binding set leading to unbound variables.Ludovic Courtès1-7/+7
2020-01-20repl: Add missing bindings in #:autoload spec.Ludovic Courtès1-2/+3
2020-01-18exceptions: Export constructor and predicate for '&quit-exception'.Ludovic Courtès1-1/+7
2020-01-15Disable eta-expansion in letrectificationAndy Wingo1-70/+5
2020-01-15Add eta-expansion pass after pevalAndy Wingo3-2/+177
2020-01-14Declarative variables optimization limits eta-expansionAndy Wingo1-2/+32
2020-01-14Update REPL copyright year to 2020Andy Wingo1-2/+2
2020-01-13web: Update comment regarding the 'tls-wrap' port wrapper.Ludovic Courtès1-0/+8
2020-01-13web: 'open-socket-for-uri' can verify the server's X.509 certificate.Ludovic Courtès1-7/+113
2020-01-13web: Continue handshake upon TLS warning alerts.Ludovic Courtès1-1/+16
2020-01-13web: Add 'current-https-proxy' and honor $https_proxy.Ludovic Courtès1-37/+50
2020-01-13web: Adjust (gnutls) loading to new module autoload semantics.Ludovic Courtès1-28/+17
2020-01-13Bump user-visible copyright years to 2020Andy Wingo2-4/+4
2020-01-13Bump objcode minor version in preparation for new stable seriesAndy Wingo1-2/+2
2020-01-12srfi-11: Do not expose variables to later clausesTim Gesthuizen1-1/+1
2020-01-12Fix typos in previous commit.Andy Wingo2-2/+2
2020-01-12Optionally allow duplicate field names in core recordsAndy Wingo2-10/+25
2020-01-12Fix peval bug that ignored excess argsAndy Wingo1-1/+1
2020-01-12Support R7RS define-libraryAndy Wingo6-90/+201
2020-01-11Fix bug in closure conversionAndy Wingo1-12/+12
2020-01-10Re-implement `guard'Andy Wingo3-62/+74
2020-01-06New function string-replace-substring in (ice-9 string-fun)Daniel Llorens1-1/+36
2020-01-03Extend core vector-fill! to handle a rangeDaniel Llorens1-30/+2
2019-12-14srfi-35: Generate a unique binding for the constructor.Ludovic Courtès1-5/+14
2019-12-14srfi-35: Replace '&error'.Ludovic Courtès1-1/+1
2019-12-09Reduce quo, rem, mod for power-of-two divisorsAndy Wingo1-0/+55
2019-12-09Allow for inexact integers in quo, rem, and so onAndy Wingo1-26/+27
2019-12-06Fix resolve-r6rs-interface to propagate replacement flagsAndy Wingo1-15/+28
2019-12-06Single definition of (iota)Daniel Llorens2-42/+41
2019-12-06Effects analysis treats the fixed parts of objects speciallyAndy Wingo1-9/+27
2019-12-05Allocations and raw mutating operations restrict to mutable typesAndy Wingo1-7/+14
2019-12-05Propagate replacement flag for autoload interfacesAndy Wingo1-9/+15
2019-12-02Add --r6rs and --r7rs options to "guild compile"Andy Wingo1-5/+20
2019-12-02Add guile-3, r6rs, r7rs cond-expand featuresAndy Wingo1-0/+5