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
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Lines
2022-03-21
Fix master - check last change with stackn
Calvin Rose
-1
/
+2
2022-03-21
Auto update copyright date.
Calvin Rose
-54
/
+54
2022-03-21
Address #926 - enter the event loop from janet_dobytes or
Calvin Rose
-2
/
+10
2022-03-17
Refactor __MACH__ to JANET_APPLE
Jason Pepas
-5
/
+5
2022-03-07
Merge pull request #931 from saikyun/norm-neg
Calvin Rose
-1
/
+1
2022-03-06
Merge pull request #932 from ishehadeh/feature/int-to-bytes
Calvin Rose
-0
/
+56
2022-03-05
int/to-bytes: return a buffer instead of a tuple
Ian Shehadeh
-8
/
+26
2022-03-05
normalize zero without branching
Jona Ekenberg
-1
/
+1
2022-03-04
Fix #928 - Fix hashing of negative 0.
Calvin Rose
-0
/
+1
2022-03-04
add int/to-bytes
Ian Shehadeh
-0
/
+38
2022-02-24
Formatting cleanup.
Calvin Rose
-5
/
+5
2022-02-24
Merge pull request #924 from uvtc/patch-2
Calvin Rose
-1
/
+4
2022-02-23
Update docs for `describe`
John Gabriele
-1
/
+4
2022-02-21
int/to-number: restrict input to JANET_INTMAX/MIN
Ian Shehadeh
-9
/
+8
2022-02-20
add int/to-number: converts s64 and u64 to numbers
Ian Shehadeh
-0
/
+33
2022-02-12
Address #804 - save and restore module cache when flychecking.
Calvin Rose
-0
/
+4
2022-02-11
Merge branch 'master' of github.com:janet-lang/janet
Calvin Rose
-2
/
+19
2022-02-11
Add `defdyn` macro to allow docs and checking for dyns.
Calvin Rose
-22
/
+73
2022-02-11
ev: Fix timeout pruning logic
paulsnar
-2
/
+19
2022-02-10
Mark a fiber as a root fiber during scheduling, not resumption.
Calvin Rose
-5
/
+4
2022-02-09
MSVC unwilling to concatenate strings across preprocessor directives.
Calvin Rose
-7
/
+6
2022-02-09
Update CHANGELOG.md
Calvin Rose
-2
/
+1
2022-02-09
Address #920 - fiber cancellation can hang event loop.
Calvin Rose
-6
/
+25
2022-02-09
Fix #919 - strange quasiquote behavior.
Calvin Rose
-4
/
+6
2022-02-04
shell: Handle EINTR on long reads
paulsnar
-2
/
+9
2022-01-27
Prepare for 1.20.0 release.
v1.20.0
Calvin Rose
-3
/
+3
2022-01-27
Update signature of :missing-symbol hook.
Calvin Rose
-16
/
+14
2022-01-24
Merge pull request #914 from pyrmont/feature.missing-symbols
Calvin Rose
-2
/
+57
2022-01-24
Fix declaration error in switch statement
Michael Camilleri
-1
/
+1
2022-01-24
Move missing symbol lookup to compiler
Michael Camilleri
-17
/
+59
2022-01-23
Avoid panicking when calling :missing-symbol lookup function
Michael Camilleri
-3
/
+10
2022-01-23
Remove :modules dynamic binding
Michael Camilleri
-2
/
+0
2022-01-21
Merge branch 'master' of github.com:janet-lang/janet
Calvin Rose
-0
/
+2
2022-01-21
Avoid possible infinite loop in rest destructuring.
Calvin Rose
-2
/
+2
2022-01-21
Merge pull request #915 from AlbertoGP/master
Calvin Rose
-0
/
+2
2022-01-21
Fix formating on master.
Calvin Rose
-6
/
+4
2022-01-21
Add ppc64 to os/arch
Alberto González Palomo
-0
/
+2
2022-01-21
Support looking up missing symbols during compilation
Michael Camilleri
-2
/
+10
2022-01-20
Add match documentation for & rest pattern
Ian Shehadeh
-0
/
+1
2022-01-20
add checks to & _ pattern in match macro
Ian Shehadeh
-1
/
+9
2022-01-20
error if '& is followed by 2+ items in destructure
Ian Shehadeh
-0
/
+14
2022-01-20
use janet_checktype over janet_type and ==
Ian Shehadeh
-2
/
+2
2022-01-19
add checks for & _ destructuring pattern
Ian Shehadeh
-1
/
+11
2022-01-19
add support for & _ to match macro
Ian Shehadeh
-6
/
+24
2022-01-15
POC "rest" pattern in destructuring
Ian Shehadeh
-0
/
+39
2022-01-14
Fix redefinable macros
Michael Camilleri
-1
/
+1
2022-01-08
correct stack frame table keys in debug/stack doc
Ian Shehadeh
-2
/
+2
2022-01-08
Merge branch 'master' of github.com:janet-lang/janet
Calvin Rose
-0
/
+4
2022-01-08
Make top level vars reuse ref cell when redefined at the top level.
Calvin Rose
-20
/
+23
2022-01-07
windows: fix ev/read hang when called on fs stream
Ian Shehadeh
-0
/
+4
[next]