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
*
Remove write barrier exemption for T_ICLASS
Alan Wu
2020-08-17
1
-2
/
+1
*
Lazily insert origins on prepend to save memory
Alan Wu
2020-07-22
1
-3
/
+0
*
rb_class_modify_check: add UNREACHABLE
卜部昌平
2020-06-29
1
-0
/
+1
*
make_exception: early return
卜部昌平
2020-06-29
1
-1
/
+1
*
make_exception: do not goto into a branch
卜部昌平
2020-06-29
1
-20
/
+13
*
setup_exception: do not goto into a branch
卜部昌平
2020-06-29
1
-4
/
+7
*
rb_class_modify_check: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+1
*
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-06-03
1
-2
/
+2
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Raise EPIPE at broken pipe for the backward compatibility
Nobuyoshi Nakada
2020-04-15
1
-0
/
+6
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Clear all trace events during teardown
Alan Wu
2020-03-29
1
-1
/
+2
*
The last argument of rb_rescue2() should always be (VALUE)0
Benoit Daloze
2020-03-28
1
-1
/
+1
*
Document defined? and global_variables handling of regexp global variables [c...
Jeremy Evans
2020-03-06
1
-1
/
+4
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-1
/
+1
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-8
/
+0
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-7
/
+19
*
Kernel#abort without arguments should print error info
Nobuyoshi Nakada
2019-12-16
1
-3
/
+3
*
Make prepending a refined module after inclusion not break refinements
Jeremy Evans
2019-11-28
1
-0
/
+3
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-1
/
+0
*
Suppress "clobbered" warnings by gcc 9.2.0
Nobuyoshi Nakada
2019-10-12
1
-2
/
+8
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-2
/
+2
*
Revert eval.c in e81a3e6df54842b5a836dad7055a4295cf4155bc
Nobuyoshi Nakada
2019-09-21
1
-4
/
+3
*
Allows calling a private method only with bare `self`
Nobuyoshi Nakada
2019-09-20
1
-3
/
+4
*
Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from Ruby
Jeremy Evans
2019-09-14
1
-1
/
+8
*
Consolidate empty keyword handling
Jeremy Evans
2019-09-13
1
-14
/
+1
*
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-06
1
-1
/
+22
*
eval.c (rb_rescue2): fix a probably wrong return
Yusuke Endoh
2019-09-07
1
-1
/
+2
*
add include/ruby/backward/cxxanyargs.hpp
卜部昌平
2019-09-06
1
-3
/
+15
*
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-09-03
1
-0
/
+8
*
Unify SUPPORT_JOKE and OPT_SUPPORT_JOKE
Takashi Kokubun
2019-09-03
1
-1
/
+1
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-2
/
+2
*
move docs around [ci skip]
卜部昌平
2019-08-29
1
-22
/
+64
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-8
/
+32
*
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
1
-2
/
+2
*
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
rb_rescue / rb_rescue2 now free from ANYARGS
卜部昌平
2019-08-27
1
-4
/
+4
*
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-19
1
-1
/
+1
*
Suppress Uninitialized variables by Coverity Scan
Kazuhiro NISHIYAMA
2019-08-14
1
-1
/
+1
*
Pass rb_execution_context_t* in ruby_run_node
Nobuyoshi Nakada
2019-08-13
1
-18
/
+28
*
* expand tabs.
git
2019-08-13
1
-4
/
+4
*
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
2019-08-13
1
-18
/
+21
*
Adjust documentation for Kernel#raise [ci skip]
Jeremy Evans
2019-07-22
1
-14
/
+14
*
constify again.
Koichi Sasada
2019-07-22
1
-5
/
+5
*
* expand tabs.
git
2019-07-14
1
-1
/
+1
*
Prefer `rb_error_arity` to `rb_check_arity` when it can be used
Yusuke Endoh
2019-07-14
1
-2
/
+1
*
Include inspect value of object in FrozenError messages
Jeremy Evans
2019-06-04
1
-1
/
+1
*
* expand tabs.
git
2019-05-27
1
-1
/
+1
[next]