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
...
*
[DOC] some methods of Fiber do not need to require anymore [Feature #17407]
Kazuhiro NISHIYAMA
2021-03-22
1
-8
/
+3
*
Renamed functions for Fiber singleton methods
Nobuyoshi Nakada
2021-03-12
1
-9
/
+8
*
Constified variables for getenv
Nobuyoshi Nakada
2021-03-12
1
-1
/
+1
*
rb_fiber_terminate never returns
Nobuyoshi Nakada
2021-02-24
1
-2
/
+3
*
Send :fiber_switch event for almost every fiber_switch (#4207)
nicholas a. evans
2021-02-22
1
-18
/
+18
*
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-02-09
1
-7
/
+8
*
Moved Fiber methods into core [Feature #17407]
Nobuyoshi Nakada
2021-01-13
1
-11
/
+5
*
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2021-01-05
1
-1
/
+1
*
Adjusted styles [ci skip]
Nobuyoshi Nakada
2020-12-28
1
-2
/
+4
*
Language tweaks to Fiber [doc]
Marc-Andre Lafortune
2020-12-27
1
-56
/
+49
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-12-24
1
-1
/
+1
*
Redocument non-blocking Fibers and scheduler
zverok
2020-12-24
1
-1
/
+339
*
Review comments
zverok
2020-12-24
1
-3
/
+10
*
Redocument Fiber#transfer
zverok
2020-12-24
1
-27
/
+53
*
Enable `Fiber.current` and `Fiber#alive?` call inside ractor
Delton Ding
2020-12-23
1
-0
/
+3
*
Update Fiber#backtrace doc [See bug #17408]
Marc-Andre Lafortune
2020-12-21
1
-2
/
+2
*
Document Fiber#backtrace and #backtrace_locations
zverok
2020-12-21
1
-0
/
+65
*
Let Fiber#raise work with transferring fibers
nicholas a. evans
2020-12-12
1
-4
/
+23
*
Remove obsoleted internal/mjit.h inclusion
Takashi Kokubun
2020-11-22
1
-1
/
+0
*
Make sure all threads are scanned on unload_units
Takashi Kokubun
2020-11-21
1
-3
/
+6
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+1
*
strip trailing spaces and adjusted indents [ci skip]
Nobuyoshi Nakada
2020-11-12
1
-13
/
+13
*
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-11-07
1
-3
/
+41
*
Remove duplicated line [ci skip]
Kazuhiro NISHIYAMA
2020-10-14
1
-1
/
+0
*
relax Fiber#transfer's restriction
Koichi Sasada
2020-10-12
1
-35
/
+67
*
Fix a use-after-free bug reported by ASAN
Aaron Patterson
2020-10-01
1
-3
/
+1
*
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-14
1
-0
/
+11
*
Rename `Fiber{}` to `Fiber.schedule{}`.
Samuel Williams
2020-09-14
1
-1
/
+2
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-7
/
+11
*
Expose ec -> backtrace (internal) and use it to implement fiber backtrace.
Samuel Williams
2020-08-18
1
-0
/
+14
*
Ensure that the head of the vacancy list is correctly inserted into the linke...
Samuel Williams
2020-06-05
1
-0
/
+1
*
Fix documentation for Fiber#raise [ci skip]
Jeremy Evans
2020-05-25
1
-2
/
+2
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
1
-6
/
+86
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-1
/
+3
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Prevent unloading methods used in root_fiber while calling another Fiber (#2939)
Takashi Kokubun
2020-02-28
1
-3
/
+18
*
Let execution context local storage be an ID table
Lourens Naudé
2020-01-11
1
-2
/
+3
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-8
/
+4
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-7
/
+13
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Suppress strict-aliasing warning by x86_64-w64-mingw32-gcc 7.4.0
Nobuyoshi Nakada
2019-11-28
1
-2
/
+2
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-11-04
1
-1
/
+1
*
ruby_mimmalloc can return NULL
卜部昌平
2019-11-01
1
-0
/
+3
*
Fix continuation mark / compact
Aaron Patterson
2019-10-28
1
-0
/
+6
*
Fix documentation for Fiber#transfer [ci skip]
Jeremy Evans
2019-10-26
1
-6
/
+13
*
show "transferred" attribute on Fiber#to_s
Koichi Sasada
2019-10-24
1
-4
/
+10
*
Revert "Fix Fiber#transfer"
Koichi Sasada
2019-10-24
1
-2
/
+1
*
Fix Fiber#transfer
Jeremy Evans
2019-10-21
1
-1
/
+2
[prev]
[next]