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
/
ice-9
/
psyntax-pp.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
Macro-introduced top-level vars scope to their module even if unbound
Andy Wingo
1
-49
/
+43
2024-02-20
Regenerate psyntax-pp.scm
Andy Wingo
1
-3376
/
+2864
2022-03-07
psyntax: Honor source properties for things other than syntax objects.
Ludovic Courtès
1
-75
/
+80
2022-02-07
psyntax: Pass source vectors to tree-il constructors.
Ludovic Courtès
1
-83
/
+53
2022-02-01
Avoid source properties in psyntax
Andy Wingo
1
-104
/
+121
2022-01-13
Avoid quadratic behavior in id-var-name
Andy Wingo
1
-54
/
+60
2021-04-29
Fix syntax-violation, which was passing vectors instead of alists
Andy Wingo
1
-1
/
+2
2021-03-03
Read-in-scheme replaces boot "read" definition
Andy Wingo
1
-1
/
+1
2021-02-25
Psyntax uses sourcev internally
Andy Wingo
1
-101
/
+154
2021-02-25
Ensure that (syntax ()) results in ()
Andy Wingo
1
-34
/
+39
2021-02-24
Fix module scoping for datum->syntax with no identifier
Andy Wingo
1
-85
/
+87
2021-02-24
Remove top-marked? optimization from psyntax
Andy Wingo
1
-104
/
+95
2021-02-24
Add quote-syntax
Andy Wingo
1
-31
/
+39
2021-02-21
Implement read-syntax
Andy Wingo
1
-4
/
+4
2021-02-21
Document datum->syntax extensions
Andy Wingo
1
-54
/
+55
2021-02-21
Adapt uses of make-syntax to preserve syntax
Andy Wingo
1
-55
/
+72
2021-02-21
psyntax preserves source via syntax objects
Andy Wingo
1
-69
/
+63
2021-02-20
Syntax objects have "source" field
Andy Wingo
1
-3
/
+4
2020-03-07
psyntax: Preserve source location information for top-level references.
Ludovic Courtès
1
-42
/
+45
2020-03-05
psyntax: 'include' no longer rejects relative file names.
Ludovic Courtès
1
-1
/
+1
2020-01-12
Support R7RS define-library
Andy Wingo
1
-42
/
+39
2019-08-25
Allow mixed local definitions and expressions
Andy Wingo
1
-168
/
+195
2019-08-18
Add "mod" field to tree-il toplevel ref, set, define
Andy Wingo
1
-71
/
+82
2019-02-22
Fix race when expanding syntax-parameterize and define-syntax-parameter
Andy Wingo
1
-103
/
+103
2018-01-22
Use make-struct/simple in psyntax
Andy Wingo
1
-22
/
+18
2017-09-22
Merge stable-2.2 into master
Andy Wingo
1
-23
/
+33
2017-09-20
psyntax generates calls to make-struct/no-tail
Andy Wingo
1
-81
/
+94
2017-05-22
Remove support for legacy syntax objects.
Andy Wingo
1
-197
/
+154
2017-03-28
Psyntax generates new syntax objects
Andy Wingo
1
-812
/
+839
2017-03-28
Beginnings of psyntax switch to new syntax objects
Andy Wingo
1
-2611
/
+2617
2017-03-28
Plumbing changes to rename "syntax-module"
Andy Wingo
1
-2
/
+2
2017-03-07
psyntax: Generate identifiers in a deterministic fashion.
Mark H Weaver
1
-34
/
+89
2016-06-27
psyntax can trace expand-time changes to the current module
Andy Wingo
1
-105
/
+114
2016-06-24
Fix include-from-path when file found in relative path
Andy Wingo
1
-8
/
+9
2016-05-22
psyntax: Fix bug in match-each+.
Mark H Weaver
1
-1
/
+2
2016-04-15
Load port bindings in separate (ice-9 ports) module
Andy Wingo
1
-1
/
+1
2015-02-13
Fix infinite loop in expander
Andy Wingo
1
-1
/
+8
2014-01-14
Merge branch 'stable-2.0'
Mark H Weaver
1
-77
/
+248
2014-01-09
Implement R7RS 'syntax-error'.
Mark H Weaver
1
-18
/
+72
2014-01-09
psyntax: custom ellipses using 'with-ellipsis' or R7RS syntax-rules.
Mark H Weaver
1
-63
/
+164
2014-01-09
psyntax: toplevel variable definitions discard previous syntactic binding.
Mark H Weaver
1
-1
/
+3
2014-01-09
Merge branch 'stable-2.0'
Mark H Weaver
1
-11
/
+14
2013-12-16
Revert "Fix bound-identifier=? to compare binding names, not just symbolic na...
Mark H Weaver
1
-1
/
+0
2013-12-15
Fix bound-identifier=? to compare binding names, not just symbolic names.
Mark H Weaver
1
-0
/
+1
2013-12-13
syntax-case: fix error reporting for misplaced ellipses.
Mark H Weaver
1
-11
/
+14
2013-11-28
Merge commit '750ac8c592e792e627444f476877f282525b132e'
Andy Wingo
1
-1
/
+8
2013-11-18
Improve error when 'include' form with relative path is not in a file.
Mark H Weaver
1
-1
/
+8
2013-06-28
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
Andy Wingo
1
-35
/
+8
2013-06-23
psyntax: ((@@ primitive NAME) ARG ...) in (guile) module is a primcall
Andy Wingo
1
-44
/
+76
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-44
/
+68
[next]