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