index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-15
psyntax: Inline the single use of define-structure
Andy Wingo
2
-107
/
+61
2024-11-14
psyntax: Functional annotation of function names
Andy Wingo
2
-106
/
+100
2024-11-14
psyntax: Clean up use of fx+, etc
Andy Wingo
2
-98
/
+81
2024-11-14
psyntax: Rename top-level-eval, local-eval
Andy Wingo
2
-28
/
+26
2024-11-14
psyntax: Use vectors instead of gensyms for labels, marks
Andy Wingo
2
-61
/
+84
2024-11-14
psyntax: Remove useless gen-label invocations
Andy Wingo
2
-50
/
+46
2024-11-14
psyntax: Clean up lexical gensym creation
Andy Wingo
2
-69
/
+75
2024-10-26
srfi-64: Accept symbols as test group names.
Tomas Volf
1
-2
/
+13
2024-10-25
Better REPL behavior on syntax errors in meta commands.
Taylan Kammer
3
-9
/
+12
2024-10-20
Replace SRFI-64 with a new implementation.
Tomas Volf
2
-1079
/
+976
2024-10-12
fix typo in comment
Arne Babenhauserheide
1
-1
/
+1
2024-10-12
Create procedure to enable silencing the Guile welcome message. * module/syst...
Matthew Wette
1
-2
/
+8
2024-10-12
Redirect diagnostice output messages (e.g., auto-compiling code) to a newly d...
Matthew Wette
3
-6
/
+29
2024-09-26
Run sigbits fixpoint based on use/def graph, not cfg
Andy Wingo
1
-66
/
+54
2024-09-25
Tighten up range inference for scm->u64/truncate
Andy Wingo
1
-3
/
+5
2024-09-25
Fix boxing of non-fixnum negative u64 values
Andy Wingo
1
-1
/
+20
2024-09-25
Fix fixpoint needed-bits computation in specialize-numbers
Andy Wingo
1
-17
/
+10
2024-09-24
Partially revert d579848cb5d65440af5afd9c8968628665554c22
Andy Wingo
1
-2
/
+2
2024-09-23
Narrow parameter of logand/immediate if no bits used
Andy Wingo
1
-3
/
+5
2024-09-23
Remove needless constraints in type/range analysis
Andy Wingo
1
-10
/
+1
2024-09-23
Add a workaround for pre-3.0.10 incorrect inlinable exports
Andy Wingo
1
-2
/
+18
2024-08-26
Update psyntax copyright notice
Andy Wingo
1
-83
/
+15
2024-08-15
Fix intset-fold-right on transient intsets
Andy Wingo
1
-8
/
+9
2024-08-13
More thorough lowering of lognot to CPS
Andy Wingo
1
-2
/
+6
2024-07-30
Drop libguile srfi-1
Rob Browning
1
-5
/
+0
2024-07-30
srfi-1 delete-duplicates: move from C to Scheme
Rob Browning
1
-0
/
+46
2024-07-30
srfi-1 delete-duplicates!: move from C to Scheme
Rob Browning
1
-0
/
+39
2024-07-30
srfi-1 lset-difference: use remove
Rob Browning
1
-11
/
+25
2024-07-30
srfi-1 lset-difference!: move from C to Scheme
Rob Browning
1
-0
/
+24
2024-07-30
srfi-1 partition!: move from C to Scheme
Rob Browning
1
-0
/
+21
2024-07-30
srfi-1 partition: move from C to Scheme
Rob Browning
1
-0
/
+22
2024-07-30
srfi-1 count: move from C to Scheme
Rob Browning
1
-0
/
+21
2024-07-30
srfi-1 length+: move from C to Scheme
Rob Browning
1
-0
/
+24
2024-07-30
srfi-1 append-reverse!: move from C to Scheme
Rob Browning
1
-0
/
+22
2024-07-30
srfi-1 append-reverse: move from C to Scheme
Rob Browning
1
-0
/
+17
2024-07-30
srfi-1 concatenate concatenate!: move from C to Scheme
Rob Browning
1
-0
/
+19
2024-07-30
srfi-1 delete delete!: move from C to Scheme
Rob Browning
1
-0
/
+35
2024-07-30
srfi-1 remove!: move from C to Scheme
Rob Browning
1
-0
/
+21
2024-07-30
srfi-1 remove: move from C to Scheme
Rob Browning
1
-0
/
+47
2024-07-30
srfi-1 list-copy: move from C to Scheme
Rob Browning
1
-0
/
+18
2024-07-12
define-meta-command: mention effects of a missing category
Rob Browning
1
-0
/
+2
2024-07-01
bug#71304: [PATCH] Add support for 'else' clause in R7RS cond-expand.
Maxim Cournoyer
1
-1
/
+3
2024-06-23
Fix race in check-guile to make needless guile-procedures symlink
Andy Wingo
1
-85
/
+90
2024-06-20
Remove dead code in resolve-interface
Andy Wingo
1
-4
/
+2
2024-06-16
Rewrite ‘get-bytevector-all’ in Scheme.
Ludovic Courtès
1
-1
/
+28
2024-06-01
wisp: Use uninterned symbols instead of UUIDs.
Ludovic Courtès
1
-36
/
+45
2024-06-01
Add language/wisp, Wisp tests, and SRFI-119 documentation
Arne Babenhauserheide
2
-0
/
+846
2024-05-17
make-foreign-object-type: add #:super to provide superclasses
Rob Browning
1
-4
/
+5
2024-05-06
Fix error messages containing format strings
Michael Käppler
8
-16
/
+30
2024-05-06
Fix typos throughout codebase.
Morgan Smith
11
-21
/
+21
[prev]
[next]