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
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
2023-07-31
Add Refinement#target and deprecate Refinement#refined_class
Shugo Maeda
2023-07-31
use inline cache for refinements
Koichi Sasada
2023-04-13
Ensure throw data is not set as cause
Peter Zhu
2023-03-07
Remove obsoleted functions in rjit.c
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-02-15
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2022-12-20
[Bug #19242] Prohibit circular causes to be loaded
Nobuyoshi Nakada
2022-11-25
The mode flags may be clobbered by tag jumps
Nobuyoshi Nakada
2022-11-22
[Bug #19016] re-order error handling at cleanup
Nobuyoshi Nakada
2022-11-20
[Bug #19016] Handle syntax error in main script like other errors
Nobuyoshi Nakada
2022-11-20
Use `enum ruby_tag_type` over `int`
Nobuyoshi Nakada
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-19
MJIT: Stop using the VM barrier for jit_cont
Takashi Kokubun
2022-10-17
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-09-24
Support using at toplevel in wrapped script
Chris Salzberg
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-05-23
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2022-03-18
A positional Hash is not keyword arguments [Bug #18632]
Nobuyoshi Nakada
2022-01-05
Remove Refinement#{extend_object,append_features,prepend_features}
Jeremy Evans
2022-01-05
Add Module#refinements and Refinement#refined_class [Feature #12737]
Shugo Maeda
2022-01-05
Add Module.used_refinements
Shugo Maeda
2021-12-26
Remove Refinement#include and Refinement#prepend
Nobuyoshi Nakada
2021-12-24
Add docs for Refinement class
zverok
2021-12-06
Clarify the error message when trying to import C methods [Bug #18385]
Shugo Maeda
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
[next]