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