summaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix some invalid unicode handling issues with suspendable ports.Christopher Baines2023-03-201-4/+4
* Fix no-clause case-lambda in pevalDaniel Llorens2023-03-171-0/+1
* peval reduces some inlined case-lambda callsDaniel Llorens2023-02-271-0/+23
* Remove unnecessary module imports.Ludovic Courtès2023-02-2437-70/+0
* Add -Wunused-module.Ludovic Courtès2023-02-242-2/+163
* Add 'record-case' to '.dir-locals.el'.Ludovic Courtès2023-02-241-4/+0
* Add internal definitions to derived formsLinus2023-01-242-9/+9
* linker: Do not store entire ELF in memory when writing to a file.Ludovic Courtès2023-01-172-14/+73
* linker: Linker object writer takes a single argument.Ludovic Courtès2023-01-172-44/+33
* linker, assembler: Avoid intermediate bytevectors.Ludovic Courtès2023-01-172-101/+161
* linker: Separate effectful part of 'add-elf-objects'.Ludovic Courtès2023-01-171-5/+15
* assembler: Separate effectful part of 'link-docstrs'.Ludovic Courtès2023-01-171-10/+13
* assembler: Separate effectful part of 'link-frame-maps'.Ludovic Courtès2023-01-171-19/+24
* assembler: Separate effectful part of 'link-procprops'.Ludovic Courtès2023-01-171-14/+26
* assembler: Separate effectful part of 'link-dynamic-section'.Ludovic Courtès2023-01-171-30/+45
* assembler: Separate effectful part of 'link-symtab'.Ludovic Courtès2023-01-171-15/+22
* assembler: Separate 'process-relocs' from 'patch-relocs!'.Ludovic Courtès2023-01-171-35/+51
* Do not expand 'make-vector' primcall with wrong number of arguments.Ludovic Courtès2023-01-161-3/+3
* Add 'bytevector-slice'.Ludovic Courtès2023-01-141-0/+24
* Bump user-visible copyright years to 2023.Ludovic Courtès2023-01-133-4/+4
* Recognize LoongArch compilation targets.Zhang Ning2022-12-211-0/+2
* Fix peval bug when expand-primitives introduces lexicalsAndy Wingo2022-12-011-2/+38
* Fix order-of-side-effects bug in (eq? x y z) expansionAndy Wingo2022-12-011-12/+34
* Avoid 'frame-local-ref' errors when printing backtrace.Andrew Whatson2022-11-291-2/+10
* disassembler: Show intrinsic name for 'call-' instructions.Ludovic Courtès2022-11-011-1/+46
* doc: Document how (ice-9 format) replaces 'format'.Jean Abou Samra2022-10-121-1/+8
* srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès2022-10-011-3/+3
* Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès2022-10-011-1/+3
* string-fun: Fix typojgart2022-09-171-1/+1
* In curried definitions, move docstrings to outermost lambdaJean Abou Samra2022-08-291-32/+36
* Properly display locations in "source vector" form.Andrew Whatson2022-08-261-6/+13
* web: 'tls-wrap' retries handshake upon non-fatal errors.Ludovic Courtès2022-08-041-15/+21
* web: Do not wrap TLS port on GnuTLS >= 3.7.7.Ludovic Courtès2022-08-041-55/+55
* web: Don't hide missing data in the chunked input port.Christopher Baines2022-07-041-2/+16
* web: Handle ending CRLF (\r\n) for chunked input and output ports.Christopher Baines2022-07-041-1/+2
* web: send capitalized authorization header schemeAleix Conchillo Flaqué2022-07-041-2/+12
* Add missing #:modules argument for coverage-data->lcov.Jessica Tallon2022-06-161-3/+9
* Allow empty vendor string in GNU target triplets.Taylor R Campbell2022-06-161-1/+8
* Allow (library ...) form in cond-expand inside R7RS define-library.Mihail Iosilevich2022-06-161-1/+4
* 'module-define!' honors the 'module' parameter.Ludovic Courtès2022-06-161-2/+2
* psyntax: Honor source properties for things other than syntax objects.Ludovic Courtès2022-03-072-77/+93
* Bump user-visible copyright years to 2022Andy Wingo2022-02-112-4/+4
* psyntax: Pass source vectors to tree-il constructors.Ludovic Courtès2022-02-075-116/+105
* Deprecate symbol properties.Ludovic Courtès2022-02-041-2/+2
* Avoid source properties in psyntaxAndy Wingo2022-02-012-136/+170
* Fix reproducibility for inlinable-exportsAndy Wingo2022-02-011-2/+8
* Rework bootstrap to be reproducibleAndy Wingo2022-02-012-400/+11
* peval cross-module-inlining gracefully handles missing interfaceAndy Wingo2022-01-171-4/+6
* Fix inlinable-exports bug for pure modulesAndy Wingo2022-01-171-2/+2
* Re-rewrite integer-expt in CAndy Wingo2022-01-131-39/+1