Age | Commit message (Expand) | Author |
---|
2025-06-09 | [Feature #21219] Selective inspect of instance variables | Nobuyoshi Nakada |
2024-11-29 | Warn when redefining __id__ as well as object_id | John Hawthorn |
2024-10-10 | Emit warning for other method redefinition types | Thomas Marshall |
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2023-12-18 | Make the SHAPE_TOO_COMPLEX performance warning more actionable | Jean Boussier |
2023-12-06 | Re-embed when removing Object instance variables | Peter Zhu |
2023-05-03 | Make the maximum shapes variation warning non-verbose | Jean Boussier |
2023-04-13 | Emit a performance warning when a class reached max variations | Jean Boussier |
2022-12-09 | Use rb_inspect instead of +PRIsVALUE for Object.inspect | Matt Valentine-House |
2022-12-08 | Freeze singleton class, not its origin | Alan Wu |
2022-10-11 | Revert "Revert "This commit implements the Object Shapes technique in CRuby."" | Jemma Issroff |
2022-09-30 | Revert "This commit implements the Object Shapes technique in CRuby." | Aaron Patterson |
2022-09-30 | Fix frozen object inspect | eileencodes |
2021-06-29 | [WIP] add error_squiggle gem | Yusuke Endoh |
2020-12-17 | test/ruby: Check warning messages at a finer granularity | Nobuyoshi Nakada |
2020-09-25 | Disable deprecation warning by the default [Feature #16345] | Nobuyoshi Nakada |
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 |