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
/
test
/
ruby
/
test_iseq.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
iseq.c: child iseq encoding
nobu
2018-01-11
1
-0
/
+5
*
Set first line numbers for empty iseqs.
ko1
2017-12-25
1
-0
/
+33
*
RubyVM::InstructionSequence#trace_points.
ko1
2017-12-23
1
-20
/
+56
*
RubyVM::InstructionSequence#each_child.
ko1
2017-12-23
1
-0
/
+41
*
test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.
yui-knk
2017-09-25
1
-1
/
+3
*
iseq.c: preserve encoding
nobu
2017-06-12
1
-0
/
+8
*
iseq.c: syntax error in compile_file
nobu
2016-09-27
1
-0
/
+18
*
iseq.c: undef allocator
nobu
2016-08-22
1
-0
/
+4
*
error.c: fix newline in syntax error
nobu
2016-08-12
1
-0
/
+3
*
* iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseq
ko1
2016-07-13
1
-0
/
+10
*
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
1
-1
/
+1
*
SyntaxError message at iseq compile
nobu
2016-03-19
1
-0
/
+21
*
test_iseq.rb: shorten
nobu
2016-03-19
1
-7
/
+7
*
test/ruby: suppress runtime warnings
nobu
2016-02-19
1
-1
/
+3
*
test/ruby: suppress parser warnings
nobu
2016-02-19
1
-2
/
+2
*
increase timeout for ARMv7
naruse
2016-01-19
1
-1
/
+1
*
iseq.c: mark parent iseq
nobu
2016-01-13
1
-0
/
+27
*
* compile.c (iseq_compile_each): add debug information to NODE_STR
ko1
2015-11-20
1
-1
/
+0
*
* compile.c (iseq_compile_each): Dynamic string literals should be
shugo
2015-11-09
1
-1
/
+1
*
change DOTQ
nobu
2015-11-06
1
-1
/
+1
*
compile.c: optimize method chain
nobu
2015-10-23
1
-6
/
+17
*
safe navigation attrset
nobu
2015-10-23
1
-1
/
+1
*
test_iseq.rb: fix meaningless assertion
nobu
2015-10-09
1
-5
/
+5
*
* compile.c (iseq_compile_each): Dynamic string literals (e.g.,
shugo
2015-10-09
1
-6
/
+7
*
compile.c: register cdhash
nobu
2015-09-10
1
-0
/
+20
*
* vm_opts.h, iseq.c, iseq.h: add compile option to force frozen
ko1
2015-08-21
1
-0
/
+13
*
iseq.c: check srouce type
nobu
2015-05-19
1
-0
/
+7
*
test/ruby/test_iseq.rb: spelling fix: s/diable/disable/
normal
2014-12-18
1
-1
/
+1
*
* compile.c (iseq_compile_each): check
ko1
2014-12-17
1
-0
/
+10
*
iseq.c: preserve encoding at disassembling
nobu
2014-11-23
1
-6
/
+7
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
* test/ruby: get rid of warnings.
usa
2014-03-04
1
-1
/
+1
*
test/ruby: better assertions
nobu
2013-12-13
1
-2
/
+2
*
* test/ruby/test_eval.rb (class TestEval): Use assert_same instead of
tmm1
2013-11-27
1
-4
/
+2
*
* test/ruby/test_eval.rb (class TestEval): Add test for shared eval
tmm1
2013-11-27
1
-0
/
+10
*
test/unit/assertions.rb: return exception
nobu
2013-10-09
1
-2
/
+1
*
* compile.c (iseq_compile_each): remove redundant trace(line)
ko1
2013-02-28
1
-3
/
+28
*
* iseq.c (iseq_data_to_ary): fix condition.
ko1
2013-02-28
1
-0
/
+12
*
* test/ruby/test_iseq.rb: disable a test which checks features
ko1
2012-12-21
1
-1
/
+1
*
* iseq.c (rb_iseq_line_trace_each): iterate `line' event only.
ko1
2012-12-01
1
-0
/
+12
*
* iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.
ko1
2012-11-30
1
-0
/
+19
*
[EXPERIMENTAL]
ko1
2012-11-30
1
-0
/
+24
*
Suppress warnings
naruse
2012-08-21
1
-1
/
+1
*
* test/ruby/test_iseq.rb (TestISeq#test_disasm_encoding): set default
nobu
2012-06-10
1
-4
/
+6
*
iseq.c: rb_id2str
nobu
2012-06-09
1
-0
/
+8
*
iseq.c: fix conversion
nobu
2012-06-09
1
-0
/
+7
*
* iseq.c (iseq_data_to_ary): check line info table boundary. line
nobu
2012-01-14
1
-0
/
+11