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
/
vm_eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-06
1
-1
/
+22
*
doxygen update [ci skip]
卜部昌平
2019-09-06
1
-1
/
+2
*
Add rb_funcall_with_block_kw
Jeremy Evans
2019-09-05
1
-12
/
+30
*
Propagate kw_splat information
Yusuke Endoh
2019-09-05
1
-1
/
+2
*
hide rb_funcallv_with_cc from public
卜部昌平
2019-09-05
1
-24
/
+9
*
use existing vm_search_method()
卜部昌平
2019-09-05
1
-16
/
+10
*
add rb_funcallv_with_cc()
Urabe, Shyouhei
2019-09-04
1
-0
/
+50
*
delete ruby_eval_string_from_file_protect
卜部昌平
2019-09-03
1
-21
/
+0
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-3
/
+3
*
rb_catch now free from ANYARGS
卜部昌平
2019-08-27
1
-3
/
+3
*
rb_rescue / rb_rescue2 now free from ANYARGS
卜部昌平
2019-08-27
1
-3
/
+5
*
rb_iterate now takes rb_block_call_func_t
卜部昌平
2019-08-27
1
-1
/
+1
*
fix function prototype mismatch of rb_block_call
卜部昌平
2019-08-27
1
-2
/
+2
*
Improve the doc example of `method_missing`
OKURA Masafumi
2019-08-17
1
-3
/
+9
*
Revert "Revert "Fix dangling path name from fstring""
Takashi Kokubun
2019-08-04
1
-1
/
+2
*
Revert "Fix dangling path name from fstring"
Takashi Kokubun
2019-08-04
1
-2
/
+1
*
* expand tabs.
git
2019-08-03
1
-1
/
+1
*
Fix dangling path name from fstring
Nobuyoshi Nakada
2019-08-03
1
-1
/
+2
*
Document BasicObject does not implement #object_id and #send [ci skip]
Jeremy Evans
2019-07-22
1
-0
/
+2
*
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-07-03
1
-1
/
+1
*
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
1
-1
/
+1
*
glibc says memcpy cannot take NULL
Urabe, Shyouhei
2019-04-29
1
-0
/
+14
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-0
/
+1
*
Reverting compaction for now
tenderlove
2019-04-17
1
-1
/
+0
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-0
/
+1
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-1
/
+0
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-0
/
+1
*
* expand tabs.
svn
2019-04-05
1
-1
/
+1
*
add definemethod/definesmethod insn.
ko1
2019-04-05
1
-1
/
+1
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-5
/
+5
*
* expand tabs.
svn
2019-02-22
1
-1
/
+1
*
change `cfunc->invoker` type for opt.
ko1
2019-02-22
1
-1
/
+1
*
on-smash canary detection
shyouhei
2019-02-01
1
-0
/
+1
*
fix missed script_compiled events. [Bug #15471]
ko1
2018-12-27
1
-2
/
+2
*
`script_compiled` TracePoint event [Feature #15287]
ko1
2018-12-06
1
-0
/
+2
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-9
/
+2
*
Enable refinements to public_send.
nobu
2018-11-22
1
-2
/
+10
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-4
/
+3
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-1
/
+1
*
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
1
-1
/
+1
*
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
1
-1
/
+1
*
use `rb_hash_new_compare_by_id()`.
ko1
2018-10-29
1
-2
/
+1
*
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
1
-5
/
+5
*
remove old VM profile counters.
ko1
2018-10-01
1
-2
/
+0
*
vm.c: simplify the implementation of r64031
k0kubun
2018-07-24
1
-7
/
+7
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-2
/
+2
*
vm_eval.c: eval_string_protect wrapper
nobu
2018-05-08
1
-1
/
+7
*
error.c: super in method_missing
nobu
2018-04-12
1
-14
/
+6
*
vm.c: add mjit_enable_p flag
k0kubun
2018-03-03
1
-4
/
+4
*
prefixed functions exported for mjit
nobu
2018-02-17
1
-7
/
+7
[prev]
[next]