summaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reimplement integer-expt in SchemeAndy Wingo2022-01-131-1/+39
* Avoid quadratic behavior in id-var-nameAndy Wingo2022-01-132-60/+67
* -Oresolve-free-vars pass gracefully handles failed autoloads.Andy Wingo2022-01-111-15/+21
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-062-3/+8
* Support C99 complex types conditionally in (system foreign)Mikael Djurfeldt2021-12-011-4/+12
* Add -Ooptimize-known-return-types at -O2Andy Wingo2021-11-152-0/+3
* Add new pass to optimize away return value count checksAndy Wingo2021-11-153-1/+172
* Allow callk to continue to kargsAndy Wingo2021-11-155-30/+23
* Refactor send and receive shuffles in slot allocationAndy Wingo2021-11-152-46/+68
* Refactor compile-bytecodeAndy Wingo2021-11-151-142/+115
* Support C99 complex types in (system foreign)Daniel Llorens2021-11-151-0/+16
* Avoid ash with arguments that might overflow in (language cps types)Daniel Llorens2021-11-051-1/+3
* module/system/base/target.scm: support riscv32Fabrice Fontaine2021-11-051-0/+1