aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_object.rb
Commit message (Expand)AuthorAgeFilesLines
* object.c: fix conversion failure messagenobu2017-09-151-0/+1
* should not copy promoted flags.ko12017-08-011-0/+10
* object.c: use a sized enumerator with #yield_selfnobu2017-05-141-1/+3
* object.c: Kernel#yield_selfnobu2017-05-011-0/+8
* object.c: message encodingnobu2017-02-211-0/+4
* object.c: no TypeError at Symbolnobu2017-01-231-0/+4
* object.c: no TypeError at special constnobu2016-11-291-0/+4
* object.c: no TypeError at special const clonenobu2016-11-291-0/+11
* object.c: no TypeError at special const dupnobu2016-11-271-3/+3
* * remove trailing spaces.svn2016-08-011-1/+1
* Object#clone with freeze: false [Feature #12300]shyouhei2016-08-011-0/+16
* assertions.rb: set default internal encodingnobu2016-04-091-8/+4
* test/ruby: suppress parser warningsnobu2016-02-191-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* string.c: should not taint fstringnobu2015-12-041-0/+10
* Revert r52872 "string.c: should not taint fstring"naruse2015-12-041-9/+0
* string.c: should not taint fstringnobu2015-12-031-0/+9
* * test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt2015-12-031-1/+1
* test_object.rb: add more checksnobu2015-10-301-4/+6
* variable.c (generic_ivar_remove): return original valuenormal2015-10-301-4/+16
* encoding for inspectnobu2015-10-281-4/+8
* test_object.rb: use assert_separatelynobu2015-07-011-5/+3
* * test/ruby/test_object.rb: add tests for Kernel#String and Kernel#Array.gogotanaka2015-04-221-0/+4
* * test/ruby/test_object.rb: renamed tests to explicitly class name.hsbt2015-04-211-2/+2
* test_object.rb: no RSS checknobu2014-12-131-1/+1
* vm_method.c: preserve encodingsnobu2014-11-251-0/+13
* object.c: preserve encodingsnobu2014-11-251-2/+4
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/ruby/test_object.rb: Specify an exception class for rescue clause.akr2014-11-111-1/+1
* test_object.rb: for r48118nobu2014-10-231-2/+5
* test_object.rb: avoid confusing ruby-mode.elnobu2014-10-231-3/+3
* vm_method.c: no redefinition warnings for undefined methodsnobu2014-10-231-0/+6
* * .travis.yml: added new configurations for osx on travis ci.hsbt2014-09-201-1/+1
* error.c: preserve encodingnobu2014-09-191-0/+11
* test_object.rb: add assertionsnobu2014-09-111-0/+3
* * test/ruby/test_object.rb: extend timeout.ko12014-09-091-1/+1
* object.c: fix memory leaknobu2014-09-031-0/+10
* object.c: Object#itsefnobu2014-08-021-0/+6
* * test/ruby: get rid of warnings.usa2014-03-051-1/+1
* assertions.rb: assert_thrownobu2013-12-241-2/+2
* test/ruby: better assertionsnobu2013-12-131-2/+2
* test/unit/assertions.rb: return exceptionnobu2013-10-091-7/+4
* parse.y: junk sigil only namesnobu2013-09-201-0/+6
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-131-17/+21
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-141/+13
* * object.c (rb_obj_ivar_set): call to_str for string only once.naruse2013-04-081-0/+19
* object.c: avoid inadvertent symbol creationnobu2013-04-041-0/+6
* r39766 denied to initialized already initialized time objectnaruse2013-03-151-1/+0
* class.c: from the origin classnobu2013-03-131-0/+9
* * object.c: Improve error for failed implicit conversions [Bug #7539]marcandre2013-01-291-0/+8