aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* Moved Fiber methods into core [Feature #17407]Nobuyoshi Nakada2021-01-131-11/+5
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-051-1/+1
* Adjusted styles [ci skip]Nobuyoshi Nakada2020-12-281-2/+4
* Language tweaks to Fiber [doc]Marc-Andre Lafortune2020-12-271-56/+49
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-12-241-1/+1
* Redocument non-blocking Fibers and schedulerzverok2020-12-241-1/+339
* Review commentszverok2020-12-241-3/+10
* Redocument Fiber#transferzverok2020-12-241-27/+53
* Enable `Fiber.current` and `Fiber#alive?` call inside ractorDelton Ding2020-12-231-0/+3
* Update Fiber#backtrace doc [See bug #17408]Marc-Andre Lafortune2020-12-211-2/+2
* Document Fiber#backtrace and #backtrace_locationszverok2020-12-211-0/+65
* Let Fiber#raise work with transferring fibersnicholas a. evans2020-12-121-4/+23
* Remove obsoleted internal/mjit.h inclusionTakashi Kokubun2020-11-221-1/+0
* Make sure all threads are scanned on unload_unitsTakashi Kokubun2020-11-211-3/+6
* fix public interfaceKoichi Sasada2020-11-181-1/+1
* strip trailing spaces and adjusted indents [ci skip]Nobuyoshi Nakada2020-11-121-13/+13
* Rename to `Fiber#set_scheduler`.Samuel Williams2020-11-071-3/+41
* Remove duplicated line [ci skip]Kazuhiro NISHIYAMA2020-10-141-1/+0
* relax Fiber#transfer's restrictionKoichi Sasada2020-10-121-35/+67
* Fix a use-after-free bug reported by ASANAaron Patterson2020-10-011-3/+1
* Make Mutex per-Fiber instead of per-ThreadBenoit Daloze2020-09-141-0/+11
* Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams2020-09-141-1/+2
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-7/+11
* Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams2020-08-181-0/+14
* Ensure that the head of the vacancy list is correctly inserted into the linke...Samuel Williams2020-06-051-0/+1
* Fix documentation for Fiber#raise [ci skip]Jeremy Evans2020-05-251-2/+2
* Thread scheduler for light weight concurrency.Samuel Williams2020-05-141-6/+86
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Added more NORETURN declarationsNobuyoshi Nakada2020-05-111-1/+3
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun2020-02-281-3/+18
* Let execution context local storage be an ID tableLourens Naudé2020-01-111-2/+3
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-8/+4
* decouple internal.h headers卜部昌平2019-12-261-7/+13
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Suppress strict-aliasing warning by x86_64-w64-mingw32-gcc 7.4.0Nobuyoshi Nakada2019-11-281-2/+2
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-11-041-1/+1
* ruby_mimmalloc can return NULL卜部昌平2019-11-011-0/+3
* Fix continuation mark / compactAaron Patterson2019-10-281-0/+6
* Fix documentation for Fiber#transfer [ci skip]Jeremy Evans2019-10-261-6/+13
* show "transferred" attribute on Fiber#to_sKoichi Sasada2019-10-241-4/+10
* Revert "Fix Fiber#transfer"Koichi Sasada2019-10-241-2/+1
* Fix Fiber#transferJeremy Evans2019-10-211-1/+2
* Add rb_adjust_argv_kw_splat to internal.hJeremy Evans2019-09-261-1/+0
* Fix clang errors when pendantic errors enabledAaron Patterson2019-09-261-4/+4
* Fix keyword argument separation issues in Fiber#resumeJeremy Evans2019-09-261-11/+30
* Add VM_NO_KEYWORDSJeremy Evans2019-09-051-1/+1
* Propagate kw_splat informationYusuke Endoh2019-09-051-1/+1
* rb_proc_new / rb_fiber_new now free from ANYARGS卜部昌平2019-08-271-1/+1