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
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
2013-04-07
Do not scan for coding declarations in open-file.
Mark H Weaver
1
-4
/
+6
2013-04-04
Nicer docstring syntax for case-lambda.
Mark H Weaver
1
-40
/
+62
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-21
/
+15
2013-03-13
add #:resolve-syntax-parameters? kwarg to syntax-local-binding
Andy Wingo
1
-2
/
+6
2013-03-09
allow case-lambda expressions with no clauses
Andy Wingo
1
-18
/
+12
2013-02-19
better handling of windows file name conventions
Andy Wingo
1
-3
/
+3
2013-01-31
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-49
/
+52
2013-01-31
Do not defer expansion of internal define-syntax forms.
Mark H Weaver
1
-19
/
+10
2013-01-27
Fix source annotation bug in psyntax 'expand-body'.
Mark H Weaver
1
-1
/
+1
2013-01-23
Regenerate psyntax-pp.scm.
Mark H Weaver
1
-23
/
+27
2012-10-10
Revert "Preserve keyword identifier in 'syntax-rules' and 'define-syntax-rule'"
Mark H Weaver
1
-12
/
+12
2012-10-08
Preserve keyword identifier in 'syntax-rules' and 'define-syntax-rule'
Mark H Weaver
1
-12
/
+12
2012-07-24
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-10
/
+26
2012-07-06
Fix @ and @@ to not capture lexicals; new @@ @@ form for R6RS libraries
Mark H Weaver
1
-10
/
+26
2012-03-08
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-137
/
+0
2012-03-04
Comment out unused definitions of 'do' and 'case' in psyntax.scm
Mark H Weaver
1
-137
/
+0
2012-03-03
Merge branch 'stable-2.0'
Mark H Weaver
1
-25304
/
+3191
2012-03-03
Minimize size of embedded syntax objects in psyntax-pp.scm
Mark H Weaver
1
-8145
/
+152
2012-03-03
tree-il->scheme improvements
Mark H Weaver
1
-24927
/
+9294
2012-03-02
Fix typos in psyntax.scm
Mark H Weaver
1
-8433
/
+8506
2012-02-17
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-9073
/
+10788
[next]