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
...
*
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
*
Add FrozenError#receiver
Jeremy Evans
2019-05-26
1
-1
/
+1
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-1
/
+1
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-18
/
+18
*
eval.c: clear internal errinfo
nobu
2019-03-10
1
-0
/
+1
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-1
/
+1
*
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
1
-1
/
+1
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-1
/
+1
*
Document the "cause" keyword argument for raise
knu
2018-12-24
1
-4
/
+9
*
Prohibit circular causes [Bug #15447]
nobu
2018-12-23
1
-0
/
+15
*
Restrict cause to an exception object [Bug #15447]
nobu
2018-12-23
1
-0
/
+3
*
process.c: avoid dlclose before exec
k0kubun
2018-11-26
1
-1
/
+1
*
* expand tabs.
svn
2018-11-05
1
-1
/
+1
*
Don't set throw data as cause [Bug #15282]
naruse
2018-11-05
1
-1
/
+1
*
iseq.c: add a map from encoded insn to insn data
mame
2018-08-23
1
-1
/
+1
*
eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"
mame
2018-07-27
1
-1
/
+1
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
rb_vm_insn_addr2insn: use st to perform addr2insn mapping
normal
2018-06-06
1
-0
/
+1
*
share :cause variable
nobu
2018-05-15
1
-2
/
+2
*
eval.c (ruby_setup): disable THP on Linux
normal
2018-04-24
1
-0
/
+11
*
vm.c: disable dtrace in jit source
nobu
2018-02-20
1
-0
/
+1
*
mjit.c: merge MJIT infrastructure
k0kubun
2018-02-04
1
-0
/
+3
*
eval.c: get rid of format-zero-length warning
nobu
2018-02-02
1
-1
/
+1
*
eval.c: unnecessary argument
nobu
2018-02-02
1
-1
/
+1
*
merge extern declarations into internal.h
shyouhei
2018-01-18
1
-2
/
+0
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
1
-1
/
+1
*
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-06
1
-15
/
+15
*
The superclass of a refinement should have BasicObject as its ancestor.
shugo
2017-12-03
1
-14
/
+16
*
Modules should not have subclasses.
shugo
2017-12-02
1
-1
/
+14
*
remove an unused function.
ko1
2017-11-16
1
-11
/
+0
*
`rb_source_loc` -> `rb_source_location_cstr`
ko1
2017-11-16
1
-1
/
+1
[prev]
[next]