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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_basicinstructions.rb
Age
Commit message (
Expand
)
Author
2020-01-28
support multi-run for ruby/test_basicinstructions.rb
Koichi Sasada
2018-04-17
Remove the old disabled assertions for 1.8/1.9
mame
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-04-13
* test/ruby/test_basicinstructions.rb: add a test to check access
ko1
2016-02-19
test/ruby: suppress parser warnings
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2013-02-07
test_basicinstructions.rb: fix typo
nobu
2013-02-07
test_basicinstructions.rb: implementation defined
nobu
2013-02-07
test_basicinstructions.rb: fix typo
nobu
2013-02-06
* vm_insnhelper.c: attr_writer should return its argument [Bug #7773]
marcandre
2012-07-05
never evaluated
nobu
2012-02-15
* insns.def (splatarray): make new array if flag is set.
nobu
2010-01-25
supress warnings.
akr
2009-09-05
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
nobu
2009-09-05
* compile.c (iseq_compile_each): &&= and ||= should return rhs.
nobu
2009-09-05
* compile.c (iseq_compile_each): &&= and ||= should return rhs.
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2007-11-09
* test/ruby/test_basicinstructions.rb: updated for new class
matz
2007-08-17
* test/ruby/test_basicinstructions.rb: fix old tests.
ko1
2007-07-05
* test/ruby/test_basicinstructions.rb: remove an assertion using
ko1
2007-06-15
* vm.c (th_yield_setup_args): |v| should work as |v,|.
ko1
2006-12-31
* Merge YARV
ko1