index
:
janet
1.8
appveyor-experiments
appveyor-testing
armtest
atomic-load-relaxed
bindport
bsd-feature-flag
bundle-tools
bytecode_opt
circleci-project-setup
clean-string-api
compile-opt
configcheck
connect-ex-work
consolidate-io
core-image
cosmo-fixup
cuddled-symbols
debug-hooks
default-amalg
dup-fix
envblock
ev
ev-epoll-fewer-syscalls
ev-reduce-polls
ev_execute
executable-gen
ffi
ffi-win32
filewatch
fsync
hexfloats
improved-execute
inet_test
installer-changes-windows
issue-1692
jpm
keyword-oo
linspace-range
linting
localbindings
locales
longstring-autoindent
make-modules-easier
marshal_corrupt_fix
master
matchcap
math-functions
meson-only
mingw-variants
negative-indexing-redo
net
net-reworkings
newjpm
no-critical-section
no-int
op_subtract_imm
pointer
posix-spawn-chdir
posix_spawn
release-fix
repl-complete
s390x-ci-fix
s390x-workflow
shell-win-feature-check
sigaction
size_t_everything
socket-extra-ipv6
sockopt-bsd
sortkeys
struct-proto
sync-primitives
threads-3
undo-deep-eq-fix
use-size_t
weak-tables
win-scratch
windows-ev
A dynamic language and bytecode vm
Calvin Rose <calsrose@gmail.com>
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
(
follow
)
Age
Commit message (
Expand
)
Author
Lines
4 days
Align items in multiline pretty format (%m and %p) (#1721)
McSinyx
-1
/
+64
7 days
Use ConnectEx for non-blocking connect on windows when available.
Calvin Rose
-5
/
+4
9 days
Dup io file descriptors when marshalling closable files.
Calvin Rose
-0
/
+17
10 days
Move some files around code more defensively for mitigation.
Calvin Rose
-0
/
+0
10 days
Fix GC collecting active fiber during nested janet_continue (#1720)
Brett
-0
/
+143
2026-02-17
Generate JOP_PUT_INDEX in the compiler when possible.
Calvin Rose
-2
/
+4
2026-02-17
Add regression test for issue #1714
Calvin Rose
-0
/
+8
2026-02-06
Remove extra output from peg test.
Calvin Rose
-2
/
+4
2026-02-06
VERBOSE=1 caused tests to fail as we did more asserts inside the assert.
Calvin Rose
-8
/
+4
2026-02-06
More tweaks to peg suite for arm32 failures.
Calvin Rose
-2
/
+4
2026-02-05
Print "actual" output on verbose mode for suite-peg
Calvin Rose
-26
/
+34
2026-02-05
Line endings in tests.
Calvin Rose
-2
/
+2
2026-02-05
Auto-format janet.
Calvin Rose
-137
/
+138
2026-02-04
Show accumulation buffer and tagged capture in peg debug rule.
Calvin Rose
-9
/
+55
2026-02-04
Move peg debug output to stderr in line with other internal debug tools.
Calvin Rose
-14
/
+20
2026-02-04
Add ??/debug PEG rule (#1710)
0xbec163
-0
/
+47
2026-01-31
More tweaks for named arity linting.
Calvin Rose
-0
/
+12
2026-01-31
Make sure named argumnets are compiled before destructured params.
Calvin Rose
-0
/
+3
2026-01-31
Partially address issue #1654 - better linting for named arguments.
Calvin Rose
-0
/
+33
2026-01-29
Preserve tuple type to fix #1709
Calvin Rose
-0
/
+5
2026-01-28
Disallow scheduling already modified fibers.
Calvin Rose
-0
/
+6
2026-01-24
Add test case to help address #1705
Calvin Rose
-0
/
+23
2026-01-23
Address #170 - strchr was not properly checking for 0 byte.
Calvin Rose
-1
/
+4
2026-01-23
Address #1700 and move test cases to suite-compile.janet
Calvin Rose
-17
/
+27
2026-01-23
Address #1699 and improve test case for #1702
Calvin Rose
-4
/
+15
2026-01-23
Address #1702 with extra bounds check.
Calvin Rose
-1
/
+6
2026-01-17
Don't use new flag on mingw test.
Calvin Rose
-1
/
+1
2026-01-17
Make sure to run test with old flags as well.
Calvin Rose
-1
/
+16
2026-01-17
Add option to explicity inherit handles rather than implicitly.
Calvin Rose
-1
/
+1
2026-01-17
Add shorthand for os test.
Calvin Rose
-0
/
+4
2026-01-12
Disable ipv6 for now in main test.
socket-extra-ipv6
Calvin Rose
-2
/
+2
2026-01-12
Turn strict linting back on.
Calvin Rose
-1
/
+1
2026-01-12
Some more work on socket testing and allow setting ipv4 vs. ipv6 on raw
Calvin Rose
-3
/
+38
2026-01-10
Revert "Reworking coloring logic for repl and CLI interface."
Calvin Rose
-0
/
+1
2026-01-10
Reworking coloring logic for repl and CLI interface.
Calvin Rose
-1
/
+0
2026-01-10
Turn on strict linting in test suite.
Calvin Rose
-4
/
+9
2026-01-10
Warn on unused bindings (strict lint).
Calvin Rose
-12
/
+30
2026-01-09
Add test case.
issue-1692
Calvin Rose
-0
/
+4
2026-01-02
Update year in copyright disclaimer to 2026
Michael Camilleri
-33
/
+33
2025-12-22
Add fix for issue #1687 - destrucutre + splice
Calvin Rose
-0
/
+5
2025-12-15
Exclude MinGW on WINE from special case
Michael Camilleri
-1
/
+4
2025-12-15
Add special case for expected error on MinGW
Michael Camilleri
-2
/
+4
2025-12-15
Use double-NULL byte for empty process environments on Windows
Michael Camilleri
-0
/
+4
2025-11-30
Address #1674 - Add `cms` combinator to peg.
Calvin Rose
-1
/
+10
2025-11-30
Add test case for dollar suffix match.
Calvin Rose
-0
/
+4
2025-11-30
Allow matching tuples and arrays exactly via a dollar suffix.
Calvin Rose
-0
/
+6
2025-10-27
Revert support for bundles without an info file
Michael Camilleri
-3
/
+3
2025-10-26
Confirm necessary files during bundle installation
Michael Camilleri
-1
/
+15
2025-10-24
add some tests for the (try) macro
Ian Henry
-0
/
+7
2025-09-01
Add test case for string/format %s of buffer
Calvin Rose
-0
/
+3
[next]