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_object.rb
Age
Commit message (
Expand
)
Author
2020-03-22
Support obj.clone(freeze: true) for freezing clone
Jeremy Evans
2020-01-07
Suppress some warnings
Yusuke Endoh
2020-01-03
Call initialize_clone with freeze: false if clone called with freeze: false
Jeremy Evans
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-09-27
More tests for [Feature #16150]
Nobuyoshi Nakada
2019-07-23
Make Object#singleton_methods work correctly for singleton classes of objects
Jeremy Evans
2019-01-09
class.c: refactor class_instance_method_list
nobu
2018-12-26
object.c (rb_obj_match): use rb_warn for deprecation warning
mame
2018-12-06
Warn redefinitions of some methods on Object
nobu
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-09-15
object.c: fix conversion failure message
nobu
2017-08-01
should not copy promoted flags.
ko1
2017-05-14
object.c: use a sized enumerator with #yield_self
nobu
2017-05-01
object.c: Kernel#yield_self
nobu
2017-02-21
object.c: message encoding
nobu
2017-01-23
object.c: no TypeError at Symbol
nobu
2016-11-29
object.c: no TypeError at special const
nobu
2016-11-29
object.c: no TypeError at special const clone
nobu
2016-11-27
object.c: no TypeError at special const dup
nobu
2016-08-01
* remove trailing spaces.
svn
2016-08-01
Object#clone with freeze: false [Feature #12300]
shyouhei
2016-04-09
assertions.rb: set default internal encoding
nobu
2016-02-19
test/ruby: suppress parser warnings
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-04
string.c: should not taint fstring
nobu
2015-12-04
Revert r52872 "string.c: should not taint fstring"
naruse
2015-12-03
string.c: should not taint fstring
nobu
2015-12-03
* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.
hsbt
2015-10-30
test_object.rb: add more checks
nobu
2015-10-30
variable.c (generic_ivar_remove): return original value
normal
2015-10-28
encoding for inspect
nobu
2015-07-01
test_object.rb: use assert_separately
nobu
2015-04-22
* test/ruby/test_object.rb: add tests for Kernel#String and Kernel#Array.
gogotanaka
2015-04-21
* test/ruby/test_object.rb: renamed tests to explicitly class name.
hsbt
2014-12-13
test_object.rb: no RSS check
nobu
2014-11-25
vm_method.c: preserve encodings
nobu
2014-11-25
object.c: preserve encodings
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-11
* test/ruby/test_object.rb: Specify an exception class for rescue clause.
akr
2014-10-23
test_object.rb: for r48118
nobu
2014-10-23
test_object.rb: avoid confusing ruby-mode.el
nobu
2014-10-23
vm_method.c: no redefinition warnings for undefined methods
nobu
2014-09-20
* .travis.yml: added new configurations for osx on travis ci.
hsbt
2014-09-19
error.c: preserve encoding
nobu
2014-09-11
test_object.rb: add assertions
nobu
2014-09-09
* test/ruby/test_object.rb: extend timeout.
ko1
2014-09-03
object.c: fix memory leak
nobu
2014-08-02
object.c: Object#itsef
nobu
2014-03-05
* test/ruby: get rid of warnings.
usa
2013-12-24
assertions.rb: assert_throw
nobu
[next]