index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cont.c
Age
Commit message (
Expand
)
Author
2022-12-10
Add spec for fiber storage. (#6896)
Samuel Williams
2022-12-01
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-04
Lower priority of `POSIX_MADV_DONTNEED`. (#6671)
Samuel Williams
2022-10-31
Reuse FIBER_RESUMED_P macro
S-H-GAMELINKS
2022-10-25
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-19
MJIT: Stop using the VM barrier for jit_cont
Takashi Kokubun
2022-10-18
Allow passing a Rust closure to rb_iseq_callback (#6575)
Takashi Kokubun
2022-10-17
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-15
Update `Fiber::Scheduler` documentation. (#6562)
Samuel Williams
2022-10-12
Improvements to IO::Buffer implementation and documentation. (#6525)
Samuel Williams
2022-10-06
Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)
Samuel Williams
2022-09-20
Try to ignore a noisy ASAN warning for continuation
Yusuke Endoh
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-20
Prevent the stack from being marked twice
Aaron Patterson
2022-06-13
cont.c: prevent a warning of GCC 12.1
Yusuke Endoh
2022-05-26
Remove unnecessary ignore warnings.
Samuel Williams
2022-05-25
Ensure we retain the main fiber stack bounds.
Samuel Williams
2022-05-25
Tidy up redundant returns.
Samuel Williams
2022-05-25
Add support for address sanitizer for amd64 and arm64.
Samuel Williams
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2022-03-18
Fix potential memory leak at fiber pool
Nobuyoshi Nakada
2022-03-18
Fix compilation error with `RB_EXPERIMENTAL_FIBER_POOL`
Nobuyoshi Nakada
2022-03-15
[DOC]Fix FreeBSD Bugzilla link
S-H-GAMELINKS
2022-03-13
Fix conversion macro for `size_t`
Nobuyoshi Nakada
2022-03-13
Fix experimental Fiber::Pool definition
Nobuyoshi Nakada
2022-01-19
`rb_fiber_terminate` must not return [Bug #18497]
Nobuyoshi Nakada
2022-01-01
Negative RBOOL usage
Nobuyoshi Nakada
2021-12-21
Tidy up fiber scheduler interface documentation for `address_resolve` and `ti...
Samuel Williams
2021-12-21
Update cont.c
Samuel Williams
2021-12-21
Add SchedulerInterface#timeout_after and #address_resolve docs
zverok
2021-12-21
Document Fiber::SchedulerInterface#io_read and #io_write
zverok
2021-11-30
Fix conflicting declaration on Solaris
Nobuyoshi Nakada
2021-11-30
Workaround for implicit declaration of function 'madvise' on Solaris
Naohisa Goto
2021-09-30
rb_fiber_raise(): add doxygen
卜部昌平
2021-09-20
Expose `rb_fiber_raise` and tidy up the internal implementation.
Samuel Williams
2021-09-02
Suppress format-pedantic warnings
Nobuyoshi Nakada
2021-08-10
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-08-07
Remove unneeded rb_fiber_transfer_kw declaration
S-H-GAMELINKS
2021-08-02
Using RBOOL macro
S.H
2021-07-18
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-07-17
cont.c: fix formatting of RDoc for Fiber class
Kazuki Yamaguchi
2021-07-01
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-06-12
cont.c: Replace "iff" with "if and only if"
nagachika
2021-06-03
Suppress clobbered warnings on Travis-CI ppc64le-linux
Nobuyoshi Nakada
2021-06-03
Expose `rb_fiber_transfer` and `rb_fiber_transfer_kw`.
Samuel Williams
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-03-30
Fix handling of timeout accessing scheduler outside of non-blocking context.
Samuel Williams
2021-03-29
fiber context update for Mac OS.
David CARLIER
2021-03-22
solaris/illumos build fix.
David Carlier
[next]