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
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
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
2019-10-12
Suppress "clobbered" warnings by gcc 9.2.0
Nobuyoshi Nakada
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-21
Revert eval.c in e81a3e6df54842b5a836dad7055a4295cf4155bc
Nobuyoshi Nakada
2019-09-20
Allows calling a private method only with bare `self`
Nobuyoshi Nakada
2019-09-14
Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from Ruby
Jeremy Evans
2019-09-13
Consolidate empty keyword handling
Jeremy Evans
2019-09-06
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-07
eval.c (rb_rescue2): fix a probably wrong return
Yusuke Endoh
2019-09-06
add include/ruby/backward/cxxanyargs.hpp
卜部昌平
2019-09-03
Merge pull request #2422 from jeremyevans/rb_keyword_given_p
Jeremy Evans
2019-09-03
Unify SUPPORT_JOKE and OPT_SUPPORT_JOKE
Takashi Kokubun
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
move docs around [ci skip]
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-27
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
rb_rescue / rb_rescue2 now free from ANYARGS
卜部昌平
2019-08-19
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-14
Suppress Uninitialized variables by Coverity Scan
Kazuhiro NISHIYAMA
2019-08-13
Pass rb_execution_context_t* in ruby_run_node
Nobuyoshi Nakada
2019-08-13
* expand tabs.
git
2019-08-13
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
2019-07-22
Adjust documentation for Kernel#raise [ci skip]
Jeremy Evans
2019-07-22
constify again.
Koichi Sasada
2019-07-14
* expand tabs.
git
2019-07-14
Prefer `rb_error_arity` to `rb_check_arity` when it can be used
Yusuke Endoh
2019-06-04
Include inspect value of object in FrozenError messages
Jeremy Evans
2019-05-27
* expand tabs.
git
2019-05-26
Add FrozenError#receiver
Jeremy Evans
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-03-10
eval.c: clear internal errinfo
nobu
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2018-12-24
Document the "cause" keyword argument for raise
knu
2018-12-23
Prohibit circular causes [Bug #15447]
nobu
2018-12-23
Restrict cause to an exception object [Bug #15447]
nobu
[next]