aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify the error message when trying to import C methods [Bug #18385]Shugo Maeda2021-12-061-1/+1
* Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda2021-10-211-1/+67
* Consider modified modules initialized [Bug #18185]Nobuyoshi Nakada2021-09-241-0/+3
* include/ruby/internal/intern/eval.h: add doxygen卜部昌平2021-09-101-65/+0
* include/ruby/internal/intern/proc.h: add doxygen卜部昌平2021-09-101-17/+0
* include/ruby/internal/error.h: add doxygen卜部昌平2021-09-101-14/+0
* include/ruby/internal/interpreter.h: add doxygen卜部昌平2021-09-101-55/+0
* include/ruby/internal/iterator.h: add doxygen卜部昌平2021-09-101-64/+0
* include/ruby/internal/module.h: add doxygen卜部昌平2021-09-101-6/+0
* Remove root_jmpbuf in rb_thread_structNobuyoshi Nakada2021-08-101-3/+0
* Suppress a clobbered warningNobuyoshi Nakada2021-08-091-4/+3
* Suppress warnings in C++2aNobuyoshi Nakada2021-08-091-3/+4
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-011-5/+0
* Refactor rb_obj_call_init and rb_obj_call_init_kw (#4351)S.H2021-04-041-2/+1
* Add rb_exc_exception functionS.H2021-03-271-8/+13
* Make a few functions staticAlan Wu2021-03-181-7/+4
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-091-4/+4
* Copy va_list of exception classesNobuyoshi Nakada2021-02-091-1/+5
* Also `eclass` loop can raise in `rb_obj_is_kind_of`Nobuyoshi Nakada2021-02-091-1/+1
* Assign TAG_NONE to ruby_tag_type instead of 0Nobuyoshi Nakada2021-02-091-2/+2
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-051-1/+1
* Remove obsoleted internal/mjit.h inclusionTakashi Kokubun2020-11-221-1/+0
* fix public interfaceKoichi Sasada2020-11-181-1/+1
* Rename to `Fiber#set_scheduler`.Samuel Williams2020-11-071-2/+2
* Some global variables can be accessed from ractorsKoichi Sasada2020-10-201-0/+3
* Rework `rb_ec_scheduler_finalize` to ensure exceptions are printed.Samuel Williams2020-10-011-11/+16
* Fix order of operations during `rb_ec_finalize`.Samuel Williams2020-09-301-4/+9
* When setting current thread scheduler to nil, invoke `#close`.Samuel Williams2020-09-211-0/+11
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-1/+2
* Remove write barrier exemption for T_ICLASSAlan Wu2020-08-171-2/+1
* Lazily insert origins on prepend to save memoryAlan Wu2020-07-221-3/+0
* rb_class_modify_check: add UNREACHABLE卜部昌平2020-06-291-0/+1
* make_exception: early return卜部昌平2020-06-291-1/+1
* make_exception: do not goto into a branch卜部昌平2020-06-291-20/+13
* setup_exception: do not goto into a branch卜部昌平2020-06-291-4/+7
* rb_class_modify_check: do not goto into a branch卜部昌平2020-06-291-2/+1
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-031-2/+2
* 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
* Raise EPIPE at broken pipe for the backward compatibilityNobuyoshi Nakada2020-04-151-0/+6
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-081-0/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* Clear all trace events during teardownAlan Wu2020-03-291-1/+2
* The last argument of rb_rescue2() should always be (VALUE)0Benoit Daloze2020-03-281-1/+1
* Document defined? and global_variables handling of regexp global variables [c...Jeremy Evans2020-03-061-1/+4
* Introduce disposable call-cache.Koichi Sasada2020-02-221-1/+1
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-8/+0
* decouple internal.h headers卜部昌平2019-12-261-7/+19
* Kernel#abort without arguments should print error infoNobuyoshi Nakada2019-12-161-3/+3
* Make prepending a refined module after inclusion not break refinementsJeremy Evans2019-11-281-0/+3