index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure throw data is not set as cause
Peter Zhu
2023-04-13
1
-0
/
+4
*
Remove obsoleted functions in rjit.c
Takashi Kokubun
2023-03-07
1
-2
/
+0
*
s/mjit/rjit/
Takashi Kokubun
2023-03-06
1
-2
/
+2
*
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-02-15
1
-1
/
+1
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-1
/
+1
*
[Bug #19242] Prohibit circular causes to be loaded
Nobuyoshi Nakada
2022-12-20
1
-0
/
+4
*
The mode flags may be clobbered by tag jumps
Nobuyoshi Nakada
2022-11-25
1
-1
/
+1
*
[Bug #19016] re-order error handling at cleanup
Nobuyoshi Nakada
2022-11-22
1
-46
/
+51
*
[Bug #19016] Handle syntax error in main script like other errors
Nobuyoshi Nakada
2022-11-20
1
-1
/
+2
*
Use `enum ruby_tag_type` over `int`
Nobuyoshi Nakada
2022-11-20
1
-4
/
+4
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-8
/
+8
*
MJIT: Stop using the VM barrier for jit_cont
Takashi Kokubun
2022-10-19
1
-1
/
+2
*
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-17
1
-1
/
+3
*
Support using at toplevel in wrapped script
Chris Salzberg
2022-09-24
1
-2
/
+4
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-350
/
+350
*
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-05-23
1
-8
/
+5
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-2
/
+2
*
A positional Hash is not keyword arguments [Bug #18632]
Nobuyoshi Nakada
2022-03-18
1
-4
/
+5
*
Remove Refinement#{extend_object,append_features,prepend_features}
Jeremy Evans
2022-01-05
1
-3
/
+18
*
Add Module#refinements and Refinement#refined_class [Feature #12737]
Shugo Maeda
2022-01-05
1
-1
/
+43
*
Add Module.used_refinements
Shugo Maeda
2022-01-05
1
-0
/
+53
*
Remove Refinement#include and Refinement#prepend
Nobuyoshi Nakada
2021-12-26
1
-2
/
+2
*
Add docs for Refinement class
zverok
2021-12-24
1
-6
/
+1
*
Clarify the error message when trying to import C methods [Bug #18385]
Shugo Maeda
2021-12-06
1
-1
/
+1
*
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-21
1
-1
/
+67
*
Consider modified modules initialized [Bug #18185]
Nobuyoshi Nakada
2021-09-24
1
-0
/
+3
*
include/ruby/internal/intern/eval.h: add doxygen
卜部昌平
2021-09-10
1
-65
/
+0
*
include/ruby/internal/intern/proc.h: add doxygen
卜部昌平
2021-09-10
1
-17
/
+0
*
include/ruby/internal/error.h: add doxygen
卜部昌平
2021-09-10
1
-14
/
+0
*
include/ruby/internal/interpreter.h: add doxygen
卜部昌平
2021-09-10
1
-55
/
+0
*
include/ruby/internal/iterator.h: add doxygen
卜部昌平
2021-09-10
1
-64
/
+0
*
include/ruby/internal/module.h: add doxygen
卜部昌平
2021-09-10
1
-6
/
+0
*
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-08-10
1
-3
/
+0
*
Suppress a clobbered warning
Nobuyoshi Nakada
2021-08-09
1
-4
/
+3
*
Suppress warnings in C++2a
Nobuyoshi Nakada
2021-08-09
1
-3
/
+4
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-5
/
+0
*
Refactor rb_obj_call_init and rb_obj_call_init_kw (#4351)
S.H
2021-04-04
1
-2
/
+1
*
Add rb_exc_exception function
S.H
2021-03-27
1
-8
/
+13
*
Make a few functions static
Alan Wu
2021-03-18
1
-7
/
+4
*
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-02-09
1
-4
/
+4
*
Copy va_list of exception classes
Nobuyoshi Nakada
2021-02-09
1
-1
/
+5
*
Also `eclass` loop can raise in `rb_obj_is_kind_of`
Nobuyoshi Nakada
2021-02-09
1
-1
/
+1
*
Assign TAG_NONE to ruby_tag_type instead of 0
Nobuyoshi Nakada
2021-02-09
1
-2
/
+2
*
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2021-01-05
1
-1
/
+1
*
Remove obsoleted internal/mjit.h inclusion
Takashi Kokubun
2020-11-22
1
-1
/
+0
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+1
*
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-11-07
1
-2
/
+2
*
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
1
-0
/
+3
*
Rework `rb_ec_scheduler_finalize` to ensure exceptions are printed.
Samuel Williams
2020-10-01
1
-11
/
+16
*
Fix order of operations during `rb_ec_finalize`.
Samuel Williams
2020-09-30
1
-4
/
+9
[next]