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
*
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
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-3
/
+15
*
use predefined IDs
kazu
2018-01-22
1
-2
/
+2
*
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-19
1
-1
/
+1
*
vm_eval.c: for auto-indent
nobu
2018-01-18
1
-27
/
+27
*
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-05
1
-1
/
+1
*
node.h: define rb_ast_body_t and restructure rb_ast_t
mame
2018-01-05
1
-2
/
+2
*
explicit cast to void* required for %p
shyouhei
2018-01-02
1
-1
/
+1
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
1
-2
/
+2
*
vm_eval.c: expanded eval_string
nobu
2017-12-27
1
-13
/
+8
*
vm_eval.c: split eval_string_with_cref
nobu
2017-12-27
1
-44
/
+41
*
vm_eval.c: refactor eval_make_iseq
nobu
2017-12-27
1
-34
/
+28
*
parse.y: warning for locations
nobu
2017-12-26
1
-4
/
+28
*
vm_eval.c: strange message in eval
nobu
2017-12-26
1
-40
/
+5
*
iseq.c: dump type of branchiftype on disasm
k0kubun
2017-12-13
1
-1
/
+1
*
make a func static.
ko1
2017-11-16
1
-1
/
+1
*
make a func static.
ko1
2017-11-16
1
-1
/
+1
*
make a func static.
ko1
2017-11-16
1
-8
/
+8
*
th->ec: dtrace
ko1
2017-11-07
1
-2
/
+2
*
* vm_eval.c (rescue_funcall_args): th->ec
ko1
2017-11-07
1
-3
/
+3
*
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
1
-5
/
+3
[next]