summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-20Macro-introduced top-level vars scope to their module even if unboundHEADmainAndy Wingo
2024-02-20Regenerate psyntax-pp.scmAndy Wingo
2024-02-10HACKING: Suggest bug-guix.Ludovic Courtès
2024-01-29Match on correct argument in make-custom-portJonas Hahnfeld
2024-01-29Fix loading of custom-ports extensionJonas Hahnfeld
2024-01-29Ignore more generated filesJonas Hahnfeld
2024-01-29Deduplicate and sort .gitignoreJonas Hahnfeld
2024-01-29Delete two config.rpath scriptsJonas Hahnfeld
2024-01-29ftw: Fix getuid-or-false, getgid-or-false macros.Tomas Volf
2024-01-29Add more detailed instructions into the HACKING file.Tomas Volf
2024-01-29Fix test for unique macro-introduced toplevelsAndy Wingo
2024-01-29default-frame-width is a parameterAndy Wingo
2024-01-29Ensure macro-introduced top-level identifiers are uniqueAndy Wingo
2024-01-25Fix asymetric mutex locking when joining thread.Olivier Dion
2024-01-24Test ‘scm_i_signal_delivery_thread’ with ‘scm_is_true’.Ludovic Courtès
2024-01-24Fix cross-compilation to MinGW.Ludovic Courtès
2024-01-24bug#68507: [PATCH] doc: Fix example in list-transduce example.Tomas Volf
2024-01-24doc: Remove reference to “benevolent dictators”.Ludovic Courtès
2024-01-24Update NEWS.Ludovic Courtès
2024-01-24Bump user-visible copyright years to 2024.Ludovic Courtès
2024-01-05Stop signal thread before forking, restart it afterwards.Ludovic Courtès
2023-12-28build: Error out when ‘scmconfig.h’ generation fails.Ludovic Courtès
2023-12-28debug: Print wider stack frames when not writing to a tty.Ludovic Courtès
2023-11-28Minor typo in the manual無無
2023-11-27Recognize append as a primcall and optimize itAndy Wingo
2023-11-27Avoid swallowing errors for (values) operands of elided primcallsAndy Wingo
2023-11-23Unbound vars fixupAndy Wingo
2023-11-23Allow targets to preclude unbound variablesAndy Wingo
2023-11-23prompts avoid introducing throw; fixup peval testAndy Wingo
2023-11-23peval avoids introducing 'throwAndy Wingo
2023-11-23CPS conversion does not introduce "throw"Andy Wingo
2023-11-20Fix bug lowering logand/immediate to ulogand/immediateAndy Wingo
2023-11-20Fix mistype in specialize-numbersAndy Wingo
2023-11-20Allow target runtime to override symbol hashAndy Wingo
2023-11-20Add logand/immediate, ulogand/immediate primcallsAndy Wingo
2023-11-17Mark symbol-hash primcall as having unboxed resultAndy Wingo
2023-11-17Add CPS primcall for symbol-hashAndy Wingo
2023-11-15peval: better primcall folding in effect contextsAndy Wingo
2023-11-15peval: elide effect-free primcalls in effect contextAndy Wingo
2023-11-15Add extensibility to Tree-IL effects analysisAndy Wingo
2023-11-15Allow string->utf8 to constant-foldAndy Wingo
2023-11-15Fix pretty-print with a per-line prefixAndy Wingo
2023-11-02Update set of decimal zeroes for Unicode 15.1.0Andy Wingo
2023-10-02Fix branch fusingAndy Wingo
2023-10-02Improve handling of push/pop/drop in jitAndy Wingo
2023-10-02Widen all jit compiler routines to take 32-bit operandsAndy Wingo
2023-09-29Add test for r7rs string-for-eachDaniel Llorens
2023-09-29Fix (scheme base) string-for-each.Taylan Kammer
2023-09-28Fix example in syntax-rules docEkaitz Zarraga
2023-09-18Fix docstring for symbol->string, string->symbolAndy Wingo