index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Age
Commit message (
Expand
)
Author
2021-10-21
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-09-24
Consider modified modules initialized [Bug #18185]
Nobuyoshi Nakada
2021-09-10
include/ruby/internal/intern/eval.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/intern/proc.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/error.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/interpreter.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/iterator.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/module.h: add doxygen
卜部昌平
2021-08-10
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-08-09
Suppress a clobbered warning
Nobuyoshi Nakada
2021-08-09
Suppress warnings in C++2a
Nobuyoshi Nakada
2021-07-01
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-04-04
Refactor rb_obj_call_init and rb_obj_call_init_kw (#4351)
S.H
2021-03-27
Add rb_exc_exception function
S.H
2021-03-18
Make a few functions static
Alan Wu
2021-02-09
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-02-09
Copy va_list of exception classes
Nobuyoshi Nakada
2021-02-09
Also `eclass` loop can raise in `rb_obj_is_kind_of`
Nobuyoshi Nakada
2021-02-09
Assign TAG_NONE to ruby_tag_type instead of 0
Nobuyoshi Nakada
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2020-11-22
Remove obsoleted internal/mjit.h inclusion
Takashi Kokubun
2020-11-18
fix public interface
Koichi Sasada
2020-11-07
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-10-20
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-01
Rework `rb_ec_scheduler_finalize` to ensure exceptions are printed.
Samuel Williams
2020-09-30
Fix order of operations during `rb_ec_finalize`.
Samuel Williams
2020-09-21
When setting current thread scheduler to nil, invoke `#close`.
Samuel Williams
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-08-17
Remove write barrier exemption for T_ICLASS
Alan Wu
2020-07-22
Lazily insert origins on prepend to save memory
Alan Wu
2020-06-29
rb_class_modify_check: add UNREACHABLE
卜部昌平
2020-06-29
make_exception: early return
卜部昌平
2020-06-29
make_exception: do not goto into a branch
卜部昌平
2020-06-29
setup_exception: do not goto into a branch
卜部昌平
2020-06-29
rb_class_modify_check: do not goto into a branch
卜部昌平
2020-06-03
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-15
Raise EPIPE at broken pipe for the backward compatibility
Nobuyoshi Nakada
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-29
Clear all trace events during teardown
Alan Wu
2020-03-28
The last argument of rb_rescue2() should always be (VALUE)0
Benoit Daloze
2020-03-06
Document defined? and global_variables handling of regexp global variables [c...
Jeremy Evans
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-16
Kernel#abort without arguments should print error info
Nobuyoshi Nakada
2019-11-28
Make prepending a refined module after inclusion not break refinements
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
[next]