index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add spec for fiber storage. (#6896)
Samuel Williams
2022-12-10
1
-0
/
+7
*
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-12-01
1
-53
/
+261
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-3
/
+3
*
Lower priority of `POSIX_MADV_DONTNEED`. (#6671)
Samuel Williams
2022-11-04
1
-3
/
+18
*
Reuse FIBER_RESUMED_P macro
S-H-GAMELINKS
2022-10-31
1
-1
/
+1
*
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-25
1
-1
/
+1
*
MJIT: Stop using the VM barrier for jit_cont
Takashi Kokubun
2022-10-19
1
-13
/
+22
*
Allow passing a Rust closure to rb_iseq_callback (#6575)
Takashi Kokubun
2022-10-18
1
-2
/
+2
*
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-17
1
-15
/
+116
*
Update `Fiber::Scheduler` documentation. (#6562)
Samuel Williams
2022-10-15
1
-339
/
+1
*
Improvements to IO::Buffer implementation and documentation. (#6525)
Samuel Williams
2022-10-12
1
-8
/
+29
*
Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)
Samuel Williams
2022-10-06
1
-0
/
+32
*
Try to ignore a noisy ASAN warning for continuation
Yusuke Endoh
2022-09-20
1
-0
/
+2
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-1
/
+1
*
Prevent the stack from being marked twice
Aaron Patterson
2022-07-20
1
-0
/
+6
*
cont.c: prevent a warning of GCC 12.1
Yusuke Endoh
2022-06-13
1
-0
/
+4
*
Remove unnecessary ignore warnings.
Samuel Williams
2022-05-26
1
-5
/
+1
*
Ensure we retain the main fiber stack bounds.
Samuel Williams
2022-05-25
1
-3
/
+14
*
Tidy up redundant returns.
Samuel Williams
2022-05-25
1
-3
/
+1
*
Add support for address sanitizer for amd64 and arm64.
Samuel Williams
2022-05-25
1
-2
/
+40
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-1
/
+1
*
Fix potential memory leak at fiber pool
Nobuyoshi Nakada
2022-03-18
1
-2
/
+2
*
Fix compilation error with `RB_EXPERIMENTAL_FIBER_POOL`
Nobuyoshi Nakada
2022-03-18
1
-1
/
+4
*
[DOC]Fix FreeBSD Bugzilla link
S-H-GAMELINKS
2022-03-15
1
-1
/
+1
*
Fix conversion macro for `size_t`
Nobuyoshi Nakada
2022-03-13
1
-2
/
+2
*
Fix experimental Fiber::Pool definition
Nobuyoshi Nakada
2022-03-13
1
-1
/
+1
*
`rb_fiber_terminate` must not return [Bug #18497]
Nobuyoshi Nakada
2022-01-19
1
-1
/
+2
*
Negative RBOOL usage
Nobuyoshi Nakada
2022-01-01
1
-1
/
+1
*
Tidy up fiber scheduler interface documentation for `address_resolve` and `ti...
Samuel Williams
2021-12-21
1
-14
/
+34
*
Update cont.c
Samuel Williams
2021-12-21
1
-8
/
+23
*
Add SchedulerInterface#timeout_after and #address_resolve docs
zverok
2021-12-21
1
-0
/
+39
*
Document Fiber::SchedulerInterface#io_read and #io_write
zverok
2021-12-21
1
-1
/
+67
*
Fix conflicting declaration on Solaris
Nobuyoshi Nakada
2021-11-30
1
-2
/
+1
*
Workaround for implicit declaration of function 'madvise' on Solaris
Naohisa Goto
2021-11-30
1
-0
/
+8
*
rb_fiber_raise(): add doxygen
卜部昌平
2021-09-30
1
-2
/
+2
*
Expose `rb_fiber_raise` and tidy up the internal implementation.
Samuel Williams
2021-09-20
1
-71
/
+94
*
Suppress format-pedantic warnings
Nobuyoshi Nakada
2021-09-02
1
-4
/
+4
*
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-08-10
1
-2
/
+0
*
Remove unneeded rb_fiber_transfer_kw declaration
S-H-GAMELINKS
2021-08-07
1
-2
/
+0
*
Using RBOOL macro
S.H
2021-08-02
1
-7
/
+2
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-07-18
1
-2
/
+4
*
cont.c: fix formatting of RDoc for Fiber class
Kazuki Yamaguchi
2021-07-17
1
-2
/
+2
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-70
/
+71
*
cont.c: Replace "iff" with "if and only if"
nagachika
2021-06-12
1
-1
/
+1
*
Suppress clobbered warnings on Travis-CI ppc64le-linux
Nobuyoshi Nakada
2021-06-03
1
-1
/
+1
*
Expose `rb_fiber_transfer` and `rb_fiber_transfer_kw`.
Samuel Williams
2021-06-03
1
-3
/
+3
*
Fix some typos by spell checker
Ryuta Kamizono
2021-04-26
1
-2
/
+2
*
Fix handling of timeout accessing scheduler outside of non-blocking context.
Samuel Williams
2021-03-30
1
-0
/
+15
*
fiber context update for Mac OS.
David CARLIER
2021-03-29
1
-1
/
+11
*
solaris/illumos build fix.
David Carlier
2021-03-22
1
-0
/
+2
[next]