summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
2021-01-13Moved Fiber methods into core [Feature #17407]Nobuyoshi Nakada
2021-01-05[DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer
2020-12-28Adjusted styles [ci skip]Nobuyoshi Nakada
2020-12-27Language tweaks to Fiber [doc]Marc-Andre Lafortune
2020-12-24Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-12-24Redocument non-blocking Fibers and schedulerzverok
2020-12-24Review commentszverok
2020-12-24Redocument Fiber#transferzverok
2020-12-23Enable `Fiber.current` and `Fiber#alive?` call inside ractorDelton Ding
2020-12-21Update Fiber#backtrace doc [See bug #17408]Marc-Andre Lafortune
2020-12-21Document Fiber#backtrace and #backtrace_locationszverok
2020-12-12Let Fiber#raise work with transferring fibersnicholas a. evans
2020-11-22Remove obsoleted internal/mjit.h inclusionTakashi Kokubun
2020-11-21Make sure all threads are scanned on unload_unitsTakashi Kokubun
2020-11-18fix public interfaceKoichi Sasada
2020-11-12strip trailing spaces and adjusted indents [ci skip]Nobuyoshi Nakada
2020-11-07Rename to `Fiber#set_scheduler`.Samuel Williams
2020-10-14Remove duplicated line [ci skip]Kazuhiro NISHIYAMA
2020-10-12relax Fiber#transfer's restrictionKoichi Sasada
2020-10-01Fix a use-after-free bug reported by ASANAaron Patterson
2020-09-14Make Mutex per-Fiber instead of per-ThreadBenoit Daloze
2020-09-14Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-08-18Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams
2020-06-05Ensure that the head of the vacancy list is correctly inserted into the linke...Samuel Williams
2020-05-25Fix documentation for Fiber#raise [ci skip]Jeremy Evans
2020-05-14Thread scheduler for light weight concurrency.Samuel Williams
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-11Added more NORETURN declarationsNobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-02-28Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-01-11Let execution context local storage be an ID tableLourens Naudé
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2019-12-26decouple internal.h headers卜部昌平
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-11-28Suppress strict-aliasing warning by x86_64-w64-mingw32-gcc 7.4.0Nobuyoshi Nakada
2019-11-04Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-11-01ruby_mimmalloc can return NULL卜部昌平
2019-10-28Fix continuation mark / compactAaron Patterson
2019-10-26Fix documentation for Fiber#transfer [ci skip]Jeremy Evans
2019-10-24show "transferred" attribute on Fiber#to_sKoichi Sasada
2019-10-24Revert "Fix Fiber#transfer"Koichi Sasada
2019-10-21Fix Fiber#transferJeremy Evans
2019-09-26Add rb_adjust_argv_kw_splat to internal.hJeremy Evans
2019-09-26Fix clang errors when pendantic errors enabledAaron Patterson
2019-09-26Fix keyword argument separation issues in Fiber#resumeJeremy Evans
2019-09-05Add VM_NO_KEYWORDSJeremy Evans
2019-09-05Propagate kw_splat informationYusuke Endoh
2019-08-27rb_proc_new / rb_fiber_new now free from ANYARGS卜部昌平