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
/
iseq.c
Age
Commit message (
Expand
)
Author
2019-04-01
* expand tabs.
svn
2019-04-01
unpoison / poison objects while walking the heap
tenderlove
2019-01-09
Fix styles [ci skip]
nobu
2018-12-23
iseq.c: avoid Null pointer dereference
k0kubun
2018-12-20
iseq.c: resurrect literal hash operands
nobu
2018-12-06
Return same ISeq object for one src.
ko1
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-27
Add rb_typeddata_is_instance_of
nobu
2018-11-27
fix for ISeq.of(method).
ko1
2018-11-27
* expand tabs.
svn
2018-11-27
`RubyVM::ISeq.of` accept ISeq.
ko1
2018-11-26
`TracePoint#enable(target_line:)` is supported. [Feature #15289]
ko1
2018-11-26
fix for ansi-pedantic compile option.
ko1
2018-11-26
fix type error.
ko1
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-05
* expand tabs.
svn
2018-11-05
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
2018-10-20
* expand tabs.
svn
2018-10-20
Remove tracecoverage instructions
mame
2018-10-20
iseq.c (rb_iseq_trace_flag_cleared): Accept size_t for type consistency
mame
2018-10-20
* expand tabs.
svn
2018-10-20
ext/coverage/: add the oneshot mode
mame
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-04
check argument type.
ko1
2018-09-13
iseq.c: prefix rb_ to non-static iseq functions
k0kubun
2018-08-23
iseq.c (rb_vm_encoded_insn_data_table_init): add a cast to build on clang
mame
2018-08-23
iseq.c (rb_iseq_trace_set): refactoring by using encoded_insn_data
mame
2018-08-23
iseq.c: add a map from encoded insn to insn data
mame
2018-08-23
check trace flags at loading [Bug #14702]
ko1
2018-08-22
parse.y: remove coverage-related code fragments
mame
2018-08-22
prototized
nobu
2018-08-22
thread.c (rb_reset_coverages): remove coverage counters from all ISeqs
mame
2018-08-10
insns.def (invokesuper): remove a dummy receiever flag hack for ZSUPER
mame
2018-06-23
mjit.c: disable calling JIT-ed code
k0kubun
2018-06-13
Make VM_INSN_INFO_TABLE_IMPL=1 work
mame
2018-06-06
rb_vm_insn_addr2insn: use st to perform addr2insn mapping
normal
2018-05-19
iseq.c: Fix segfault when debug is not 0
yui-knk
2018-05-16
iseq body local variables
nobu
2018-05-12
iseq.c: iseq body local variables
nobu
2018-05-12
iseq.c: refactoring rb_iseq_free
nobu
2018-05-09
RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)
shyouhei
2018-05-02
tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn name
mame
2018-05-02
iseq.c (rb_iseq_disasm_insn): Change the width of insn names
mame
2018-04-27
iseq.c: consistent rb_bug messages
nobu
2018-04-21
insns.def: checktype
nobu
2018-04-13
Add write barrier calls for direct marking objects.
tenderlove
2018-04-05
compile.c: do not dump pointers
nobu
2018-04-04
iseq.c: indent iseq dump
nobu
2018-04-04
iseq.c: strip trailing spaces in dump
nobu
[next]